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 Summary
Constructors Constructor Description StringFactory()
-
Method Summary
All 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jmri.jmrit.logixng.StringActionFactory
init
-
-
-
-
Constructor Detail
-
StringFactory
public StringFactory()
-
-
Method Detail
-
getClasses
public java.util.Set<java.util.Map.Entry<Category,java.lang.Class<? extends Base>>> getClasses()
Description copied from interface:StringActionFactory
Get a set of classes that implements the StringActionBean interface.- Specified by:
getClasses
in interfaceStringActionFactory
- Returns:
- a set of entries with category and class
-
-