ponderToolkit.mainConsole
Interface PonderToolI

All Known Implementing Classes:
ConfigManager, MgmtConsole, PlainDomainBrowser, UserMgmtTool

public interface PonderToolI

Function: Interface to be implemented by any Ponder Tool to be called from the PonderConsole (the main window)


Method Summary
 void closeTool()
          Close the tool
 java.lang.String getName()
          Return a descriptive name of the tool
 void toolToTop()
          Bring the tool on top of other windows and set in focus
 

Method Detail

getName

public java.lang.String getName()
Return a descriptive name of the tool

closeTool

public void closeTool()
Close the tool

toolToTop

public void toolToTop()
Bring the tool on top of other windows and set in focus