FreeHEP API
Version current

org.freehep.util.commanddispatcher
Interface BooleanCommandState

All Superinterfaces:
CommandState
All Known Implementing Classes:
CommandSourceAdapter

public interface BooleanCommandState
extends CommandState

An interface representing the state of a CommandTarget that has a selected/unselected state in addition to enabled/disabled. Such command targets typically correspond to JCheckBoxMenuItems or JRadioButtonMenuItems.

Version:
$Id:
Author:
Tony Johnson (tonyj@slac.stanford.edu)
Source Code:
BooleanCommandState.java

Method Summary
 void setSelected(boolean check)
           
 
Methods inherited from interface org.freehep.util.commanddispatcher.CommandState
setEnabled, setText, setToolTipText
 

Method Detail

setSelected

public void setSelected(boolean check)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.