|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.cs.crystal.internal.CrystalUIAction
public class CrystalUIAction
Begins the execution of the Crystal framework when the corresponding GUI element is triggered. See the "plugin.xml" file for the mapping between GUI element and this class.
Constructor Summary | |
---|---|
CrystalUIAction()
|
Method Summary | |
---|---|
void |
dispose()
required by the IWorkbenchWindowActionDelegate interface |
void |
init(org.eclipse.ui.IWorkbenchWindow window)
required by the IWorkbenchWindowActionDelegate interface |
void |
run(org.eclipse.jface.action.IAction action)
required by the IWorkbenchWindowActionDelegate interface |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
required by the IWorkbenchWindowActionDelegate interface |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CrystalUIAction()
Method Detail |
---|
public void run(org.eclipse.jface.action.IAction action)
run
in interface org.eclipse.ui.IActionDelegate
public void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
selectionChanged
in interface org.eclipse.ui.IActionDelegate
public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
public void init(org.eclipse.ui.IWorkbenchWindow window)
init
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |