|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TBPreferenceConstants
Global constants for various values used in TB.getPreferences(). Note: This needs to be refactored to collect more constants from other plugins.
| Field Summary | |
|---|---|
static int |
CLASS_INSTANCES_DEFAULT
Default option of CLASS_INSTANCES_MODE |
static int |
CLASS_INSTANCES_DIRECT
Option: Only show direct instance count behind class name, e.g. |
static int |
CLASS_INSTANCES_INDIRECT
Option: Show instance count including indirect instances behind class name, e.g. |
static java.lang.String |
CLASS_INSTANCES_MODE
The mode of how to display the number of instances in the classes trees. |
static int |
CLASS_INSTANCES_NONE
Option: Don't show instance count behind class name, e.g. |
static int |
CLASS_INSTANCES_SEPARATELY
Option: Show direct and indirect instances separately, e.g. |
| Field Detail |
|---|
static final java.lang.String CLASS_INSTANCES_MODE
static final int CLASS_INSTANCES_NONE
static final int CLASS_INSTANCES_DIRECT
static final int CLASS_INSTANCES_INDIRECT
static final int CLASS_INSTANCES_SEPARATELY
static final int CLASS_INSTANCES_DEFAULT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||