|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<EditorDisplayer> cytoscape.visual.ui.EditorDisplayer
public enum EditorDisplayer
Managing value editors in for each data types.
This enum contains both continuous and discrete editors.
Nested Class Summary | |
---|---|
static class |
EditorDisplayer.EditorType
Defines editor type. |
Method Summary | |
---|---|
Class |
getActionClass()
DOCUMENT ME! |
String |
getCommand()
DOCUMENT ME! |
Class |
getCompatibleClass()
DOCUMENT ME! |
static EditorDisplayer |
getEditor(VisualPropertyType type,
EditorDisplayer.EditorType editor)
Returns proper editor displayer object based on visual property type. |
Object[] |
getParameters()
DOCUMENT ME! |
Class[] |
getParamTypes()
DOCUMENT ME! |
void |
setParameters(Object[] param)
|
static EditorDisplayer |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EditorDisplayer[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EditorDisplayer DISCRETE_COLOR
public static final EditorDisplayer DISCRETE_FONT
public static final EditorDisplayer DISCRETE_NUMBER
public static final EditorDisplayer DISCRETE_STRING
public static final EditorDisplayer DISCRETE_SHAPE
public static final EditorDisplayer DISCRETE_ARROW_SHAPE
public static final EditorDisplayer DISCRETE_LINE_STYLE
public static final EditorDisplayer DISCRETE_LABEL_POSITION
public static final EditorDisplayer CONTINUOUS_COLOR
public static final EditorDisplayer CONTINUOUS_CONTINUOUS
public static final EditorDisplayer CONTINUOUS_DISCRETE
Method Detail |
---|
public static final EditorDisplayer[] values()
for(EditorDisplayer c : EditorDisplayer.values()) System.out.println(c);
public static EditorDisplayer valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic Class getActionClass()
public String getCommand()
public Class[] getParamTypes()
public Object[] getParameters()
public Class getCompatibleClass()
public void setParameters(Object[] param)
public static EditorDisplayer getEditor(VisualPropertyType type, EditorDisplayer.EditorType editor)
type
- DOCUMENT ME!
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |