Commands

Identifier:
org.eclipse.e4.xwt.pde.commands

Since:
[Enter the first release in which this extension point appears.]

Description:
This extension point is used to register a command with a name

Configuration Markup:

<!ELEMENT extension (command*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT command EMPTY>

<!ATTLIST command

name  CDATA #REQUIRED

class CDATA #REQUIRED>


Examples:
Here is an example to define a commands:

   <extension
         point="org.eclipse.e4.xwt.pde.commands">
      <command
            class="org.eclipse.e4.xwt.demo.MessageCommand"
            name="Message">
      </command>
   </extension>

API Information:
[Enter API information here.]

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]