|
|||||||||||
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.workflow.definer.ProcessEditor
Main Applet for the Process Editor.
Nested Class Summary | |
(package private) class |
ProcessEditor.ButtonListener
Action listener for the buttons. |
(package private) class |
ProcessEditor.CheckinThread
Checkin the selected templates. |
(package private) class |
ProcessEditor.CheckoutThread
Checkout the selected templates. |
(package private) class |
ProcessEditor.DeleteIterationThread
Show iteration history of the selected templates. |
(package private) class |
ProcessEditor.ExportThread
Export templates. |
(package private) class |
ProcessEditor.HistoryThread
Show iteration history of the selected templates. |
(package private) class |
ProcessEditor.HomeActionListener
Action listener for the home hyperlink. |
(package private) class |
ProcessEditor.ImportThread
Import templates. |
(package private) class |
ProcessEditor.InitializeThread
Initialization. |
(package private) class |
ProcessEditor.InitiateThread
Initialize the selected templates. |
(package private) class |
ProcessEditor.NewThread
Create a new process template. |
(package private) class |
ProcessEditor.RenameThread
Rename the selected templates. |
(package private) class |
ProcessEditor.SaveAsThread
Save the selected templates. |
(package private) class |
ProcessEditor.TableItemListener
|
(package private) class |
ProcessEditor.TableMouseListener
|
(package private) class |
ProcessEditor.TemplateTable
|
(package private) class |
ProcessEditor.UndoCheckoutThread
Undo Checkout the selected templates. |
(package private) class |
ProcessEditor.UpdateThread
Update the selected Process Templates. |
class |
ProcessEditor.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 | |
private static int |
CABINET
|
private static int |
CATEGORY
|
(package private) Panel |
centerPanel
|
(package private) Button |
checkinButton
|
(package private) Button |
checkoutButton
|
private static int |
CONTEXT
|
(package private) WTContainerRef |
context_ref
|
private static String |
CSV_SUFFIX
|
(package private) Button |
deleteButton
|
(package private) Button |
deleteIterationButton
|
(package private) Font |
dialog11
|
private static int |
ENABLED
|
private static String |
EXPORT_DIR
|
(package private) Button |
exportButton
|
private ProcessNavigatorFrame |
frame
|
(package private) Button |
helpButton
|
(package private) Button |
historyButton
|
(package private) Hotlink |
homeLink
|
(package private) Hotlink |
homeLink2
|
(package private) boolean |
ignoreDelete
|
(package private) Button |
importButton
|
(package private) Button |
initiateButton
|
private static Object |
initSync
|
private static int |
NAME
|
(package private) Button |
newButton
|
(package private) ResourceBundle |
rb
|
(package private) Button |
renameButton
|
(package private) Button |
saveAsButton
|
(package private) Label |
statusLabel
|
(package private) ProcessEditor.TemplateTable |
table
|
(package private) ThreadGroup |
threadGroup
|
(package private) Button |
undoCheckoutButton
|
(package private) Button |
updateButton
|
(package private) Button |
viewButton
|
private static String |
WT_HOME
|
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 | |
ProcessEditor()
|
Method Summary | |
(package private) void |
delete()
Delete the selected templates. |
void |
destroy()
Called when applet is destroyed. |
void |
init()
Called when applet initializes. |
void |
refreshObject(RefreshEvent evt)
Implements the RefreshListener. |
void |
removeNotify()
|
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. |
private void |
updateButtons()
Updates the buttons given the selected templates. |
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 CATEGORY
private static final int CABINET
private static final int ENABLED
private static final int CONTEXT
private static final String WT_HOME
private static final String EXPORT_DIR
private static final String CSV_SUFFIX
ProcessEditor.TemplateTable table
Panel centerPanel
Label statusLabel
ThreadGroup threadGroup
WTContainerRef context_ref
Button newButton
Button updateButton
Button viewButton
Button deleteButton
Button saveAsButton
Button renameButton
Button exportButton
Button importButton
Button checkoutButton
Button checkinButton
Button undoCheckoutButton
Button historyButton
Button deleteIterationButton
Button initiateButton
Button helpButton
Hotlink homeLink
Hotlink homeLink2
Font dialog11
ResourceBundle rb
boolean ignoreDelete
private static Object initSync
private ProcessNavigatorFrame frame
Constructor Detail |
public ProcessEditor()
Method Detail |
public void start()
public void stop()
public void destroy()
public void init()
private void setBusy(boolean busy)
void delete()
private void showHelp()
private void updateButtons()
public void refreshObject(RefreshEvent evt)
refreshObject
in interface RefreshListener
evt
- the referesh event.RefreshEvent
public void removeNotify()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |