|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkEditEventAdapter | |
cytoscape.editor | |
cytoscape.editor.editors | |
cytoscape.editor.event | |
cytoscape.editor.impl |
Uses of NetworkEditEventAdapter in cytoscape.editor |
Methods in cytoscape.editor that return NetworkEditEventAdapter | |
static NetworkEditEventAdapter |
CytoscapeEditorManager.initializeEditEventAdapter(CytoscapeEditor editor,
java.lang.String adapterName)
builds the named event handler and associates it with the input editor |
static NetworkEditEventAdapter |
CytoscapeEditorManager.getNetworkEditEventAdapter(CytoscapeEditor editor)
returns the network edit event adapter associated with the editor |
static NetworkEditEventAdapter |
CytoscapeEditorManager.getViewNetworkEditEventAdapter(cytoscape.view.CyNetworkView view)
retrieves the adapter that handles drags/drops, other mouse events on the canvas |
NetworkEditEventAdapter |
CytoscapeEditorFactory.getNetworkEditEventAdapter(CytoscapeEditor editor)
gets an instance of the NetworkEditEventAdaptor associated with the input editor The NetworkEditEventAdapter handles events that are associated with user input to the editor, such as mouse actions, drag/drop, keystrokes. |
NetworkEditEventAdapter |
CytoscapeEditor.getNetworkEditEventAdapter()
|
Methods in cytoscape.editor with parameters of type NetworkEditEventAdapter | |
static void |
CytoscapeEditorManager.setViewNetworkEditEventAdapter(cytoscape.view.CyNetworkView view,
NetworkEditEventAdapter event)
set the adapter that handles drags/drops, other mouse events on the canvas. |
void |
CytoscapeEditor.setNetworkEditEventAdapter(NetworkEditEventAdapter adapter)
|
Uses of NetworkEditEventAdapter in cytoscape.editor.editors |
Methods in cytoscape.editor.editors that return NetworkEditEventAdapter | |
NetworkEditEventAdapter |
BasicCytoscapeEditor.getNetworkEditEventAdapter()
|
Methods in cytoscape.editor.editors with parameters of type NetworkEditEventAdapter | |
void |
BasicCytoscapeEditor.setNetworkEditEventAdapter(NetworkEditEventAdapter adapter)
|
Uses of NetworkEditEventAdapter in cytoscape.editor.event |
Subclasses of NetworkEditEventAdapter in cytoscape.editor.event | |
class |
BasicNetworkEditEventHandler
The BasicNetworkEditEventHandler class provides specialized methods defining the behavior of the basic Cytoscape editor provided in Cytoscape 2.2. |
class |
BioPAXNetworkEditEventHandler
Event handler for SimpleBioPAX_Editor. |
class |
PaletteNetworkEditEventHandler
The PaletteNetworkEditEventHandler extends the basic network edit event handler with the capability to drag and drop shapes from a palette onto the canvas, resulting in the addition of nodes and edges to the current Cytoscape network. |
Uses of NetworkEditEventAdapter in cytoscape.editor.impl |
Methods in cytoscape.editor.impl that return NetworkEditEventAdapter | |
NetworkEditEventAdapter |
CytoscapeEditorFactoryImpl.getNetworkEditEventAdapter(CytoscapeEditor editor)
gets an instance of the NetworkEditEventAdaptor associated with the input editor The NetworkEditEventAdapter handles events that are associated with user input to the editor, such as mouse actions, drag/drop, keystrokes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |