Package cytoscape.editor

Interface Summary
CytoscapeEditor CytoscapeEditor provides a framework for developers to implement specialized, semantics driven graphical editors and incorporate them into Cytoscape.
CytoscapeEditorFactory Interface used for building new instances of editors.
GraphicalEntity Interface for defining draggable/droppable visual components in the Cytoscape editor framework.
 

Class Summary
CytoscapeEditorManager The CytoscapeEditorManager is the central class in the editor framework API.
CytoscapeEditorPlugin core plugin for CytoscapeEditor.
 

Exception Summary
InvalidEditorException Create a new exception when there is no registered editor corresponding to the editor type suppied to the CytoscapeEditorFactory.getEditor() method.