|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSelectionAction
com.pnp.xfeature.actions.CutAction
public class CutAction
The visual represenation of the CutCommand
| Field Summary | |
|---|---|
static java.lang.String |
ID
unique ID of the class |
| Constructor Summary | |
|---|---|
CutAction(IWorkbenchPart part)
initializes the unique ID and calls the super class constructor |
|
| Method Summary | |
|---|---|
void |
init()
empty |
void |
run()
creates and executes the CutCommand using GEF command stack; applies the action only on the first node is selected |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ID
| Constructor Detail |
|---|
public CutAction(IWorkbenchPart part)
part - the workbench part to which the action belongs, here the 'part' is the editor instance| Method Detail |
|---|
public void init()
org.eclipse.gef.ui.actions.WorkbenchPartAction#init()public void run()
org.eclipse.jface.action.IAction#run()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||