nl.lxtreme.ols.tool.base
Interface ToolUtils.RestorableAction

All Superinterfaces:
Action, ActionListener, EventListener
Enclosing class:
ToolUtils

public static interface ToolUtils.RestorableAction
extends Action

Provides an action that can be restored to a particular (initial) state.


Field Summary
 
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
 
Method Summary
 void restore()
          Restores the state of the action to its initial state.
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

restore

void restore()
Restores the state of the action to its initial state.



Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.