com.tensegrity.gui.swing
Interface SwingUtil.CommandItem

All Known Implementing Classes:
SwingUtil.ChoiceCommandMenuItem, SwingUtil.CommandMenuItem, SwingUtil.CommandToggleButton, SwingUtil.ToggleCommandMenuItem
Enclosing interface:
SwingUtil

public static interface SwingUtil.CommandItem

The CommandItem encapsulates the basic behavior for an item which is associated to a Command.

Version:
$Id: SwingUtil.java,v 1.137 2004/07/21 16:35:13 GillesIachelini Exp $
Author:
GillesIachelini

Method Summary
 Command getCommand()
          Returns the command this item is associated to.
 

Method Detail

getCommand

public Command getCommand()
Returns the command this item is associated to.

Returns:
the associated Command.


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