Package cytoscape.editor.impl

Class Summary
BasicCytoShapeEntity The BasicCytoShapeEntity class defines draggable/droppable visual components in the Cytoscape editor framework.
CytoscapeEditorFactoryImpl builds new instances of editors and network edit event adapters.
CytoscapeEditorManagerSupport provides non-static methods needed by the CytoscapeEditorManager, in particular those methods associated with the PropertyChangeListener class
CytoShapeIcon Specialized Icon for Cytoscape editor palette entry.
ShapePalette The ShapePalette class implements a palette from which the user drags and drops shapes onto the canvas The dropping of shapes onto the canvas results in the addition of nodes and edges to the current Cytoscape network, as defined by the behavior of the event handler that responds to the drop events.
StringTransferHandler base class for the PaletteListTransferHandler of the ShapePalette taken from Java drag and drop tutorial, see http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html