NevronOpenVision
Nevron.Nov.Editors Namespace / NDesignCommand Class
Fields Properties Methods


NDesignCommand Class Members

The following tables list the members exposed by NDesignCommand.

Protected Fields
 NameDescription
Protected FieldThe keyboard shortcut of this command.  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the node upon which the command executes its action.  
Public PropertyGets the designer of the current node.  
Public PropertyGets or sets the editor in the context of which the command will be executed.  
Public PropertyGets the keyboard shortcut of this command.  
Top
Public Methods
 NameDescription
Public MethodMust override to determine whether the command can be performed.  
Public MethodMust overide to perform the command.  
Public MethodGets the widget that can represent this command  
Public MethodUpdates the widget that represents this command, if the widget is created.  
Top
Protected Methods
 NameDescription
Protected MethodMust overirde to create the widget for this command.  
Protected MethodCalled when the node this command should be applied on has changed.  
Protected MethodSets the given tooltip to the specified widget adding the keyboard shortcut information of this command if a keyboard shortcut is defined.  
Top
See Also