public class ConfigurableTaskAction extends ProcessConfigurationAction implements TooltipTogglingWidget
net, task
Constructor and Description |
---|
ConfigurableTaskAction() |
ConfigurableTaskAction(YAWLTask task,
NetGraph net) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event) |
javax.swing.JCheckBoxMenuItem |
getCheckBox() |
java.lang.String |
getDisabledTooltipText() |
java.lang.String |
getEnabledTooltipText() |
void |
graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
boolean |
isSelected() |
void |
setCheckBox(javax.swing.JCheckBoxMenuItem checkBox) |
void |
setSelected(boolean selected) |
void |
setToolBarButton(YAWLToggleToolBarButton button) |
getMenuIcon
specificationStateChange
getGraph, shouldBeEnabled, shouldBeVisible
public void graphSelectionChange(GraphState state, GraphSelectionEvent event)
graphSelectionChange
in interface GraphStateListener
graphSelectionChange
in class ProcessConfigurationAction
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class YAWLBaseAction
public boolean isSelected()
public void setSelected(boolean selected)
public void setCheckBox(javax.swing.JCheckBoxMenuItem checkBox)
public void setToolBarButton(YAWLToggleToolBarButton button)
public javax.swing.JCheckBoxMenuItem getCheckBox()
public java.lang.String getDisabledTooltipText()
getDisabledTooltipText
in interface TooltipTogglingWidget
public java.lang.String getEnabledTooltipText()
getEnabledTooltipText
in interface TooltipTogglingWidget