public class DecoratorPosAction extends YAWLBaseAction implements DecoratorAction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EAST |
static boolean |
JOIN |
static java.lang.String |
NORTH |
static java.lang.String |
SOUTH |
static boolean |
SPLIT |
static java.lang.String |
WEST |
Constructor and Description |
---|
DecoratorPosAction(java.lang.String pos,
boolean isJoin,
java.lang.String iconName) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event) |
protected javax.swing.ImageIcon |
getMenuIcon(java.lang.String iconName) |
protected java.lang.String |
getToolTipText() |
boolean |
isSelected() |
void |
setTask() |
void |
setTask(java.lang.Object cell) |
getGraph, shouldBeEnabled, shouldBeVisible
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEnabled
public static final java.lang.String NORTH
public static final java.lang.String SOUTH
public static final java.lang.String EAST
public static final java.lang.String WEST
public static final boolean SPLIT
public static final boolean JOIN
public DecoratorPosAction(java.lang.String pos, boolean isJoin, java.lang.String iconName)
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class YAWLBaseAction
public void setTask(java.lang.Object cell)
setTask
in interface DecoratorAction
public void setTask()
setTask
in interface DecoratorAction
public boolean isSelected()
isSelected
in interface DecoratorAction
protected java.lang.String getToolTipText()
protected javax.swing.ImageIcon getMenuIcon(java.lang.String iconName)
getMenuIcon
in class YAWLBaseAction