public abstract class MultiCompositeTableau.AddRefinementAction extends FigureAction
FigureAction.SourceTypeCANVAS_TYPE, CONTEXTMENU_TYPE, HOTKEY_TYPE, MENUBAR_TYPE, PASTE_OFFSET, TOOLBAR_TYPE| Constructor and Description |
|---|
AddRefinementAction(java.lang.String title,
java.lang.String refinementTypeName,
java.lang.String nameQuery)
Create an action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Perform the action.
|
abstract boolean |
mirrorPort(Port port)
Returns true if port should be mirrored.
|
getFigure, getFrame, getSourceType, getTarget, getX, getY, offsetFigurepublic AddRefinementAction(java.lang.String title, java.lang.String refinementTypeName, java.lang.String nameQuery)
title - the window titlerefinementTypeName - the type of sub-workflow to addnameQuery - the string displayed in the dialogpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class FigureActione - The event.public abstract boolean mirrorPort(Port port)