Serialized Form
Package cytoscape.editor.impl |
_cytoShape
javax.swing.JLabel _cytoShape
- used for setting tooltip text
title
java.lang.String title
- the title of the shape
attributeName
java.lang.String attributeName
- attribute name for the shape
should be one of "NodeType" or "EdgeType"
attributeValue
java.lang.String attributeValue
- value for the attribute assigned to the shape
for example a "NodeType" of "protein"
_image
javax.swing.Icon _image
- the icon associated with the shape
myDragSource
java.awt.dnd.DragSource myDragSource
- the source of a drag event
myDragGestureRecognizer
java.awt.dnd.DragGestureRecognizer myDragGestureRecognizer
handler
BasicCytoShapeTransferHandler handler
_img
java.awt.Image _img
- the image associated with the Icon for the shape
dataList
javax.swing.JList dataList
- the user interface for the ShapePalette
listModel
javax.swing.DefaultListModel listModel
_controlPane
javax.swing.JPanel _controlPane
scrollPane
javax.swing.JScrollPane scrollPane
_shapePane
javax.swing.JPanel _shapePane
Package cytoscape.editor.event |
basicCytoShapeFlavor
java.awt.datatransfer.DataFlavor basicCytoShapeFlavor
_cytoShape
java.awt.dnd.DragGestureListener _cytoShape
_attributeName
java.lang.String _attributeName
_attributeValue
java.lang.String _attributeValue
_args
java.lang.Object[] _args
Package cytoscape.editor.actions |
_cyObj
java.lang.Object _cyObj
undo
javax.swing.undo.UndoManager undo
undoAction
UndoAction undoAction
undo
javax.swing.undo.UndoManager undo
redoAction
RedoAction redoAction