Package apps
Class CreateButtonModel
- java.lang.Object
- 
- jmri.util.startup.AbstractActionModel
- 
- apps.CreateButtonModel
 
 
- 
- All Implemented Interfaces:
- StartupModel
 
 public class CreateButtonModel extends AbstractActionModel Creates a button when the program is started.The list of actions available is defined in the AbstractActionModelsuperclass.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 appspackage for historical reasons related to preferences storage.- See Also:
- CreateButtonModelFactory
 
- 
- 
Constructor SummaryConstructors Constructor Description CreateButtonModel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidperformAction(javax.swing.Action action)- 
Methods inherited from class jmri.util.startup.AbstractActionModeladdException, getClassName, getExceptions, getName, getSystemPrefix, isEnabled, isSystemConnectionAction, isValid, performAction, setClassName, setEnabled, setName, setSystemPrefix, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CreateButtonModelpublic CreateButtonModel() 
 
- 
 - 
Method Detail- 
performActionprotected void performAction(javax.swing.Action action) throws JmriException - Specified by:
- performActionin class- AbstractActionModel
- Throws:
- JmriException
 
 
- 
 
-