Package jmri.jmrit.logixng.actions
Class StringFactory
- java.lang.Object
- 
- jmri.jmrit.logixng.actions.StringFactory
 
- 
- All Implemented Interfaces:
- StringActionFactory
 
 public class StringFactory extends java.lang.Object implements StringActionFactory The factory for StringAction classes.
- 
- 
Constructor SummaryConstructors Constructor Description StringFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.util.Map.Entry<Category,java.lang.Class<? extends Base>>>getClasses()Get a set of classes that implements the StringActionBean interface.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jmri.jmrit.logixng.StringActionFactoryinit
 
- 
 
- 
- 
- 
Constructor Detail- 
StringFactorypublic StringFactory() 
 
- 
 - 
Method Detail- 
getClassespublic java.util.Set<java.util.Map.Entry<Category,java.lang.Class<? extends Base>>> getClasses() Description copied from interface:StringActionFactoryGet a set of classes that implements the StringActionBean interface.- Specified by:
- getClassesin interface- StringActionFactory
- Returns:
- a set of entries with category and class
 
 
- 
 
-