Serialized Form


Package cytoscape.editor.impl

Class cytoscape.editor.impl.BasicCytoShapeEntity extends javax.swing.JComponent implements Serializable

Serialized Fields

_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

Class cytoscape.editor.impl.ShapePalette extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class cytoscape.editor.impl.StringTransferHandler extends javax.swing.TransferHandler implements Serializable


Package cytoscape.editor.event

Class cytoscape.editor.event.BasicCytoShapeTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

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

Class cytoscape.editor.actions.DeleteAction extends cytoscape.util.CytoscapeAction implements Serializable

Serialized Fields

_cyObj

java.lang.Object _cyObj

Class cytoscape.editor.actions.NewNetworkAction extends cytoscape.util.CytoscapeAction implements Serializable

Class cytoscape.editor.actions.RedoAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

undo

javax.swing.undo.UndoManager undo

undoAction

UndoAction undoAction

Class cytoscape.editor.actions.UndoAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

undo

javax.swing.undo.UndoManager undo

redoAction

RedoAction redoAction


Package cytoscape.editor

Class cytoscape.editor.CytoscapeEditorPlugin.MainPluginAction extends javax.swing.AbstractAction implements Serializable

Class cytoscape.editor.InvalidEditorException extends java.lang.Exception implements Serializable