Package apps
Class CreateButtonModel
java.lang.Object
jmri.util.startup.AbstractActionModel
apps.CreateButtonModel
- All Implemented Interfaces:
StartupModel
Creates a button when the program is started.
The list of actions available is defined in the AbstractActionModel
superclass.
This is a separate class, even though it has no additional behavior, so that persistence systems realize the type of data being stored.
This class remains in the apps package for historical reasons related
to preferences storage.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jmri.util.startup.AbstractActionModel
addException, getClassName, getExceptions, getName, getSystemPrefix, isEnabled, isSystemConnectionAction, isValid, performAction, setClassName, setEnabled, setName, setSystemPrefix, toString
-
Constructor Details
-
CreateButtonModel
public CreateButtonModel()
-
-
Method Details
-
performAction
- Specified by:
performActionin classAbstractActionModel- Throws:
JmriException
-