Package jmri.jmrit.beantable
Class ListedTableAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.beantable.ListedTableAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
Table Action for dealing with all the JMRI NamedBean etc. tables in a single view with a list
option to the left hand side. Enclosing frame is opened from the Tools - Tables menu.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) ListedTableFrame<?>(package private) String(package private) StringFields 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
ConstructorsConstructorDescriptionListedTableAction(String s, int divider) ListedTableAction(String s, String selection) Create an action with a specific title.ListedTableAction(String s, String selection, int divider) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddToFrame(ListedTableFrame<?> f) (package private) StringMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
gotoListItem
-
title
-
f
-
dividerLocation
int dividerLocation
-
-
Constructor Details
-
ListedTableAction
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- title of the actionselection- item representing this table in de index to the left side of the containing frame
-
ListedTableAction
-
ListedTableAction
-
ListedTableAction
-
ListedTableAction
public ListedTableAction()
-
-
Method Details
-
actionPerformed
-
actionPerformed
-
addToFrame
-
helpTarget
-