com.pnp.xfeature.actions
Class RemovePropertySetAction

java.lang.Object
  extended by SelectionAction
      extended by com.pnp.xfeature.actions.RemovePropertySetAction

public class RemovePropertySetAction
extends SelectionAction

The visual represenation of the RemovePropertySetCommand

Author:
Ondrej Rohlik, created on 4.4.2004

Field Summary
static java.lang.String ID
          unique ID of the class
 
Constructor Summary
RemovePropertySetAction(IWorkbenchPart part, java.lang.String nodeType, int key)
          calls the super class constructor only
 
Method Summary
 void run()
          creates and executes the RemovePropertySetCommand using GEF command stack; applies the action on each item of the selection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
unique ID of the class

See Also:
Constant Field Values
Constructor Detail

RemovePropertySetAction

public RemovePropertySetAction(IWorkbenchPart part,
                               java.lang.String nodeType,
                               int key)
calls the super class constructor only

Parameters:
part - the workbench part to which the action belongs, here the 'part' is the editor instance
Method Detail

run

public void run()
creates and executes the RemovePropertySetCommand using GEF command stack; applies the action on each item of the selection

See Also:
org.eclipse.jface.action.IAction#run()


Copyright © 2004 - 2008 ETH Zurich and P&P Software GmbH, All Rights Reserved.