|
|||||||||||
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.project.RoleHolderPanel
wt.clients.lifecycle.administrator.CriteriaPanel
Panel which allows manipulation of the criteria.
Nested Class Summary | |
(package private) class |
CriteriaPanel.CreateCriteriaActionListener
CriteriaDialog action listener which listens of the buttons on the CreateDialog. |
(package private) class |
CriteriaPanel.SymAction
|
(package private) class |
CriteriaPanel.SymItem
|
(package private) class |
CriteriaPanel.UpdateCriteriaActionListener
CriteriaDialog action listener which listens of the buttons on the CreateDialog. |
Nested classes inherited from class wt.clients.project.RoleHolderPanel |
|
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) Panel |
actionPanel
|
(package private) CCriteriaList |
cCriteriaList
|
(package private) Button |
createButton
|
(package private) CriteriaDialog |
criteriaDialog
|
(package private) Label |
criteriaLabel
|
(package private) List |
criteriaList
|
(package private) Button |
deleteButton
|
(package private) String |
oldAssertion
|
(package private) CPhaseTemplate |
phaseEntry
|
(package private) Button |
updateButton
|
private boolean |
viewMode
|
Fields inherited from class wt.clients.project.RoleHolderPanel |
cRoleHolder, selectedRole |
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) |
CriteriaPanel()
Constructor generated by Symantec |
Method Summary | |
void |
addNotify()
Notifies this component that it has been added to a container and if a peer is required, it should be created. |
(package private) void |
createButton_ActionPerformed(ActionEvent event)
Create button action listener. |
(package private) void |
criteriaList_DblClicked(ActionEvent event)
Handles the double click event on the criteria list. |
(package private) void |
criteriaList_ItemStateChanged(ItemEvent event)
Handles the item state changed event on the criteria list. |
(package private) void |
deleteButton_ActionPerformed(ActionEvent event)
Delete button action listener. |
protected boolean |
isViewMode()
Returns true if this panel is in view only mode. |
protected void |
localize()
Localize this panel. |
protected void |
removeAllCriteria(CCriteriaList a_criteriaList)
|
protected void |
setCRoleHolder()
Sets the client role holder (phase) which contains the criteria. |
void |
setHelpContext(NFHelpContext help_context)
Set the help context for this panel. |
protected void |
setViewMode(boolean view_mode)
Sets the mode of the critieria panel. |
(package private) void |
updateButton_ActionPerformed(ActionEvent event)
Update button action listener. |
protected void |
updateButtons()
Updates the buttons dependent on the selected criterion. |
Methods inherited from class wt.clients.project.RoleHolderPanel |
getApplet, getHelpContext, getHelpSystem, getParentFrame, setApplet, setCRoleHolder, setCRoleHolder, setHelp, setSelectedRoleName |
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 |
CPhaseTemplate phaseEntry
CCriteriaList cCriteriaList
private boolean viewMode
List criteriaList
Panel actionPanel
Button createButton
Button updateButton
Button deleteButton
Label criteriaLabel
CriteriaDialog criteriaDialog
String oldAssertion
Constructor Detail |
CriteriaPanel()
Method Detail |
protected void setCRoleHolder()
setCRoleHolder
in class RoleHolderPanel
protected void setViewMode(boolean view_mode)
view_mode
- true if read-only, else falseprotected boolean isViewMode()
protected void updateButtons()
public void addNotify()
protected void localize()
public void setHelpContext(NFHelpContext help_context)
setHelpContext
in class RoleHolderPanel
help_context
- the help contextvoid createButton_ActionPerformed(ActionEvent event)
event
- the action eventvoid deleteButton_ActionPerformed(ActionEvent event)
event
- the action eventprotected void removeAllCriteria(CCriteriaList a_criteriaList)
void updateButton_ActionPerformed(ActionEvent event)
event
- the action eventvoid criteriaList_ItemStateChanged(ItemEvent event)
event
- the item eventvoid criteriaList_DblClicked(ActionEvent event)
event
- the action event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |