Uses of Class
cytoscape.editor.impl.BasicCytoShapeEntity

Packages that use BasicCytoShapeEntity
cytoscape.editor.event   
cytoscape.editor.impl   
 

Uses of BasicCytoShapeEntity in cytoscape.editor.event
 

Constructors in cytoscape.editor.event with parameters of type BasicCytoShapeEntity
BasicCytoShapeTransferHandler(BasicCytoShapeEntity cytoShape, java.lang.Object[] args)
          creates a DataFlavor and sets instance variables for a BasicCytoShapeEntity that is added to the palette
 

Uses of BasicCytoShapeEntity in cytoscape.editor.impl
 

Methods in cytoscape.editor.impl that return BasicCytoShapeEntity
static BasicCytoShapeEntity ShapePalette.getBasicCytoShapeEntity(java.lang.String key)