wt.clients.workflow.tasks
Class UpdateTeamTemplateVariables
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Panel
java.applet.Applet
wt.clients.workflow.tasks.UpdateTeamTemplateVariables
- All Implemented Interfaces:
- Accessible, ImageObserver, MenuContainer, Serializable
- public class UpdateTeamTemplateVariables
- extends Applet
- See Also:
- Serialized Form
Fields inherited from class java.applet.Applet |
|
Fields inherited from class java.awt.Panel |
|
Fields inherited from class java.awt.Container |
|
Methods inherited from class java.applet.Applet |
getAccessibleContext, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
helpSystem
private HelpSystem helpSystem
helpContext
private HelpContext helpContext
HELP_RESOURCE
private static final String HELP_RESOURCE
- See Also:
- Constant Field Values
LC_HELP_RESOURCE
private static final String LC_HELP_RESOURCE
- See Also:
- Constant Field Values
myWorkItem
public WorkItem myWorkItem
myActivity
public WfActivity myActivity
myProcess
public WfProcess myProcess
teams
Hashtable teams
myThreadGroup
ThreadGroup myThreadGroup
rb
ResourceBundle rb
initSync
private static Object initSync
updateTeamTemplateVarLabel
Label updateTeamTemplateVarLabel
scrollPane
ScrollPane scrollPane
panel
Panel panel
buttonPanel
Panel buttonPanel
saveButton
Button saveButton
resetButton
Button resetButton
helpButton
Button helpButton
statusBar
symantec.itools.awt.StatusBar statusBar
UpdateTeamTemplateVariables
public UpdateTeamTemplateVariables()
start
public void start()
stop
public void stop()
destroy
public void destroy()
init
public void init()
initialize
void initialize()
createLabel
private void createLabel(String labelText,
int y)
createLable
creates an AWT label in the panel
with the supplied labelText.
- Parameters:
labelText
- text to be displayed on the labely
- gridy value of the label in the variablesPanel's gridBagLayout
createTeamTemplateSelector
private JITProjectPanel createTeamTemplateSelector(String teamTemplate,
int y)
throws Exception
createTeamTemplate
creates an JITProjectPanel in the variablesPanel
to select Team Templates.
- Parameters:
y
- gridy value of the label in the variablesPanel's gridBagLayout
- Throws:
Exception
createFinishLine
private void createFinishLine()
createFinishLine
creates an horizontal line in the variablesPanel.
The sole purpose of this method is to create a control that forces the
other controls in the variablesPanel into a better grid bac configuration.
None of the other workflow variables in the panel carray an X or Y weight and
consequently they all float in the center of the panel instead of the top left.
getTopLevelParent
private Frame getTopLevelParent(Component component)
- Returns the parent Frame of this applet.
saveButton_ActionPerformed
void saveButton_ActionPerformed(ActionEvent event)
resetButton_ActionPerformed
void resetButton_ActionPerformed(ActionEvent event)
localize
protected void localize()
- Localizes the panel to the current locale.
helpButton_ActionPerformed
void helpButton_ActionPerformed(ActionEvent event)