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

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

Uses of CommandView in dsto.dfc.swt.commands
 

Fields in dsto.dfc.swt.commands declared as CommandView
protected  CommandView AbstractCommandItemProvider.commandView
           
 

Methods in dsto.dfc.swt.commands that return CommandView
 CommandView CommandView.findViewForCommand(Class commandClass)
          Find the first view in a breadth-first search of subviews that contains a command of the given class.
 CommandView CommandView.findViewForCommand(String commandName)
          Find the first view in a breadth-first search of subviews that contains a command with a matching name.
static CommandView Commands.getCommandView(org.eclipse.swt.widgets.Control control, String viewName)
          Get/create the menu view for a control.
static CommandView Commands.getContextView(org.eclipse.swt.widgets.Control control)
          Get/create the context menu view for a control.
static CommandView Commands.getMenuView(org.eclipse.swt.widgets.Decorations shell)
          Get/create the main menu view for a control.
static CommandView Commands.getToolbarView(org.eclipse.swt.widgets.Control control)
           
 CommandView CommandView.getView(int index)
          Get the command at a given ordinal.
 

Methods in dsto.dfc.swt.commands with parameters of type CommandView
 void CommandView.addView(CommandView view)
          Add a child command view to this view.
 void CommandView.addView(CommandView view, int index)
          Add a child command view with a specific index.
 boolean CommandView.containsView(CommandView subView)
           
static void Commands.createMenu(org.eclipse.swt.widgets.Decorations shell, CommandView view)
           
 CommandMenuItemProvider CustomMenuCommand.createMenuProvider(CommandView view, org.eclipse.swt.widgets.Menu menu, int index)
          Create a menu UI provider for the command.
 CommandMenuItemProvider BasicToggleCommand.createMenuProvider(CommandView commandView, org.eclipse.swt.widgets.Menu menu, int index)
           
static void Commands.createToolbar(org.eclipse.swt.widgets.CoolBar coolbar, CommandView commandView)
          Create a toolbar from the specified command view.
 CommandToolbarItemProvider CustomToolbarCommand.createToolbarProvider(CommandView view, org.eclipse.swt.widgets.ToolBar toolbar, int index)
          Create a toolbarUI provider for the command.
 CommandToolbarItemProvider BasicToggleCommand.createToolbarProvider(CommandView commandView, org.eclipse.swt.widgets.ToolBar toolbar, int index)
           
 int CommandView.getIndex(CommandView view)
          Get the index associated with a sub view a CommandView.
 void CommandView.removeView(CommandView view)
          Remove a child command view.
static void Commands.setContextMenuView(org.eclipse.swt.widgets.Control control, CommandView view)
           
static void Commands.setMenuView(org.eclipse.swt.widgets.Control control, CommandView view)
           
static void Commands.setToolbarView(org.eclipse.swt.widgets.Control control, CommandView view)
           
static void Commands.showName(CommandView view, Command command)
          Shortcut to set the Commands.SHOW_NAME_KEY command property to true.
static void Commands.showName(CommandView view, String commandName)
          Shortcut to set the Commands.SHOW_NAME_KEY command property to true.
static void Commands.syncMenu(CommandView view, org.eclipse.swt.widgets.Menu menu)
          Connect a command view with a menu.
 

Constructors in dsto.dfc.swt.commands with parameters of type CommandView
AbstractCommandItemProvider(CommandView commandView, Command command, org.eclipse.swt.widgets.Widget parent, int index)
           
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)
           
CommandView(CommandView view)
          Copy constructor.
CommandViewMenuBarProvider(org.eclipse.swt.widgets.Menu menuBar, CommandView commandView, CommandViewNode root)
          Create a new instance.
CommandViewMenuProvider(org.eclipse.swt.widgets.Menu menu, org.eclipse.swt.widgets.Widget control, CommandView commandView)
          Create a new instance.
CommandViewMenuProvider(org.eclipse.swt.widgets.Menu menu, org.eclipse.swt.widgets.Widget control, CommandView commandView, CommandViewNode root)
          Create a new instance.
CommandViewToolBarProvider(org.eclipse.swt.widgets.CoolBar coolbar, CommandView commandView)
           
CommandViewToolBarProvider(org.eclipse.swt.widgets.CoolBar coolbar, CommandView commandView, CommandViewNode root)
          Create a new instance, adding all the entries, and setting up all the listeners.
 

Uses of CommandView in dsto.dfc.swt.util
 

Methods in dsto.dfc.swt.util with parameters of type CommandView
 CommandMenuItemProvider CmdToggleDataBeanProperty.createMenuProvider(CommandView commandView, org.eclipse.swt.widgets.Menu menu, int index)
           
 CommandToolbarItemProvider CmdToggleDataBeanProperty.createToolbarProvider(CommandView commandView, org.eclipse.swt.widgets.ToolBar toolbar, int index)
           
 

Uses of CommandView in livespace.ui.dashboard
 

Fields in livespace.ui.dashboard declared as CommandView
protected  CommandView DashboardService.menuView
           
 



Copyright © 2008 Commonwealth of Australia