public class LibLsidViewerAction extends FigureAction
FigureAction.SourceType
CANVAS_TYPE, CONTEXTMENU_TYPE, HOTKEY_TYPE, MENUBAR_TYPE, PASTE_OFFSET, TOOLBAR_TYPE
Constructor and Description |
---|
LibLsidViewerAction(TableauFrame parent) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Determine the target Ptolemy II object, the originating frame,
and the X, Y position of the action, if possible.
|
KeplerLSID |
getLsidToView() |
void |
setLsidToView(KeplerLSID lsid) |
getFigure, getFrame, getSourceType, getTarget, getX, getY, offsetFigure
public LibLsidViewerAction(TableauFrame parent)
public void setLsidToView(KeplerLSID lsid)
public KeplerLSID getLsidToView()
public void actionPerformed(java.awt.event.ActionEvent e)
FigureAction
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class FigureAction
e
- The event.