|
|||||||||||
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
A parent class for panels which deal with role holders.
Nested Class Summary | |
(package private) class |
RoleHolderPanel.WorkThread
The work thread for this Panel. |
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) Applet |
applet
|
protected CRoleHolder |
cRoleHolder
The client role holder for this Panel. |
(package private) HelpContext |
helpContext
|
(package private) PropertyChangeListener |
helpListener
|
(package private) HelpSystem |
helpSystem
|
protected String |
selectedRole
The selected role in this Panel. |
(package private) static int |
SET_CROLE_HOLDER
|
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 | |
RoleHolderPanel()
Creates a new empty RoleHolderPanel. |
Method Summary | |
Applet |
getApplet()
Gets the applet for this panel. |
HelpContext |
getHelpContext()
Returns the help context for this panel. |
HelpSystem |
getHelpSystem()
Returns the help system for this panel. |
Frame |
getParentFrame()
Returns the parent Frame to this Panel. |
void |
setApplet(Applet applet)
Sets the applet for this frame. |
protected void |
setCRoleHolder()
Method for subclasses to override to set the client role holder in a new thread. |
void |
setCRoleHolder(CRoleHolder crole_holder)
Set the client role holder for this Panel. |
void |
setCRoleHolder(CRoleHolder crole_holder,
String selected_role)
Set the client role holder for this Panel. |
void |
setHelp(PropertyChangeListener listener,
HelpSystem help_system)
Sets the help system and help listener for this panel. |
void |
setHelpContext(NFHelpContext help_context)
Sets the help context for this Panel. |
protected void |
setSelectedRoleName()
Method for subclasses to override to set the selected role in a new thread. |
Methods inherited from class java.awt.Panel |
addNotify, getAccessibleContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
static final int SET_CROLE_HOLDER
protected CRoleHolder cRoleHolder
protected String selectedRole
Applet applet
HelpSystem helpSystem
HelpContext helpContext
PropertyChangeListener helpListener
Constructor Detail |
public RoleHolderPanel()
Method Detail |
public void setCRoleHolder(CRoleHolder crole_holder)
crole_holder
- the role holder displayed in this Panelpublic void setCRoleHolder(CRoleHolder crole_holder, String selected_role)
crole_holder
- the role holder displayed in this Panelselected_role
- the selected role in the role holderprotected void setCRoleHolder()
protected void setSelectedRoleName()
public void setApplet(Applet applet)
applet
- the applet.public Applet getApplet()
public Frame getParentFrame()
public HelpSystem getHelpSystem()
public void setHelpContext(NFHelpContext help_context)
help_context
- the help contextpublic HelpContext getHelpContext()
public void setHelp(PropertyChangeListener listener, HelpSystem help_system)
listener
- a listener to receive context sensitive helphelp_system
- the help system for this Panel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |