|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> jdt >> [ graph overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.eclipse.jdt.graph
Class DependGraphAction.Options

java.lang.Objectcom.port80.eclipse.jdt.graph.DependGraphAction.Options
- Enclosing class:
- DependGraphAction
- static class DependGraphAction.Options
- extends java.lang.Object
| Field Summary | |
(package private) int |
depend
|
static int |
DEPEND_METHOD
|
static int |
DEPEND_REFERENCE
|
(package private) int |
detail
|
static int |
DETAIL_CLASS
|
static int |
DETAIL_CLASSWITHMETHOD
|
static int |
DETAIL_METHOD
|
static java.lang.String[] |
MSG_DEPENDS
|
static java.lang.String[] |
MSG_DETAILS
|
static java.lang.String[] |
MSG_SCOPES
|
(package private) java.lang.String |
passes
|
(package private) int |
scope
|
static int |
SCOPE_CONNECTED
|
static int |
SCOPE_SELECTED
|
(package private) java.lang.String |
seed
|
(package private) boolean |
show
|
| Constructor Summary | |
(package private) |
DependGraphAction.Options()
|
| Method Summary | |
int |
getPasses()
|
int |
getSeed()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
DEPEND_METHOD
public static final int DEPEND_METHOD
- See Also:
- Constant Field Values
DEPEND_REFERENCE
public static final int DEPEND_REFERENCE
- See Also:
- Constant Field Values
SCOPE_SELECTED
public static final int SCOPE_SELECTED
- See Also:
- Constant Field Values
SCOPE_CONNECTED
public static final int SCOPE_CONNECTED
- See Also:
- Constant Field Values
DETAIL_CLASS
public static final int DETAIL_CLASS
- See Also:
- Constant Field Values
DETAIL_METHOD
public static final int DETAIL_METHOD
- See Also:
- Constant Field Values
DETAIL_CLASSWITHMETHOD
public static final int DETAIL_CLASSWITHMETHOD
- See Also:
- Constant Field Values
MSG_DEPENDS
public static final java.lang.String[] MSG_DEPENDS
MSG_SCOPES
public static final java.lang.String[] MSG_SCOPES
MSG_DETAILS
public static final java.lang.String[] MSG_DETAILS
depend
int depend
scope
int scope
detail
int detail
show
boolean show
seed
java.lang.String seed
passes
java.lang.String passes
| Constructor Detail |
DependGraphAction.Options
DependGraphAction.Options()
| Method Detail |
getSeed
public int getSeed()
getPasses
public int getPasses()
|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> jdt >> [ graph overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.port80.eclipse.jdt.graph.DependGraphAction.Options