Package jmri.jmrit.beantable
Class ReporterTableTabAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jmri.jmrit.beantable.AbstractTableTabAction
AbstractTableTabAction.TabbedTableItem<E extends NamedBean>Nested classes/interfaces inherited from class jmri.jmrit.beantable.AbstractTableAction
AbstractTableAction.TableItem<E extends NamedBean> -
Field Summary
Fields inherited from class jmri.jmrit.beantable.AbstractTableTabAction
dataTabs, init, tabbedTableArrayFields inherited from class jmri.jmrit.beantable.AbstractTableAction
f, includeAddButton, mFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringGet the Bean Manager in use by the TableAction.protected ReporterTableActiongetNewTableAction(String choice) protected StringSpecify the JavaHelp target for this specific panel.Methods inherited from class jmri.jmrit.beantable.AbstractTableTabAction
addPressed, addToBottomBox, addToFrame, createModel, dispose, getDataModel, getPanel, print, setMenuBar, setTitleMethods inherited from class jmri.jmrit.beantable.AbstractTableAction
actionPerformed, addBottomButtons, addToFrame, addToPanel, columnsVisibleUpdated, configureManagerComboBox, configureTable, displayHwError, getClassDescription, getFrame, getTableDataModel, includeAddButton, nextName, removePrefixBoxListener, setFrame, setManager, setMessagePreferencesDetailsMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
ReporterTableTabAction
-
ReporterTableTabAction
public ReporterTableTabAction()
-
-
Method Details
-
getManager
Get the Bean Manager in use by the TableAction.- Specified by:
getManagerin classAbstractTableTabAction<Reporter>- Returns:
- Bean Manager, could be Proxy or normal Manager, may be null.
-
getClassName
- Specified by:
getClassNamein classAbstractTableAction<Reporter>
-
getNewTableAction
- Specified by:
getNewTableActionin classAbstractTableTabAction<Reporter>
-
helpTarget
Specify the JavaHelp target for this specific panel.- Specified by:
helpTargetin classAbstractTableTabAction<Reporter>- Returns:
- a fixed default string "index" pointing to to highest level in JMRI Help
-