A B C D E F G H I K M N O P R S U W

G

GraphicalEntity - interface cytoscape.editor.GraphicalEntity.
Interface for defining draggable/droppable visual components in the Cytoscape editor framework.
getAttributeName() - Method in interface cytoscape.editor.GraphicalEntity
returns the name of the attribute associated with the Graphical Entity.
getAttributeName() - Method in class cytoscape.editor.impl.BasicCytoShapeEntity
 
getAttributeValue() - Method in interface cytoscape.editor.GraphicalEntity
returns the value of the attribute associated with the Graphical Entity.
getAttributeValue() - Method in class cytoscape.editor.impl.BasicCytoShapeEntity
 
getBasicCytoShapeEntity(String) - Static method in class cytoscape.editor.impl.ShapePalette
 
getCanvas() - Method in class cytoscape.editor.event.BasicNetworkEditEventHandler
 
getCanvas() - Method in class cytoscape.editor.event.NetworkEditEventAdapter
 
getControllingEdgeAttribute() - Method in interface cytoscape.editor.CytoscapeEditor
 
getControllingEdgeAttribute() - Method in class cytoscape.editor.editors.BasicCytoscapeEditor
 
getControllingNodeAttribute() - Method in interface cytoscape.editor.CytoscapeEditor
 
getControllingNodeAttribute() - Method in class cytoscape.editor.editors.BasicCytoscapeEditor
 
getCurrentEditor() - Static method in class cytoscape.editor.CytoscapeEditorManager
Returns the editor being currently used in Cytoscape.
getCurrentShapePalette() - Static method in class cytoscape.editor.CytoscapeEditorManager
 
getDefaultBorderWidth() - Static method in class cytoscape.editor.CytoscapeEditorManager
returns the default node border width.
getEdgeAttributeName() - Method in class cytoscape.editor.event.BasicNetworkEditEventHandler
 
getEdgeAttributeValue() - Method in class cytoscape.editor.event.BasicNetworkEditEventHandler
 
getEdgeClipBoard() - Static method in class cytoscape.editor.CytoscapeEditorManager
clipboard for storing deleted edges.
getEdgeTypesForVisualStyle(VisualStyle) - Static method in class cytoscape.editor.CytoscapeEditorManager
 
getEditor(String) - Method in interface cytoscape.editor.CytoscapeEditorFactory
Get the network editor, creating a new one if it doesn't already exist.
getEditor(String, List) - Method in class cytoscape.editor.impl.CytoscapeEditorFactoryImpl
get the Cytoscape editor for the specified type
getEditor(String) - Method in class cytoscape.editor.impl.CytoscapeEditorFactoryImpl
 
getEditorForView(CyNetworkView) - Static method in class cytoscape.editor.CytoscapeEditorManager
get the editor that is assigned to this CyNetworkView
getEditorName() - Method in interface cytoscape.editor.CytoscapeEditor
gets the name of the editor
getEditorName() - Method in class cytoscape.editor.editors.BasicCytoscapeEditor
gets the name (type) of this editor
getEditorTypes() - Method in interface cytoscape.editor.CytoscapeEditorFactory
Get the set of valid editor types
getEditorTypes() - Method in class cytoscape.editor.impl.CytoscapeEditorFactoryImpl
Get the set of valid editor types
getHiddenEdgesForNetwork(CyNetwork) - Static method in class cytoscape.editor.CytoscapeEditorManager
returns edges hidden from network
getHiddenNodesForNetwork(CyNetwork) - Static method in class cytoscape.editor.CytoscapeEditorManager
returns nodes hidden from network
getIcon() - Method in interface cytoscape.editor.GraphicalEntity
get the icon used on the palette to represent the graphical entity
getIcon() - Method in class cytoscape.editor.impl.BasicCytoShapeEntity
 
getIconHeight() - Method in class cytoscape.editor.impl.CytoShapeIcon
 
getIconWidth() - Method in class cytoscape.editor.impl.CytoShapeIcon
 
getMyDragSource() - Method in interface cytoscape.editor.GraphicalEntity
retrieves the source of the drag operation, used when dragging a graphical entity from the palette onto the canvas
getMyDragSource() - Method in class cytoscape.editor.impl.BasicCytoShapeEntity
 
getNetworkEditEventAdapter() - Method in interface cytoscape.editor.CytoscapeEditor
 
getNetworkEditEventAdapter(CytoscapeEditor) - Method in interface cytoscape.editor.CytoscapeEditorFactory
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.
getNetworkEditEventAdapter(CytoscapeEditor) - Static method in class cytoscape.editor.CytoscapeEditorManager
returns the network edit event adapter associated with the editor
getNetworkEditEventAdapter() - Method in class cytoscape.editor.editors.BasicCytoscapeEditor
 
getNetworkEditEventAdapter(CytoscapeEditor) - Method in class cytoscape.editor.impl.CytoscapeEditorFactoryImpl
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.
getNextPoint() - Method in class cytoscape.editor.event.BasicNetworkEditEventHandler
 
getNode() - Method in class cytoscape.editor.event.BasicNetworkEditEventHandler
 
getNodeAttributeName() - Method in class cytoscape.editor.event.BasicNetworkEditEventHandler
 
getNodeAttributeValue() - Method in class cytoscape.editor.event.BasicNetworkEditEventHandler
 
getNodeClipBoard() - Static method in class cytoscape.editor.CytoscapeEditorManager
clipboard for storing deleted nodes.
getShapePaletteForView(CyNetworkView) - Static method in class cytoscape.editor.CytoscapeEditorManager
get the ShapePalette that is associated with a CyNetworkView.
getSourceActions(JComponent) - Method in class cytoscape.editor.impl.StringTransferHandler
 
getStartPoint() - Method in class cytoscape.editor.event.BasicNetworkEditEventHandler
 
getTitle() - Method in interface cytoscape.editor.GraphicalEntity
get the Title of the graphical entity
getTitle(Object[], PNode) - Static method in class cytoscape.editor.actions.DeleteAction
 
getTitle() - Method in class cytoscape.editor.impl.BasicCytoShapeEntity
 
getView() - Method in class cytoscape.editor.event.BasicNetworkEditEventHandler
 
getView() - Method in class cytoscape.editor.event.NetworkEditEventAdapter
 
getViewNetworkEditEventAdapter(CyNetworkView) - Static method in class cytoscape.editor.CytoscapeEditorManager
retrieves the adapter that handles drags/drops, other mouse events on the canvas
get_args() - Method in class cytoscape.editor.event.BasicCytoShapeTransferHandler
 
get_attributeName() - Method in class cytoscape.editor.event.BasicCytoShapeTransferHandler
 
get_attributeValue() - Method in class cytoscape.editor.event.BasicCytoShapeTransferHandler
 
get_caller() - Method in class cytoscape.editor.event.BasicNetworkEditEventHandler
 
get_caller() - Method in class cytoscape.editor.event.NetworkEditEventAdapter
 
get_cytoShape() - Method in class cytoscape.editor.event.BasicCytoShapeTransferHandler
 
get_image() - Method in interface cytoscape.editor.GraphicalEntity
get the image for the icon used on the palette to represent the graphical entity
get_image() - Method in class cytoscape.editor.impl.BasicCytoShapeEntity
 
graphPerspectiveChanged(GraphPerspectiveChangeEvent) - Method in class cytoscape.editor.impl.CytoscapeEditorManagerSupport
Implementation of the GraphPerspectiveChangeListener interface.

A B C D E F G H I K M N O P R S U W