|
|||||||||||
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
java.applet.Applet
wt.clients.project.ProjectAdminApplet
Main Applet for the Process Editor.
Nested Class Summary | |
(package private) class |
ProjectAdminApplet.ButtonListener
Action listener for the buttons. |
(package private) class |
ProjectAdminApplet.DeleteThread
Delete the selected templates. |
(package private) class |
ProjectAdminApplet.HomeActionListener
Action listener for the home hyperlink. |
(package private) class |
ProjectAdminApplet.InitializeThread
Initialization. |
(package private) class |
ProjectAdminApplet.NewThread
Create a new process template. |
class |
ProjectAdminApplet.RenameThread
Rename a TeamTemplate |
class |
ProjectAdminApplet.SaveAsThread
SaveAs a TeamTemplate (copy) |
(package private) class |
ProjectAdminApplet.SymKey
|
(package private) class |
ProjectAdminApplet.TableItemListener
|
(package private) class |
ProjectAdminApplet.TableMouseListener
|
(package private) class |
ProjectAdminApplet.TemplateTable
|
(package private) class |
ProjectAdminApplet.UpdateThread
Update the selected Process Templates. |
class |
ProjectAdminApplet.ViewThread
View a process template. |
Nested classes inherited from class java.applet.Applet |
Applet.AccessibleApplet |
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 |
centerPanel
|
(package private) WTContainerRef |
context
|
private static int |
CONTEXT
|
(package private) Button |
deleteButton
|
(package private) Font |
dialog11
|
private static int |
ENABLED
|
(package private) static String |
HELP_RESOURCE
|
(package private) Button |
helpButton
|
(package private) static HelpSystem |
helpSystem
|
(package private) Hotlink |
homeLink
|
(package private) Hotlink |
homeLink2
|
private static int |
NAME
|
(package private) Button |
newButton
|
static String |
PLMLINK_INSTALL_KEY
|
(package private) ResourceBundle |
rb
|
(package private) Button |
renameButton
|
(package private) static String |
RESOURCE
|
(package private) Button |
saveAsButton
|
(package private) Label |
statusLabel
|
(package private) ProjectAdminApplet.TemplateTable |
table
|
(package private) Hashtable |
templates
|
(package private) ThreadGroup |
threadGroup
|
(package private) Button |
updateButton
|
(package private) Button |
viewButton
|
Fields inherited from class java.applet.Applet |
|
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 | |
ProjectAdminApplet()
|
Method Summary | |
(package private) void |
deleteButton_keyPressed(KeyEvent event)
|
void |
destroy()
Called when applet is destroyed. |
private String |
getKey(String context_name,
String template)
|
private String |
getKey(TeamTemplateReference template)
|
private static Frame |
getParentFrame(Component component)
|
private TeamTemplate |
getTeamTemplate(Object object)
|
Hashtable |
getTeamTemplates()
|
(package private) void |
helpButton_keyPressed(KeyEvent event)
|
void |
init()
Called when applet initializes. |
(package private) void |
newButton_keyPressed(KeyEvent event)
|
void |
refreshObject(RefreshEvent evt)
Implements the RefreshListener. |
(package private) void |
renameButton_keyPressed(KeyEvent event)
|
(package private) void |
saveAsButton_keyPressed(KeyEvent event)
|
private void |
setBusy(boolean busy)
Set the applet as busy. |
private void |
showHelp()
Show help. |
void |
start()
Called when applet starts. |
void |
stop()
Called when applet stops. |
(package private) void |
table_keyPressed(KeyEvent event)
|
(package private) void |
updateButton_keyPressed(KeyEvent event)
|
private void |
updateButtons()
Updates the buttons given the selected templates. |
(package private) void |
viewButton_keyPressed(KeyEvent event)
|
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.Panel |
addNotify |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final int NAME
private static final int ENABLED
private static final int CONTEXT
public static final String PLMLINK_INSTALL_KEY
Hashtable templates
ProjectAdminApplet.TemplateTable table
Hotlink homeLink
Hotlink homeLink2
Label statusLabel
ThreadGroup threadGroup
Font dialog11
ResourceBundle rb
WTContainerRef context
static final String RESOURCE
static final String HELP_RESOURCE
static HelpSystem helpSystem
Button newButton
Button viewButton
Button deleteButton
Button updateButton
Button renameButton
Button saveAsButton
Button helpButton
Panel centerPanel
Constructor Detail |
public ProjectAdminApplet()
Method Detail |
public void start()
public void stop()
public void destroy()
private static Frame getParentFrame(Component component)
public void init()
private void setBusy(boolean busy)
private void showHelp()
private void updateButtons()
void table_keyPressed(KeyEvent event)
void helpButton_keyPressed(KeyEvent event)
void newButton_keyPressed(KeyEvent event)
void updateButton_keyPressed(KeyEvent event)
void viewButton_keyPressed(KeyEvent event)
void renameButton_keyPressed(KeyEvent event)
void saveAsButton_keyPressed(KeyEvent event)
void deleteButton_keyPressed(KeyEvent event)
public void refreshObject(RefreshEvent evt)
refreshObject
in interface RefreshListener
evt
- the referesh event.RefreshEvent
public Hashtable getTeamTemplates()
private String getKey(TeamTemplateReference template)
private String getKey(String context_name, String template)
private TeamTemplate getTeamTemplate(Object object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |