info.joseluismartin.gui.table
Class TablePanelAction
java.lang.Object
javax.swing.AbstractAction
info.joseluismartin.gui.IconAction
info.joseluismartin.gui.action.BeanAction
info.joseluismartin.gui.table.TablePanelAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Direct Known Subclasses:
- AddAction, ApplyFilterAction, ClearFilterAction, DeselectAllAction, HideShowFilterAction, RemoveAllAction, SelectAllAction
public abstract class TablePanelAction
- extends BeanAction
Base class for TablePanel Actions
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
- See Also:
- Serialized Form
| Fields 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 |
TablePanelAction
public TablePanelAction()
getTablePanel
public TablePanel getTablePanel()
- Returns:
- the tablePanel
setTablePanel
public void setTablePanel(TablePanel tablePanel)
- Parameters:
tablePanel - the tablePanel to set
Copyright © 2012 JDAL. All Rights Reserved.