|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jtool.jxplatform.actions.JxActionDelegate
org.jtool.jxplatform.actions.JxProjectActionDelegate
Performs a project action.
| Field Summary | |
protected org.eclipse.ui.IWorkbenchPart |
part
A workbench target. |
protected org.eclipse.core.resources.IProject |
project
A project resource. |
protected JxProjectRepository |
repository
A project's repository that stores information about Java-XML compilation units in the project. |
| Fields inherited from class org.jtool.jxplatform.actions.JxActionDelegate |
selection |
| Constructor Summary | |
JxProjectActionDelegate()
Create a new object. |
|
| Method Summary | |
void |
run(org.eclipse.jface.action.IAction action)
Creates XML documents from Java source files in this project. |
void |
setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart part)
Sets an active workbench for the delegate. |
| Methods inherited from class org.jtool.jxplatform.actions.JxActionDelegate |
getFile, getShell, getShell, printMessage, printMessage, selectionChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ui.IActionDelegate |
selectionChanged |
| Field Detail |
protected org.eclipse.ui.IWorkbenchPart part
protected org.eclipse.core.resources.IProject project
protected JxProjectRepository repository
| Constructor Detail |
public JxProjectActionDelegate()
| Method Detail |
public void setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart part)
setActivePart in interface org.eclipse.ui.IObjectActionDelegateaction - An action triggered by the user.part - A workbench target.public void run(org.eclipse.jface.action.IAction action)
run in interface org.eclipse.ui.IActionDelegateaction - An action triggered by the user.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||