public class RegulatoryGraphEditor extends ObjectEditor<RegulatoryGraph> implements GraphListener<RegulatoryGraph>
Modifier and Type | Field and Description |
---|---|
static int |
PROP_ANNOTATION |
static int |
PROP_ID |
static int |
PROP_NODEORDER |
static int |
PROP_RAW |
master, o, v_listener, v_prop
Constructor and Description |
---|
RegulatoryGraphEditor(RegulatoryGraph graph) |
Modifier and Type | Method and Description |
---|---|
Component |
getComponent() |
int |
getIntValue(int prop) |
Object |
getRawValue(int prop) |
String |
getStringValue(int prop) |
GraphEventCascade |
graphChanged(RegulatoryGraph g,
GraphChangeType type,
Object data) |
boolean |
isValidValue(int prop,
int value) |
boolean |
isValidValue(int prop,
String value) |
boolean |
setValue(int prop,
int value) |
boolean |
setValue(int prop,
String value) |
addListener, getArgs, getMasterObject, getProperties, performAction, refresh, release, removeListener, setEditedItem
public static final int PROP_ID
public static final int PROP_NODEORDER
public static final int PROP_ANNOTATION
public static final int PROP_RAW
public RegulatoryGraphEditor(RegulatoryGraph graph)
public int getIntValue(int prop)
getIntValue
in class ObjectEditor<RegulatoryGraph>
public String getStringValue(int prop)
getStringValue
in class ObjectEditor<RegulatoryGraph>
public boolean isValidValue(int prop, String value)
isValidValue
in class ObjectEditor<RegulatoryGraph>
public boolean isValidValue(int prop, int value)
isValidValue
in class ObjectEditor<RegulatoryGraph>
public boolean setValue(int prop, String value)
setValue
in class ObjectEditor<RegulatoryGraph>
public boolean setValue(int prop, int value)
setValue
in class ObjectEditor<RegulatoryGraph>
public Object getRawValue(int prop)
getRawValue
in class ObjectEditor<RegulatoryGraph>
public Component getComponent()
getComponent
in interface GUIEditor<RegulatoryGraph>
getComponent
in class ObjectEditor<RegulatoryGraph>
public GraphEventCascade graphChanged(RegulatoryGraph g, GraphChangeType type, Object data)
graphChanged
in interface GraphListener<RegulatoryGraph>
Copyright © 2005–2020. All rights reserved.