sk.uniba.euromath.rcp.action
Class CommandIds

java.lang.Object
  extended by sk.uniba.euromath.rcp.action.CommandIds

public final class CommandIds
extends Object

Interface defining the application's command IDs. Key bindings can be defined for specific commands. To associate an action with a command, use IAction.setActionDefinitionId(commandId).

See Also:
IAction.setActionDefinitionId(String)

Field Summary
static String CMD_OPEN_DOCUMENT
          Opens the document.
 
Constructor Summary
CommandIds()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMD_OPEN_DOCUMENT

public static final String CMD_OPEN_DOCUMENT
Opens the document.

See Also:
Constant Field Values
Constructor Detail

CommandIds

public CommandIds()


Copyright © 2003-2006 null. All Rights Reserved.