|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
org.eclipse.amp.escape.command.ResourceHandler
org.eclipse.amp.escape.command.ExecuteHandler
org.eclipse.amp.escape.command.ExecuteJavaHandler
public class ExecuteJavaHandler
The Class ExecuteJavaHandler.
Constructor Summary | |
---|---|
ExecuteJavaHandler()
Instantiates a new execute java handler. |
|
ExecuteJavaHandler(boolean headless)
Instantiates a new execute java handler. |
Method Summary | |
---|---|
protected void |
executeOpen(EclipseEscapeRunner eclipseRunner,
java.lang.Object executed,
org.eclipse.core.runtime.IProgressMonitor monitor)
Execute open. |
org.eclipse.jdt.core.IType |
getType(java.lang.Object object)
|
protected boolean |
handleSelect(java.lang.Object sel)
Handle select. |
boolean |
isSupertype(java.lang.Object sel,
java.lang.String className)
Checks if is supertype. |
boolean |
isTypeSupertype(org.eclipse.jdt.core.IType type,
java.lang.String className)
Checks if is supertype. |
Methods inherited from class org.eclipse.amp.escape.command.ExecuteHandler |
---|
createRunner, execute, isHeadless, setEnabled, setHeadless |
Methods inherited from class org.eclipse.amp.escape.command.ResourceHandler |
---|
execute, execute, executeHandler, getMonitor, setMonitor |
Methods inherited from class org.eclipse.core.commands.AbstractHandler |
---|
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled |
Methods inherited from class org.eclipse.core.commands.common.EventManager |
---|
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecuteJavaHandler(boolean headless)
headless
- the headlesspublic ExecuteJavaHandler()
Method Detail |
---|
protected void executeOpen(EclipseEscapeRunner eclipseRunner, java.lang.Object executed, org.eclipse.core.runtime.IProgressMonitor monitor)
ExecuteHandler
executeOpen
in class ExecuteHandler
eclipseRunner
- the eclipse runnerexecuted
- the executed scape resource/namemonitor
- the monitorprotected boolean handleSelect(java.lang.Object sel)
ExecuteHandler
handleSelect
in class ExecuteHandler
sel
- the sel
public boolean isTypeSupertype(org.eclipse.jdt.core.IType type, java.lang.String className)
type
- the typeclassName
- the class name
public boolean isSupertype(java.lang.Object sel, java.lang.String className)
sel
- the selclassName
- the class name
public org.eclipse.jdt.core.IType getType(java.lang.Object object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |