org.freehep.util.commanddispatcher
Interface CommandState

All Known Subinterfaces:
BooleanCommandState
All Known Implementing Classes:
CommandSourceAdapter

public interface CommandState

An interface representing the state of a CommandTarget (enabled or disabled, text and tooltip text)

Version:
$Id: CommandState.java 8584 2006-08-10 23:06:37Z duns $
Author:
Tony Johnson (tonyj@slac.stanford.edu)

Method Summary
 void setEnabled(boolean state)
           
 void setText(String text)
           
 void setToolTipText(String text)
           
 

Method Detail

setEnabled

void setEnabled(boolean state)

setText

void setText(String text)

setToolTipText

void setToolTipText(String text)


Copyright © 2000-2006 FreeHEP. All Rights Reserved.