wt.clients.workflow.definer
Class ProcessEditorAction
java.lang.Object
javax.swing.AbstractAction
wt.clients.workflow.definer.ProcessEditorAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- Direct Known Subclasses:
- BackAction, CopyAction, CutAction, DeleteAction, ExitAction, ExpandBlockAction, ForwardAction, NewAction, ObjectPropertiesAction, OpenAction, PasteAction, ProcessPropertiesAction, SaveAction, SaveAsAction, SquareLineAction, StraitLineAction, ToBlockAction, UsedByAction, UsesAction, ValidateAction, ValidateAllAction
- class ProcessEditorAction
- extends AbstractAction
rb
private static ResourceBundle rb
help_rb
private static ResourceBundle help_rb
SHORTCUT
public static String SHORTCUT
threadGroup
ThreadGroup threadGroup
ProcessEditorAction
ProcessEditorAction()
actionPerformed
public void actionPerformed(ActionEvent e)
setName
void setName(String tag)
getName
String getName()
setToolTip
void setToolTip(String tag)
getToolTip
String getToolTip()
setIcon
void setIcon(String icon)
getIcon
Image getIcon()
getRBString
private String getRBString(String tag)
getHelpRBString
private String getHelpRBString(String tag)
saveIfNeeded
boolean saveIfNeeded(boolean prompt)
throws WTException
- Saves the current process if it needs saving.
- Parameters:
prompt
- true if the user should be prompted to save.
- Throws:
WTException