adams.gui.flow.menu
Class ShowTriggers
java.lang.Object
adams.core.ConsoleObject
adams.gui.flow.menu.AbstractFlowEditorMenuItem
adams.gui.flow.menu.ShowTriggers
- All Implemented Interfaces:
- SizeOfHandler, Serializable, Comparable<AbstractFlowEditorMenuItem>
public class ShowTriggers
- extends AbstractFlowEditorMenuItem
Shows a dialog that lists all currently active triggers.
- Version:
- $Revision: 5702 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
ShowTriggers
public ShowTriggers()
getMenu
public String getMenu()
- Returns the name of the menu to list this item under.
- Specified by:
getMenu in class AbstractFlowEditorMenuItem
- Returns:
- the name of the menu
getTabelModel
protected KeyValuePairTableModel getTabelModel()
- Returns a table model with the current triggers.
- Returns:
- the table model, null in case of an error
newAction
protected AbstractBaseAction newAction()
- Creates the action to use.
- Specified by:
newAction in class AbstractFlowEditorMenuItem
- Returns:
- the action
updateAction
public void updateAction()
- Updating the action, based on the current status of the owner.
- Specified by:
updateAction in class AbstractFlowEditorMenuItem
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.