|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.tivoli.twg.console.TWGTaskFrame | +--com.BobCo.FileExplorer.BobCoFileExplorerGUI
This class is extends TWGTaskFrame to provide the GUI for BobCo's file explorer. It gets instantiated and launched as appropriate by IT Director's console.
Fields inherited from class com.tivoli.twg.console.TWGTaskFrame |
---|
ATTR_GROUP, boldFont, INITIAL_HEIGHT, INITIAL_WIDTH, ivAnimationPanel, ivLastLoc, ivLastSize, ivStatusMsg, ivStatusPanel, LAST_LOC, LAST_SIZE, MAIN_CONSOLE_SHUTDOWN, PREF_GROUP, SERVER_REQUESTED_CLOSE, USER_REQUESTED_CLOSE |
Constructor Summary | |
---|---|
BobCoFileExplorerGUI()
TWGTaskFrame - This is the constructor for the tasks frame. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Action handler for any menu or button actions executed. |
java.awt.Container |
buildView()
Create the client pane and return it. |
java.awt.Dimension |
getFrameSize()
Initial frame size to use the first time the frame is created. |
void |
pCleanUp()
Routine to allow task frames to clean up. |
boolean |
pInit()
Initialization routine for setting up non-gui items. |
boolean |
sendAsynchToServer(com.tivoli.twg.libs.Command cmd)
A utility method to asynchronously send a command to the IT Director server. |
boolean |
sendToServer(com.tivoli.twg.libs.Command cmd)
A utility method to send a command to the IT Director server. |
void |
serverTaskEnded()
Notification method to allow the task frame to know when the server portion of a task has died so that it can take any appropriate action. |
boolean |
verifyOnClose(int cancelType)
Routine to allow task frames to prompt the user if they should close or not. |
Methods inherited from class com.tivoli.twg.console.TWGTaskFrame |
---|
addCloseHandler, childStateChanged, componentHidden, componentMoved, componentResized, componentShown, consoleCancel, consoleCancel, consoleStart, doSetStatusText, getBeanContext, getHelpContext, getPreferenceGroup, getPreferenceKey, getStatusIndicator, getStatusPanel, getStatusText, getTaskActivator, getTaskFrameGUIAttributes, getTaskFrameServiceNode, getTaskStatusPanel, launchTask, loadTaskFrameGUIAttributes, positionAndShow, removeCloseHandler, removeStatusField, replaceStatusPanel, saveTaskFrameGUIAttributes, serverTaskEnded, setInitialFocusedComponent, setStatusIndicator, setStatusPanel, setStatusText, setTaskActivator, setToTaskFrameGUIAttributes, startStatusIndicator, stopStatusIndicator, update, windowAttributesChanged, windowClosing |
Constructor Detail |
public BobCoFileExplorerGUI()
Method Detail |
public boolean pInit()
pInit
in class com.tivoli.twg.console.TWGTaskFrame
public void pCleanUp()
pCleanUp
in class com.tivoli.twg.console.TWGTaskFrame
public void serverTaskEnded()
public boolean verifyOnClose(int cancelType)
verifyOnClose
in class com.tivoli.twg.console.TWGTaskFrame
com.tivoli.twg.console.TWGTaskFrame
public java.awt.Container buildView()
buildView
in class com.tivoli.twg.console.TWGTaskFrame
public java.awt.Dimension getFrameSize()
getFrameSize
in class com.tivoli.twg.console.TWGTaskFrame
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in interface java.awt.event.ActionListener
public boolean sendToServer(com.tivoli.twg.libs.Command cmd)
cmd
- the Command to send to the server.public boolean sendAsynchToServer(com.tivoli.twg.libs.Command cmd)
cmd
- the Command to send to the server.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |