Uses of Interface
cytoscape.editor.CytoscapeEditorFactory

Packages that use CytoscapeEditorFactory
cytoscape.editor   
cytoscape.editor.actions   
cytoscape.editor.impl   
 

Uses of CytoscapeEditorFactory in cytoscape.editor
 

Fields in cytoscape.editor declared as CytoscapeEditorFactory
static CytoscapeEditorFactory CytoscapeEditorFactory.INSTANCE
           
 

Uses of CytoscapeEditorFactory in cytoscape.editor.actions
 

Constructors in cytoscape.editor.actions with parameters of type CytoscapeEditorFactory
NewNetworkAction(java.lang.String editorName, CytoscapeEditorFactory factory)
           
 

Uses of CytoscapeEditorFactory in cytoscape.editor.impl
 

Classes in cytoscape.editor.impl that implement CytoscapeEditorFactory
 class CytoscapeEditorFactoryImpl
          builds new instances of editors and network edit event adapters.