Class RosterGroupTableAction
java.lang.Object
javax.swing.AbstractAction
jmri.util.swing.JmriAbstractAction
jmri.jmrit.roster.swing.rostergroup.RosterGroupTableAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
Swing action to create and register a Roster Group Table.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) RosterGroupTableFrame(package private) RosterGroupTableModelFields inherited from class jmri.util.swing.JmriAbstractAction
context, hint, wiFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
ConstructorsConstructorDescriptionCreate an action with a specific title.RosterGroupTableAction(String s, Icon i, WindowInterface wi) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid(package private) voidcomboSelected(ActionEvent e, String group) (package private) void(package private) String(package private) voidsetTitle()Methods inherited from class jmri.util.swing.JmriAbstractAction
dispose, setContext, setHint, setName, setParameter, setParameter, setWindowInterface, toStringMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
m
-
f
-
-
Constructor Details
-
RosterGroupTableAction
-
RosterGroupTableAction
-
RosterGroupTableAction
Create an action with a specific title.Note that the argument is the Action title, not the title of the resulting frame. Perhaps this should be changed?
- Parameters:
s- action title though may be changed?
-
RosterGroupTableAction
public RosterGroupTableAction()
-
-
Method Details
-
createModel
void createModel() -
actionPerformed
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener- Overrides:
actionPerformedin classJmriAbstractAction
-
addToFrame
-
setTitle
void setTitle() -
helpTarget
-
comboSelected
-
makePanel
- Specified by:
makePanelin classJmriAbstractAction
-