|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
wt.clients.workflow.definer.WfNotifierRecipients
Nested Class Summary | |
(package private) class |
WfNotifierRecipients.RecipientMultiList
|
(package private) class |
WfNotifierRecipients.SymAction
|
(package private) class |
WfNotifierRecipients.SymFocus
|
(package private) class |
WfNotifierRecipients.SymItem
|
(package private) class |
WfNotifierRecipients.SymKey
|
(package private) class |
WfNotifierRecipients.SymMouse
|
(package private) class |
WfNotifierRecipients.SymPropertyChange
|
Nested classes inherited from class java.awt.Panel |
Panel.AccessibleAWTPanel |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
(package private) List |
actorList
|
private static String |
ACTORS_TAB
|
(package private) Panel |
actorsPanel
|
(package private) symantec.itools.awt.Label3D |
actorsTab
|
(package private) Button |
addButton
|
private static Font |
bold
|
(package private) symantec.itools.awt.BorderPanel |
cardPanel
|
private WTContainerRef |
context_ref
|
private ThreadGroup |
contextGroup
|
private String |
currentTab
|
(package private) FindGroupPanel |
findGroupPanel
|
(package private) FindUserPanel |
findUserPanel
|
(package private) Panel |
fromPanel
|
private static String |
GROUPS_TAB
|
(package private) Panel |
groupsPanel
|
(package private) symantec.itools.awt.Label3D |
groupsTab
|
private static int |
MAX_RECIPIENTS
|
(package private) Panel |
moverPanel
|
private Hashtable |
objectHolder
|
(package private) Panel |
participantsPanel
|
private static Font |
plain
|
(package private) ResourceBundle |
rb
|
private static int |
RECIPIENT
|
(package private) WfNotifierRecipients.RecipientMultiList |
recipientTable
|
(package private) Button |
removeButton
|
(package private) List |
roleList
|
private static String |
ROLES_TAB
|
(package private) Panel |
rolesPanel
|
(package private) symantec.itools.awt.Label3D |
rolesTab
|
(package private) Panel |
tabsPanel
|
(package private) List |
teamList
|
(package private) Vector |
teams
|
private static String |
TEAMS_TAB
|
(package private) Panel |
teamsPanel
|
(package private) symantec.itools.awt.Label3D |
teamsTab
|
(package private) Panel |
toPanel
|
private static int |
TYPE
|
private static String |
USERS_TAB
|
(package private) Panel |
usersPanel
|
(package private) symantec.itools.awt.Label3D |
usersTab
|
(package private) List |
variableList
|
private static String |
VARIABLES_TAB
|
(package private) Panel |
variablesPanel
|
(package private) symantec.itools.awt.Label3D |
variablesTab
|
(package private) WfInternalMethodTemplateEditor |
wfInternalMethodTemplateEditor
|
Fields inherited from class java.awt.Panel |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
(package private) |
WfNotifierRecipients(WfInternalMethodTemplateEditor wf_internal_method_template_editor)
|
Method Summary | |
(package private) void |
actorList_KeyPressed(KeyEvent event)
|
(package private) void |
actorList_MousePressed(MouseEvent event)
|
(package private) void |
actorsTab_mousePressed(MouseEvent event)
|
(package private) void |
addButton_ActionPerformed(ActionEvent event)
|
void |
addNotify()
|
private void |
addToObjectHolder(String key,
Object value)
|
(package private) void |
findGroupPanel_propertyChange_Interaction1(PropertyChangeEvent event)
|
(package private) void |
findGroupPanel_propertyChange(PropertyChangeEvent event)
|
(package private) void |
findUserPanel_propertyChange_Interaction1(PropertyChangeEvent event)
|
(package private) void |
findUserPanel_propertyChange(PropertyChangeEvent event)
|
(package private) void |
fromList_ItemStateChanged(ItemEvent event)
|
private String |
getFromName(EnumeratedType enum)
|
private String |
getFromName(ProjectReference project)
|
private String |
getFromName(TeamTemplateReference ttr)
|
private String |
getFromName(WfVariableInfo var_info)
|
private String |
getFromName(WTPrincipal principal)
|
private String |
getToName(EnumeratedType enum)
|
private String |
getToName(ProjectReference project)
|
private String |
getToName(TeamTemplateReference ttr)
|
private String |
getToName(WfVariableInfo var_info)
|
private String |
getToName(WTPrincipal principal)
|
private String |
getToType(ActorRole role)
|
private String |
getToType(ProjectReference project)
|
private String |
getToType(Role role)
|
private String |
getToType(TeamTemplateReference ttr)
|
private String |
getToType(WfVariableInfo var_info)
|
private String |
getToType(WTPrincipal principal)
|
(package private) void |
groupsTab_mousePressed(MouseEvent event)
|
(package private) void |
initialize()
Initialize the UI |
private void |
initializeActors()
Initialize with the actor assignees from the template. |
private void |
initializePrincipals()
Initialize with the principal assignees from the template. |
private void |
initializeRoles()
Initialize with the role assignees from the template. |
private void |
initializeTeams()
Initialize with the team assignees from the template. |
private void |
initializeVariables()
Initialize with the variable assignees from the template. |
(package private) void |
list_KeyPressed(KeyEvent event,
List list)
|
private void |
populateActors()
Populate the actor list to choose assignees from. |
private void |
populatePrincipals()
Populate the principal list to choose assignees from. |
private void |
populateRoles()
Populate the role list to choose assignees from. |
private void |
populateTeams()
Populate the team list to choose assignees from. |
private void |
populateVariables()
Populate the variable list to choose assignees from. |
(package private) void |
removeButton_ActionPerformed(ActionEvent event)
|
(package private) void |
roleList_KeyPressed(KeyEvent event)
|
(package private) void |
roleList_MousePressed(MouseEvent event)
|
(package private) void |
rolesTab_mousePressed(MouseEvent event)
|
(package private) void |
save()
Save the user entered data to the template. |
private void |
setTab(String tab)
Set the current tab. |
private void |
setTabSelected(String tab,
boolean selected)
Set the specified tab selected or deselected. |
(package private) void |
teamList_KeyPressed(KeyEvent event)
|
(package private) void |
teamList_MousePressed(MouseEvent event)
|
(package private) void |
teamsTab_mousePressed(MouseEvent event)
|
(package private) void |
usersTab_mousePressed(MouseEvent event)
|
(package private) void |
variableList_KeyPressed(KeyEvent event)
|
(package private) void |
variableList_MousePressed(MouseEvent event)
|
(package private) void |
variablesTab_mousePressed(MouseEvent event)
|
(package private) void |
WfNotifierRecipients_FocusGained(FocusEvent event)
|
Methods inherited from class java.awt.Panel |
getAccessibleContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String USERS_TAB
private static final String GROUPS_TAB
private static final String ROLES_TAB
private static final String ACTORS_TAB
private static final String TEAMS_TAB
private static final String VARIABLES_TAB
private static final int RECIPIENT
private static final int TYPE
private static final int MAX_RECIPIENTS
private String currentTab
private static Font bold
private static Font plain
WfInternalMethodTemplateEditor wfInternalMethodTemplateEditor
Vector teams
private ThreadGroup contextGroup
private WTContainerRef context_ref
WfNotifierRecipients.RecipientMultiList recipientTable
private Hashtable objectHolder
ResourceBundle rb
Panel participantsPanel
Panel fromPanel
Panel tabsPanel
symantec.itools.awt.Label3D usersTab
symantec.itools.awt.Label3D groupsTab
symantec.itools.awt.Label3D rolesTab
symantec.itools.awt.Label3D actorsTab
symantec.itools.awt.Label3D teamsTab
symantec.itools.awt.Label3D variablesTab
symantec.itools.awt.BorderPanel cardPanel
Panel usersPanel
FindUserPanel findUserPanel
Panel groupsPanel
FindGroupPanel findGroupPanel
Panel rolesPanel
List roleList
Panel actorsPanel
List actorList
Panel variablesPanel
List variableList
Panel teamsPanel
List teamList
Panel moverPanel
Button addButton
Button removeButton
Panel toPanel
Constructor Detail |
WfNotifierRecipients(WfInternalMethodTemplateEditor wf_internal_method_template_editor)
Method Detail |
void initialize() throws WTException
WTException
public void addNotify()
private void populatePrincipals() throws Exception
Exception
private void initializePrincipals() throws WTException
WTException
private void populateActors() throws WTException
WTException
private void initializeActors() throws WTException
WTException
private void populateRoles() throws WTException
WTException
private void initializeRoles() throws WTException
WTException
private void populateTeams() throws WTException
WTException
private void initializeTeams() throws WTException
WTException
private void populateVariables() throws WTException
WTException
private void initializeVariables() throws WTException
WTException
private void addToObjectHolder(String key, Object value)
void save()
private void setTab(String tab)
private void setTabSelected(String tab, boolean selected)
private String getFromName(WTPrincipal principal)
private String getToName(WTPrincipal principal)
private String getToType(WTPrincipal principal)
private String getFromName(EnumeratedType enum)
private String getToName(EnumeratedType enum)
private String getToType(Role role)
private String getToType(ActorRole role)
private String getFromName(WfVariableInfo var_info)
private String getToName(WfVariableInfo var_info)
private String getToType(WfVariableInfo var_info)
private String getFromName(ProjectReference project)
private String getToName(ProjectReference project)
private String getToType(ProjectReference project)
private String getFromName(TeamTemplateReference ttr)
private String getToName(TeamTemplateReference ttr)
private String getToType(TeamTemplateReference ttr)
void WfNotifierRecipients_FocusGained(FocusEvent event)
void usersTab_mousePressed(MouseEvent event)
void groupsTab_mousePressed(MouseEvent event)
void rolesTab_mousePressed(MouseEvent event)
void actorsTab_mousePressed(MouseEvent event)
void teamsTab_mousePressed(MouseEvent event)
void variablesTab_mousePressed(MouseEvent event)
void addButton_ActionPerformed(ActionEvent event)
void removeButton_ActionPerformed(ActionEvent event)
void fromList_ItemStateChanged(ItemEvent event)
void roleList_MousePressed(MouseEvent event)
void actorList_MousePressed(MouseEvent event)
void variableList_MousePressed(MouseEvent event)
void teamList_MousePressed(MouseEvent event)
void list_KeyPressed(KeyEvent event, List list)
void roleList_KeyPressed(KeyEvent event)
void actorList_KeyPressed(KeyEvent event)
void variableList_KeyPressed(KeyEvent event)
void teamList_KeyPressed(KeyEvent event)
void findUserPanel_propertyChange(PropertyChangeEvent event)
void findUserPanel_propertyChange_Interaction1(PropertyChangeEvent event)
void findGroupPanel_propertyChange(PropertyChangeEvent event)
void findGroupPanel_propertyChange_Interaction1(PropertyChangeEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |