public class Sync extends FocusOwnerAction
Modifier and Type | Field and Description |
---|---|
protected UIController |
uiController
ui controller
|
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 |
---|
Sync(UIController uiController)
Creates a new sync menu item
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
protected String |
getName()
Returns the action's name.
|
propertyChange
defineProperties, requiresFile, requiresModification, showErrorDialog
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
protected UIController uiController
public Sync(UIController uiController)
uiController
- ui controllerpublic void actionPerformed(ActionEvent e)
protected String getName()
BaseAction
getName
in class BaseAction