|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ponderToolkit.mgmtConsole.MgmtConsole
Function: The main class for the application Usage:
MgmtConsole [-db | -hdb]
-db include the Imperial College DomainBrowser
-hdb include Hyperbolic-DomainBrowser (if Inxight's HT is avaliable)
| Constructor Summary | |
MgmtConsole(boolean standalone,
boolean useDB,
boolean useHDB)
Constructor |
|
MgmtConsole(ToolOwnerI newToolOwner,
boolean useDB,
boolean useHDB)
Constructor to be used when runnig from within a management console |
|
| Method Summary | |
void |
closeTool()
Close the tool |
java.lang.String |
getName()
Return a descriptive name of the tool |
static void |
main(java.lang.String[] args)
Main method - when running as standalone |
void |
setVisible(boolean visible)
Make Visible |
void |
toolIsActivated()
|
void |
toolIsClosing()
Methods to handle calls to ToolOwner (the Ponder Console) |
void |
toolIsOpened()
|
void |
toolToTop()
Bring the tool on top of other windows and set in focus |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MgmtConsole(boolean standalone,
boolean useDB,
boolean useHDB)
standalone - If true it indicates that the MgmtConsole is
run as a standalone tooluseDB - If true then the DomaiBrowser is to be used
public MgmtConsole(ToolOwnerI newToolOwner,
boolean useDB,
boolean useHDB)
newToolOwner - The owner application. The application which
called this constructor.useDB - If true then the DomaiBrowser is to be used| Method Detail |
public void setVisible(boolean visible)
public void toolIsClosing()
public void toolIsOpened()
public void toolIsActivated()
public java.lang.String getName()
getName in interface PonderToolIpublic void closeTool()
closeTool in interface PonderToolIpublic void toolToTop()
toolToTop in interface PonderToolIpublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||