| |
|
| java.lang.Object workbench.WbManager
Inner Class :class CloseThread extends WbThread | |
canExit | public boolean canExit()(Code) | | |
closeAllWindows | protected void closeAllWindows()(Code) | | |
disconnectWindows | protected void disconnectWindows()(Code) | | |
disconnected | protected void disconnected()(Code) | | this gets called from the thread that disconnects everything
|
doShutdown | protected void doShutdown(int errorCode)(Code) | | |
exitWorkbench | public void exitWorkbench()(Code) | | |
exitWorkbench | public boolean exitWorkbench(JFrame window)(Code) | | |
isBatchMode | public boolean isBatchMode()(Code) | | |
isTestMode | public boolean isTestMode()(Code) | | |
isWindowsClassic | public boolean isWindowsClassic()(Code) | | |
openNewWindow | public void openNewWindow()(Code) | | Open a new main window, but do not check any command line parameters.
This method will be called from the GUI
when the user requests a new window
|
openNewWindow | protected void openNewWindow(boolean checkCmdLine)(Code) | | |
outOfMemoryOcurred | public boolean outOfMemoryOcurred()(Code) | | |
prepareForTest | public static void prepareForTest(String[] args)(Code) | | For testing purposes only!
|
run | public void run()(Code) | | this is for the shutdownhook
|
runGui | public void runGui()(Code) | | |
saveSettings | protected void saveSettings()(Code) | | |
showOutOfMemoryError | public void showOutOfMemoryError()(Code) | | |
startApplication | public void startApplication()(Code) | | |
writeSettings | public boolean writeSettings()(Code) | | |
|
|
|