|
|||||||||||
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
javax.swing.JApplet
wt.clients.lifecycle.administrator.LifeCycleAdminApplet
Main Applet for the Process Editor.
Nested Class Summary | |
(package private) class |
LifeCycleAdminApplet.ButtonListener
Action listener for the buttons. |
(package private) class |
LifeCycleAdminApplet.HomeActionListener
Action listener for the home hyperlink. |
(package private) class |
LifeCycleAdminApplet.SymKey
|
(package private) class |
LifeCycleAdminApplet.TableMouseListener
|
(package private) class |
LifeCycleAdminApplet.TableSelectionListener
|
(package private) class |
LifeCycleAdminApplet.WorkThread
The work thread for this Applet. |
Nested classes inherited from class javax.swing.JApplet |
JApplet.AccessibleJApplet |
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 String |
CHECKIN
|
(package private) JButton |
checkInButton
|
private static String |
CHECKOUT
|
(package private) JButton |
checkOutButton
|
(package private) WTContainerRef |
context
|
private static String |
COPY
|
private static String |
CSV_SUFFIX
|
private static String |
DELETE
|
(package private) JButton |
deleteButton
|
(package private) JButton |
deleteLatestIterationButton
|
private static String |
EXPORT
|
private static String |
EXPORT_DIR
|
(package private) JButton |
exportButton
|
private static String |
HELP
|
(package private) JButton |
helpButton
|
private static String |
HISTORY
|
(package private) JButton |
historyButton
|
(package private) Hotlink |
homeLink
|
(package private) Hotlink |
homeLink2
|
private static String |
IMPORT
|
(package private) JButton |
importButton
|
private static String |
INITIALIZE
|
private static String |
INITIATE
|
private static Object |
initSync
|
private static String |
ITERATION
|
private static String |
NEW
|
(package private) JButton |
newButton
|
static String |
PLMLINK_INSTALL_KEY
|
(package private) SaveProgress |
progress
|
private static String |
RENAME
|
(package private) JButton |
renameButton
|
(package private) JButton |
saveAsButton
|
(package private) JScrollPane |
scrollPane
|
(package private) JLabel |
statusLabel
|
(package private) JTable |
templateTable
|
(package private) ThreadGroup |
threadGroup
|
private static String |
UNDO_CHECKOUT
|
(package private) JButton |
undoCheckOutButton
|
private static String |
UPDATE
|
(package private) JButton |
updateButton
|
private static boolean |
VERBOSE
|
private static String |
VIEW
|
(package private) JButton |
viewButton
|
private static String |
WT_HOME
|
Fields inherited from class javax.swing.JApplet |
accessibleContext, rootPane, rootPaneCheckingEnabled |
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 | |
LifeCycleAdminApplet()
|
Method Summary | |
(package private) void |
checkInButton_keyPressed(KeyEvent event)
|
(package private) void |
checkOutButton_keyPressed(KeyEvent event)
|
private boolean |
confirmAction(String message)
|
(package private) void |
deleteButton_keyPressed(KeyEvent event)
|
private void |
deleteLatestIteration()
Will delete the latest iteration for the selected templates and then restore the object to the latest iteration. |
(package private) void |
deleteLatestIterationButton_keyPressed(KeyEvent event)
|
void |
destroy()
Called when applet is destroyed. |
(package private) void |
exportButton_keyPressed(KeyEvent event)
|
private void |
exportFile()
Export the selected lifecycles to a csv file. |
protected Frame |
getParentFrame()
Returns the parent Frame of this applet. |
private ProcessTableModel |
getProcessTableModel()
Returns the process table model through the TableSorter. |
private Enumeration |
getSelectedTemplates()
Returns an enumeration of all the selected templates. |
(package private) void |
helpButton_keyPressed(KeyEvent event)
|
(package private) void |
historyButton_keyPressed(KeyEvent event)
|
(package private) void |
importButton_keyPressed(KeyEvent event)
|
private void |
importFile()
Import the selected csv file. |
void |
init()
Called when applet initializes. |
private void |
initialize()
Initialization. |
private void |
initiateSelectedTemplates()
Initialize the selected templates. |
private void |
launchCheckIn()
Checkin the selected templates. |
private void |
launchCheckOut()
Checkout the selected templates. |
private void |
LaunchDeleteLifeCycle()
Delete a lifecycle template. |
private void |
launchIterationHistory()
Show iteration history of the selected templates. |
private void |
launchNewLCTemplate()
Create a new process template. |
private void |
launchUndoCheckOut()
Undo Checkout the selected templates. |
private void |
launchUpdateSelectedTemplates()
Update the selected lifecycle Templates. |
private void |
launchViewSelectedTemplates()
View a lifecycle template. |
protected void |
localize()
|
(package private) void |
newButton_keyPressed(KeyEvent event)
|
(package private) void |
renameButton_keyPressed(KeyEvent event)
|
private void |
renameLifeCycle()
Rename the selected lifecycle. |
(package private) void |
saveAsButton_keyPressed(KeyEvent event)
|
private void |
saveAsLifeCycle()
SaveAs otherwise known as Copy the selected lifecycle. |
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 |
templateTable_keyPressed(KeyEvent event)
|
(package private) void |
undoCheckOutButton_keyPressed(KeyEvent event)
|
(package private) void |
updateButton_keyPressed(KeyEvent event)
|
void |
updateButtons()
Updates the buttons from either the table model or the applet |
(package private) void |
viewButton_keyPressed(KeyEvent event)
|
Methods inherited from class javax.swing.JApplet |
addImpl, createRootPane, getAccessibleContext, getContentPane, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isRootPaneCheckingEnabled, paramString, remove, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update |
Methods inherited from class java.applet.Applet |
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 String INITIALIZE
private static final String NEW
private static final String UPDATE
private static final String VIEW
private static final String CHECKOUT
private static final String CHECKIN
private static final String UNDO_CHECKOUT
private static final String HISTORY
private static final String INITIATE
private static final String HELP
private static final String IMPORT
private static final String EXPORT
private static final String COPY
private static final String RENAME
private static final String DELETE
private static final String ITERATION
public static final String PLMLINK_INSTALL_KEY
ThreadGroup threadGroup
Hotlink homeLink
Hotlink homeLink2
SaveProgress progress
WTContainerRef context
private static Object initSync
private static boolean VERBOSE
private static final String WT_HOME
private static final String EXPORT_DIR
private static final String CSV_SUFFIX
JTable templateTable
JButton newButton
JButton updateButton
JButton viewButton
JButton checkOutButton
JButton checkInButton
JButton undoCheckOutButton
JButton helpButton
JButton historyButton
JButton exportButton
JButton importButton
JButton saveAsButton
JButton renameButton
JButton deleteButton
JButton deleteLatestIterationButton
JScrollPane scrollPane
JLabel statusLabel
Constructor Detail |
public LifeCycleAdminApplet()
Method Detail |
public void start()
public void stop()
public void destroy()
public void init()
private void setBusy(boolean busy)
private void initialize()
private void launchNewLCTemplate()
private void launchUpdateSelectedTemplates()
private void launchViewSelectedTemplates()
private void LaunchDeleteLifeCycle()
private void renameLifeCycle()
private void saveAsLifeCycle()
private void launchCheckOut()
private void launchCheckIn()
private void launchUndoCheckOut()
private void launchIterationHistory()
private void deleteLatestIteration()
private void initiateSelectedTemplates()
private void importFile()
private void exportFile()
private void showHelp()
private Enumeration getSelectedTemplates()
private ProcessTableModel getProcessTableModel()
protected void localize()
protected Frame getParentFrame()
private boolean confirmAction(String message)
public void updateButtons()
void templateTable_keyPressed(KeyEvent event)
void helpButton_keyPressed(KeyEvent event)
void newButton_keyPressed(KeyEvent event)
void updateButton_keyPressed(KeyEvent event)
void viewButton_keyPressed(KeyEvent event)
void deleteButton_keyPressed(KeyEvent event)
void renameButton_keyPressed(KeyEvent event)
void saveAsButton_keyPressed(KeyEvent event)
void checkOutButton_keyPressed(KeyEvent event)
void checkInButton_keyPressed(KeyEvent event)
void undoCheckOutButton_keyPressed(KeyEvent event)
void historyButton_keyPressed(KeyEvent event)
void deleteLatestIterationButton_keyPressed(KeyEvent event)
void importButton_keyPressed(KeyEvent event)
void exportButton_keyPressed(KeyEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |