|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.commonclipse.popup.actions.JavaTypeAction
public abstract class JavaTypeAction
base action delegate for action that need an IType to work.
| Field Summary | |
|---|---|
static java.lang.String |
ACTION_COMPARETO
id for compareTo() generator. |
static java.lang.String |
ACTION_EQUALS
id for equals() generator. |
static java.lang.String |
ACTION_HASHCODE
id for hashCode() generator. |
static java.lang.String |
ACTION_TOSTRING
id for toString() generator. |
| Constructor Summary | |
|---|---|
JavaTypeAction()
|
|
| Method Summary | |
|---|---|
protected void |
runAction(org.eclipse.jface.action.IAction action,
org.eclipse.jdt.core.IType type,
org.eclipse.swt.widgets.Shell shell)
run the action on the given IType. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ACTION_TOSTRING
public static final java.lang.String ACTION_HASHCODE
public static final java.lang.String ACTION_EQUALS
public static final java.lang.String ACTION_COMPARETO
| Constructor Detail |
|---|
public JavaTypeAction()
| Method Detail |
|---|
protected void runAction(org.eclipse.jface.action.IAction action,
org.eclipse.jdt.core.IType type,
org.eclipse.swt.widgets.Shell shell)
action - activated IActiontype - selected ITypeshell - Shell for messages
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||