|
|||||||||||
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.Window
java.awt.Dialog
wt.clients.util.ParticipantSelectionDialog
A Dialog for selecting participants for a role.
Nested Class Summary | |
(package private) class |
ParticipantSelectionDialog.SymAction
|
(package private) class |
ParticipantSelectionDialog.SymWindow
|
(package private) class |
ParticipantSelectionDialog.WorkThread
The work thread for this Panel. |
Nested classes inherited from class java.awt.Dialog |
Dialog.AccessibleAWTDialog |
Nested classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
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) Applet |
applet
|
(package private) Panel |
buttonPanel
|
(package private) Button |
cancelButton
|
private WTContainerRef |
containerRef
|
(package private) CRoleHolder |
cRoleHolder
|
(package private) boolean |
fComponentsAdjusted
|
(package private) Button |
helpButton
|
(package private) NFHelpSystem |
helpSystem
|
(package private) static int |
INITIALIZE_HELP
|
(package private) Button |
okButton
|
private boolean |
roleToRoleMode
|
(package private) String |
selectedRole
|
(package private) Panel |
selectorHolderPanel
|
(package private) PrincipalSelectionBrowser |
selectorPanel
|
(package private) static int |
SET_CROLE_HOLDER
|
(package private) symantec.itools.awt.StatusBar |
statusBar
|
private boolean |
viewMode
|
Fields inherited from class java.awt.Dialog |
|
Fields inherited from class java.awt.Window |
|
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 | |
ParticipantSelectionDialog(Frame parent,
boolean modal)
Symantec generated constructor. |
|
ParticipantSelectionDialog(Frame parent,
String title,
boolean modal)
Symantec generated constructor. |
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 |
cancelButton_ActionPerformed(ActionEvent event)
Handles the Cancel button action event. |
(package private) void |
Dialog1_WindowClosing(WindowEvent event)
Handles the dialog close event. |
(package private) Applet |
getApplet()
Gets the applet for this panel. |
WTContainerRef |
getContainerRef()
This method returns the current value for the component's container reference, or null if the component is not currently associated with a container context. |
static WTContainerRef |
getContext()
Try to get our context from our parents params. |
protected Frame |
getParentFrame()
Gets the parent frame to this dialog. |
(package private) void |
helpButton_ActionPerformed(ActionEvent event)
Handles the Help button action event. |
protected void |
initializeHelp()
Initializes help for this dialog. |
boolean |
isRoleToRoleMode()
Returns true if role to role selection is allowed, else false. |
boolean |
isViewMode()
Returns true if this dialog is in view only mode. |
protected void |
localize()
Localizes the dialog. |
(package private) void |
okButton_ActionPerformed(ActionEvent event)
Handles the OK button action event. |
void |
propertyChange(PropertyChangeEvent event)
Update the status area with online help. |
protected void |
saveCRoleHolder()
Adds the selected participants to the role holder. |
void |
setApplet(Applet applet)
Sets the applet for this frame. |
void |
setContainerRef(WTContainerRef containerRef)
This method sets a reference to a container that provides context for queries against users, groups, and organizations. |
void |
setCRoleHolder()
Sets the client role holder which contains the participants. |
void |
setCRoleHolder(CRoleHolder crole_holder,
String selected_role)
Sets the client role holder which contains the participants. |
void |
setRoleToRoleMode(boolean role_to_role_mode)
Sets the role to role mode of this dialog. |
void |
setViewMode(boolean view_mode)
Sets the view mode of this dialog. |
void |
show()
|
Methods inherited from class java.awt.Dialog |
dispose, getAccessibleContext, getTitle, hide, isModal, isResizable, isUndecorated, paramString, setModal, setResizable, setTitle, setUndecorated |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
static final int SET_CROLE_HOLDER
static final int INITIALIZE_HELP
CRoleHolder cRoleHolder
String selectedRole
Applet applet
NFHelpSystem helpSystem
private boolean viewMode
private boolean roleToRoleMode
private WTContainerRef containerRef
PrincipalSelectionBrowser selectorPanel
boolean fComponentsAdjusted
Panel selectorHolderPanel
Panel buttonPanel
Button okButton
Button cancelButton
Button helpButton
symantec.itools.awt.StatusBar statusBar
Constructor Detail |
public ParticipantSelectionDialog(Frame parent, boolean modal)
public ParticipantSelectionDialog(Frame parent, String title, boolean modal)
Method Detail |
public void setViewMode(boolean view_mode)
view_mode
- true if read-only, else falsepublic boolean isViewMode()
public void setRoleToRoleMode(boolean role_to_role_mode)
role_to_role_mode
- true if role to role selection is allowed,
else falsepublic boolean isRoleToRoleMode()
public void setCRoleHolder(CRoleHolder crole_holder, String selected_role)
crole_holder
- the role holder objectselected_role
- the role to which participants are to be addedpublic void setCRoleHolder()
protected void saveCRoleHolder()
public void setApplet(Applet applet)
applet
- the applet.Applet getApplet()
protected Frame getParentFrame()
protected void localize()
protected void initializeHelp()
public void propertyChange(PropertyChangeEvent event)
propertyChange
in interface PropertyChangeListener
public void addNotify()
public void show()
void Dialog1_WindowClosing(WindowEvent event)
event
- the window eventvoid okButton_ActionPerformed(ActionEvent event)
event
- the action eventvoid cancelButton_ActionPerformed(ActionEvent event)
event
- the action eventvoid helpButton_ActionPerformed(ActionEvent event)
event
- the action eventpublic void setContainerRef(WTContainerRef containerRef) throws WTException
containerRef
- The container reference
WTException
WTContainerRef
public WTContainerRef getContainerRef()
WTContainerRef
public static WTContainerRef getContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |