Package | Description |
---|---|
org.cytoscape.view.vizmap.gui.editor |
Provides editors for Visual Properties and editor managers for VizMap GUI.
|
Modifier and Type | Method and Description |
---|---|
<V> ValueEditor<V> |
EditorManager.getValueEditor(Class<V> dataType)
Returns value editor for the given data type.
|
Modifier and Type | Method and Description |
---|---|
void |
EditorManager.addValueEditor(ValueEditor<?> va,
Map properties)
Add value editor OSGi services.
|
void |
EditorManager.removeValueEditor(ValueEditor<?> va,
Map properties)
Remove an editor from manager (through OSGi).
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.