info.aduna.linkmap.action
Interface ToggleAction

All Superinterfaces:
Action, ActionListener, EventListener
All Known Implementing Classes:
ToggleShowingDirectionsAction, ToggleShowingNamesAction, ToggleShowingObjectWeightsAction, ToggleShowingTypesAction

public interface ToggleAction
extends Action

A ToggleAction is an Action for toggling the state of a binary switch. As such, it can be asked for the current state of the switch.


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
 boolean isSelected()
           
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

isSelected

boolean isSelected()


Copyright © 1997-2008 Aduna. All Rights Reserved.