Uses of Class
dsto.dfc.swt.commands.AbstractCommand

Packages that use AbstractCommand
dsto.dfc.swt.commands Framework for defining and presenting user commands in a UI. 
dsto.dfc.swt.dnd   
dsto.dfc.swt.util   
dsto.dfc.swt.viewers   
livespace.ui.dashboard   
 

Uses of AbstractCommand in dsto.dfc.swt.commands
 

Subclasses of AbstractCommand in dsto.dfc.swt.commands
 class AbstractAboutCommand
          Base for commands that show an "about box.
 class AbstractAddEntryCommand
          Base class for commands that add a new entry to a control.
 class AbstractCopyCommand
           
 class AbstractCutCommand
           
 class AbstractDeleteCommand
          Basic delete command.
 class AbstractPasteCommand
           
 class AbstractPropertiesCommand
          Base class for Properties type commands.
 class BasicExitCommand
          Base class for Exit commands.
 class BasicToggleCommand
          Base class for commands that can be "on" or "off".
 class CmdChangeDataObjectProperty
          Command to change a property of one or more target data objects.
 class CmdSetBeanProperty
          Command that sets the value of a Bean property (ie via a setX () method).
 class CmdToggleWindowStyle
          Command to toggle a style setting on a JFace window.
 

Uses of AbstractCommand in dsto.dfc.swt.dnd
 

Subclasses of AbstractCommand in dsto.dfc.swt.dnd
 class CmdCopyDataObjectProperties
          Command that copies selected properties of an IDataObject to the clipboard as text.
 class CmdCopyObject
          Command to copy an object to the clipboard.
 class CmdPasteObject
          Command to paste an object from the clipboard.
 

Uses of AbstractCommand in dsto.dfc.swt.util
 

Subclasses of AbstractCommand in dsto.dfc.swt.util
 class CmdToggleDataBeanProperty
          Command that toggles a boolean property of an IDataBean.
 

Uses of AbstractCommand in dsto.dfc.swt.viewers
 

Subclasses of AbstractCommand in dsto.dfc.swt.viewers
 class AbstractCreateItemCommand
          Abstract base class for commands that create new items in a collection being viewed by a JFace StructuredViewer.
 class CmdDeleteItem
          Generic "Delete Items" command for JFace Viewer's showing a Collection (although could be subclassed for non Collection's).
 class CmdMoveItem
          Generic command to move items up/down in a viewer that is displaying a java.util.List.
 

Uses of AbstractCommand in livespace.ui.dashboard
 

Subclasses of AbstractCommand in livespace.ui.dashboard
 class CmdAboutBox
           
 class CmdRestartOsgi
          Triggers an OSGi system restart.
 class CmdShowPanel
           
 class CmdShutdownOsgi
          Triggers a clean OSGi system shutdown.
 



Copyright © 2008 Commonwealth of Australia