org.jurvis.swing.actions
Interface JvToggleAction

All Superinterfaces:
Action, ActionListener, EventListener
All Known Implementing Classes:
JvViewAction, JvViewExplorerDetailsAction

public interface JvToggleAction
extends Action

An Action for which each invocation toggles some state.

Author:
Neil W. Weber

Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Method Summary
 ButtonModel getButtonModel()
           
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

getButtonModel

ButtonModel getButtonModel()
Returns:
a ButtonModel useful for checking the toggle state of this action.


Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.