Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.view.vizmap.gui.editor.ValueEditor

Packages that use ValueEditor
org.cytoscape.view.vizmap.gui.editor Provides editors for Visual Properties and editor managers for VizMap GUI. 
 

Uses of ValueEditor in org.cytoscape.view.vizmap.gui.editor
 

Methods in org.cytoscape.view.vizmap.gui.editor that return ValueEditor
<V> ValueEditor<V>
EditorManager.getValueEditor(Class<V> dataType)
          Returns value editor for the given data type.
 

Methods in org.cytoscape.view.vizmap.gui.editor with parameters of type ValueEditor
 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).
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.