public class OclQueryAction
extends com.nomagic.magicdraw.actions.MDAction
Modifier and Type | Class and Description |
---|---|
static class |
OclQueryAction.ProcessOclQuery |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
actionText |
protected java.util.LinkedList<java.lang.String> |
choices |
static java.lang.String |
DEFAULT_ID |
static OclQueryDialog |
dialog |
protected java.util.LinkedList<java.lang.String> |
inputHistory |
protected java.lang.String |
lastInput |
protected java.util.TreeSet<java.lang.String> |
pastInputs |
static boolean |
useNewOclEvaluator |
Constructor and Description |
---|
OclQueryAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
accept, addAction, addPropertyChangeListener, addShortcut, addShotcut, addWeakPropertyChangeListener, clone, compareTo, createMenuItem, equals, firePropertyChange, getActions, getCommandKey, getDescription, getGroup, getIcon, getID, getLargeIcon, getLargeOrSmallIcon, getMnemonicKey, getName, getPropertyChangeListeners, getShortcuts, getSmallIcon, getSmallOrLargeIcon, hashCode, isIDGenerated, removeAction, removePropertyChangeListener, removeShortcut, removeWeakPropertyChangeListener, setActions, setDescription, setGroup, setLargeIcon, setMnemonicKey, setName, setShortcuts, setSmallIcon, shallowClone, toString
public static final java.lang.String DEFAULT_ID
public static final java.lang.String actionText
protected java.lang.String lastInput
protected java.util.LinkedList<java.lang.String> inputHistory
protected java.util.TreeSet<java.lang.String> pastInputs
protected java.util.LinkedList<java.lang.String> choices
public static OclQueryDialog dialog
public static boolean useNewOclEvaluator