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 |
messageSource
protected MessageSourceWrapper messageSource
TablePanelAction
public TablePanelAction()
init
public void init()
getTablePanel
public TablePanel getTablePanel()
- Returns:
- the tablePanel
setTablePanel
public void setTablePanel(TablePanel tablePanel)
- Parameters:
tablePanel
- the tablePanel to set
getMessageSource
public org.springframework.context.MessageSource getMessageSource()
- Overrides:
getMessageSource
in class IconAction
- Returns:
- the messageSource
setMessageSource
@Autowired
public void setMessageSource(org.springframework.context.MessageSource messageSource)
- Overrides:
setMessageSource
in class IconAction
- Parameters:
messageSource
- the messageSource to set
Copyright © 2013 JDAL. All Rights Reserved.