Uses of Interface
dsto.dfc.swt.commands.Command

Packages that use Command
dsto.dfc.swt.carbon   
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 Command in dsto.dfc.swt.carbon
 

Methods in dsto.dfc.swt.carbon with parameters of type Command
static void CarbonMenus.hookAppMenu(org.eclipse.swt.widgets.Display display, Command cmdAbout, Command cmdPreferences)
          Hook the OS X application menu "Preferences" and "About' commands.
 

Uses of Command in dsto.dfc.swt.commands
 

Subinterfaces of Command in dsto.dfc.swt.commands
 interface CustomMenuCommand
          Interface for commands that wish to provide a custom menu UI.
 

Classes in dsto.dfc.swt.commands that implement Command
 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 AbstractCommand
          Base class for most commands.
 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.
 

Fields in dsto.dfc.swt.commands declared as Command
protected  Command AbstractCommandItemProvider.command
           
 

Methods in dsto.dfc.swt.commands that return Command
 Command CommandView.findCommand(Class commandClass)
          Find the first instance of a command with a matching class in a breadth-first search of subviews.
static Command Commands.findCommand(org.eclipse.swt.widgets.Control control, Class commandClass)
          Find a command in the context or toolbar view for a control.
static Command Commands.findCommand(org.eclipse.swt.widgets.Control control, String name)
          Find a command in the context or toolbar view for a control.
 Command CommandView.findCommand(String commandName)
          Find the first instance of a command with a matching name in a breadth-first search of subviews.
 Command CommandViewNode.getCommand()
          The currently active command (may be null if no command is associated with this node).
 Command CommandEvent.getCommand()
           
 Command CommandView.getCommand(Class commandClass)
           
 Command CommandView.getCommand(int index)
          Get the command at a given ordinal.
 Command CommandView.getCommand(String commandName)
           
 Command CommandView.getDefaultCommand()
           
 Command CommandViewNodeEvent.getNewCommand()
           
 Command CommandViewNodeEvent.getOldCommand()
           
 Command CommandView.removeCommand(String commandName)
           
 

Methods in dsto.dfc.swt.commands with parameters of type Command
 void CommandView.addCommand(Command command)
          Add a command to the end of the view.
 void CommandView.addCommand(Command command, int index)
          Add a command to the view at a specific index.
 boolean CommandView.containsCommand(Command command)
           
static String CommandRegistry.getDisplayName(Command command)
           
static String CommandRegistry.getDisplayName(Command command, boolean compact)
          Return the name that should be displayed for a command, taking into account whether the command is interactive.
static String CommandRegistry.getGroupInView(String view, Command command)
           
 int CommandView.getIndex(Command command)
           
static String CommandRegistry.getShortName(Command command)
          Get the short version of a command name eg 'file.Open' becomes 'Open'.
protected  CommandViewNode CommandView.makeVine(String group, Command command)
          Make a vine (tree where all nodes have at most one child) from a command.
 void CommandView.removeCommand(Command command)
           
 void CommandViewNode.setCommand(Command newCommand)
          Set the currently active command.
 void CommandView.setDefaultCommand(Command newValue)
          The default command for this view.
static void Commands.showName(CommandView view, Command command)
          Shortcut to set the Commands.SHOW_NAME_KEY command property to true.
protected  void CommandView.updateCommandGroup(Command command)
          Updates command tree when a command changes its group.
 

Constructors in dsto.dfc.swt.commands with parameters of type Command
AbstractCommandItemProvider(CommandView commandView, Command command, org.eclipse.swt.widgets.Widget parent, int index)
           
CommandButtonProvider(org.eclipse.swt.widgets.Button button, Command command)
           
CommandButtonProvider(org.eclipse.swt.widgets.Composite parent, Command command)
           
CommandEvent(Command source)
           
CommandEvent(Command source, Object data)
           
CommandKeyStrokeBinding(org.eclipse.swt.widgets.Widget widget, Command command)
           
CommandMenuButtonProvider(CommandView commandView, Command command, org.eclipse.swt.widgets.Menu menu, int index)
           
CommandMenuCheckboxProvider(CommandView commandView, Command command, String valueProperty, org.eclipse.swt.widgets.Menu menu, int menuIndex)
           
CommandToolbarButtonProvider(CommandView commandView, Command command, org.eclipse.swt.widgets.ToolBar toolbar, int index)
           
CommandToolbarCheckboxProvider(CommandView commandView, Command command, String valueProperty, org.eclipse.swt.widgets.ToolBar toolbar, int index)
           
CommandViewNode(CommandViewNode parent, Command command)
          Create a node with a given name and an associated command.
CommandViewNodeEvent(CommandViewNode source, Command oldCommand, Command newCommand)
           
 

Uses of Command in dsto.dfc.swt.dnd
 

Classes in dsto.dfc.swt.dnd that implement Command
 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 Command in dsto.dfc.swt.util
 

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

Uses of Command in dsto.dfc.swt.viewers
 

Classes in dsto.dfc.swt.viewers that implement Command
 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 Command in livespace.ui.dashboard
 

Classes in livespace.ui.dashboard that implement Command
 class CmdAboutBox
           
 class CmdRestartOsgi
          Triggers an OSGi system restart.
 class CmdShowPanel
           
 class CmdShutdownOsgi
          Triggers a clean OSGi system shutdown.
 



Copyright © 2008 Commonwealth of Australia