public class ViewCancellationSetAction extends YAWLSelectedNetAction implements CancellationSetModelListener, GraphStateListener, FileStateListener, TooltipTogglingWidget
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event) |
java.lang.String |
getDisabledTooltipText() |
java.lang.String |
getEnabledTooltipText() |
static ViewCancellationSetAction |
getInstance() |
void |
graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
void |
notify(int notificationType,
YAWLTask triggeringTask) |
void |
specificationFileStateChange(FileState state) |
specificationStateChange
getGraph, getMenuIcon, shouldBeEnabled, shouldBeVisible
public static ViewCancellationSetAction getInstance()
public void graphSelectionChange(GraphState state, GraphSelectionEvent event)
graphSelectionChange
in interface GraphStateListener
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class YAWLBaseAction
public void notify(int notificationType, YAWLTask triggeringTask)
notify
in interface CancellationSetModelListener
public void specificationFileStateChange(FileState state)
specificationFileStateChange
in interface FileStateListener
public java.lang.String getEnabledTooltipText()
getEnabledTooltipText
in interface TooltipTogglingWidget
public java.lang.String getDisabledTooltipText()
getDisabledTooltipText
in interface TooltipTogglingWidget