public class Update extends FocusOwnerAction
Modifier and Type | Field and Description |
---|---|
protected UIController |
uiController |
focusOwner
changeSupport, enabled
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 and Description |
---|
Update(UIController uiController)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent event)
A simple action that presents a confirmation dialog. this method catch
the selected cells and create the UIExport
|
protected void |
defineProperties()
Defines the action's properties.
|
protected String |
getName()
return name of the Update submenu
|
propertyChange
requiresFile, requiresModification, showErrorDialog
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
protected UIController uiController
public Update(UIController uiController)
uiController
- protected String getName()
getName
in class BaseAction
protected void defineProperties()
BaseAction
defineProperties
in class BaseAction
public void actionPerformed(ActionEvent event)
event
- the event that was fired