Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.core.commands.Command

Packages that use Command
org.eclipse.core.commands Application programming interfaces for commands and handlers. 
org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench. 
org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench. 
 

Uses of Command in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands that return Command
  Command[] CommandManager. getAllCommands ()
          Returns all of the commands known by this manager -- defined and undefined.
  Command CommandEvent. getCommand ()
          Returns the instance of the interface that changed.
  Command ParameterizedCommand. getCommand ()
          Returns the base command.
  Command ExecutionEvent. getCommand ()
          Returns the command being executed.
  Command CommandManager. getCommand ( String commandId)
          Gets the command with the given identifier.
  Command[] CommandManager. getDefinedCommands ()
          Returns the commands that are defined.
 

Methods in org.eclipse.core.commands with parameters of type Command
static  Collection ParameterizedCommand. generateCombinations ( Command command)
           Generates all the possible combinations of command parameterizations for the given command.
static  ParameterizedCommand ParameterizedCommand. generateCommand ( Command command, Map parameters)
          Take a command and a map of parameter IDs to values, and generate the appropriate parameterized command.
  String CommandManager. getHelpContextId ( Command command)
          Gets the help context identifier for a particular command.
 

Constructors in org.eclipse.core.commands with parameters of type Command
CommandEvent ( Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged)
          Creates a new instance of this class.
CommandEvent ( Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged, boolean returnTypeChanged)
          Creates a new instance of this class.
CommandEvent ( Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged, boolean returnTypeChanged, boolean helpContextIdChanged)
          Creates a new instance of this class.
CommandEvent ( Command command, boolean categoryChanged, boolean definedChanged, boolean descriptionChanged, boolean handledChanged, boolean nameChanged, boolean parametersChanged, boolean returnTypeChanged, boolean helpContextIdChanged, boolean enabledChanged)
          Creates a new instance of this class.
ExecutionEvent ( Command command, Map parameters, Object trigger, Object applicationContext)
          Constructs a new instance of ExecutionEvent.
ParameterizedCommand ( Command command, Parameterization[] parameterizations)
          Constructs a new instance of ParameterizedCommand with specific values for zero or more of its parameters.
 

Uses of Command in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands that return Command
  Command ICommandService. getCommand ( String commandId)
          Retrieves the command with the given identifier.
  Command[] ICommandService. getDefinedCommands ()
          Returns the collection of all of the defined commands in the workbench.
 

Methods in org.eclipse.ui.commands with parameters of type Command
  String ICommandService. getHelpContextId ( Command command)
          Gets the help context identifier for a particular command.
 

Uses of Command in org.eclipse.ui.handlers
 

Methods in org.eclipse.ui.handlers with parameters of type Command
  ExecutionEvent IHandlerService. createExecutionEvent ( Command command, Event event)
          Creates an execution event based on an SWT event.
static boolean HandlerUtil. toggleCommandState ( Command command)
          Toggles the command's state.
static void HandlerUtil. updateRadioState ( Command command, String newState)
          Updates the radio state of the command to the given value
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire