public class SemanticSearchDialogAction extends FigureAction
FigureAction.SourceTypeCANVAS_TYPE, CONTEXTMENU_TYPE, HOTKEY_TYPE, MENUBAR_TYPE, PASTE_OFFSET, TOOLBAR_TYPE| Constructor and Description |
|---|
SemanticSearchDialogAction()
An action that will create a SemanticSearchDialog.
|
SemanticSearchDialogAction(TableauFrame parent)
Constructor
|
| 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.
|
getFigure, getFrame, getSourceType, getTarget, getX, getY, offsetFigurepublic SemanticSearchDialogAction()
public SemanticSearchDialogAction(TableauFrame parent)
parent - the "frame" (derived from ptolemy.gui.Top) where the menu is
being added.public void actionPerformed(java.awt.event.ActionEvent e)
FigureActionactionPerformed in interface java.awt.event.ActionListeneractionPerformed in class FigureActione - The event.