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)
setEnabled
void setEnabled(boolean state)
setText
void setText(String text)
setToolTipText
void setToolTipText(String text)
Copyright © 2000-2006 FreeHEP. All Rights Reserved.