com.tensegrity.generic.command
Interface ChoiceCommand

All Superinterfaces:
Command
All Known Implementing Classes:
SetSortModeCommand

public interface ChoiceCommand
extends Command

Defines commands that define one of a list of possible choices. Used to retrieve the current state for updating radio buttons, etc.

Version:
$Id: ChoiceCommand.java,v 1.1 2004/03/08 17:18:36 BurkhardWick Exp $
Author:
BurkhardWick

Method Summary
 boolean isSelected()
          Returns true, if the choice command is currently selected (activated).
 
Methods inherited from interface com.tensegrity.generic.command.Command
getDescription, getId, getPerformDescription, isEnabled, perform, setEnabled
 

Method Detail

isSelected

public boolean isSelected()
Returns true, if the choice command is currently selected (activated).

Returns:
The status of the choice command


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.