Package | Description |
---|---|
org.kepler.gui | |
ptolemy.vergil.basic |
Basic GUI classes.
|
Modifier and Type | Class and Description |
---|---|
class |
KeplerEditorDropTarget
This class is an extension of EditorDropTarget that adds support
for Drag and Drop insert and replace.
|
Modifier and Type | Field and Description |
---|---|
protected EditorDropTarget |
BasicGraphFrame._dropTarget
The instance of EditorDropTarget associated with the JGraph.
|
protected EditorDropTarget |
EditorDropTargetListener._dropTarget
Associated DropTarget.
|
Modifier and Type | Method and Description |
---|---|
static EditorDropTarget |
BasicGraphFrameExtension.getDropTarget(diva.graph.JGraph jGraph)
Return the drop target for a JGraph.
|
Modifier and Type | Method and Description |
---|---|
void |
EditorDropTargetListener.setDropTarget(EditorDropTarget dropTarget)
Links this Listener back to the EditorDropTarget it belongs to.
|