net.sourceforge.squirrel_sql.client.gui |
|
Java Source File Name | Type | Comment |
AboutBoxDialog.java | Class | About box dialog. |
BaseInternalFrame.java | Class | Base functionality for Squirrels internal frames. |
FileViewerFactory.java | Class | This factory stores instances of HtmlViewerSheet (viewer) objects
keyed by the URL of the file they are displaying. |
HelpViewerWindow.java | Class | This window shows the SQuirreL Help files. |
HtmlViewerPanel.java | Class | This panel shows the contents of a HTML file. |
HtmlViewerPanelListenerEvent.java | Class | This class is an event fired for changes in the HtmlViewerPanel. |
HtmlViewerPanelToolBar.java | Class | This toolbar will navigate through a HtmlViewerPanel. |
HtmlViewerSheet.java | Class | This sheet shows the contents of a HTML file. |
IHtmlViewerPanelListener.java | Interface | This interface defines a listener to listen to a HTML Viewer Panel. |
IOkClosePanelListener.java | Interface | Listener for events in the OkClosepanel class. |
LogPanel.java | Class | This is the Status bar's Log panel.
It recieves all logs through the ILoggerListener interface.
It updates its status all 200 millis, see _displayLastLogTimer.
The traffic lights color of the last log is displayed on the JButton _btnLastLog.
If no new log arrives the last log color is displayed for 5000 millis and is the replaced
by the "white" icon, see _whiteIconTimer. |
MemoryPanel.java | Class | |
OkClosePanel.java | Class | |
OkClosePanelEvent.java | Class | Event associated with the OkClosePanelListener. |
ProgessCallBackDialog.java | Class | A simple class that can be used to show the user a dialog to indicate the
progress of some task using the ProgressCallBack interface. |
ScrollableDesktopPane.java | Class | |
SessionWindowsHolder.java | Class | Allows to acces open Session windows by Session and by opening sequence. |
SplashScreen.java | Class | |
SplashScreenTestUI.java | Class | |
VersionPane.java | Class | A class that encapsulates the work of rendering the version and copyright. |
ViewLogsSheet.java | Class | This sheet shows the SQuirreL log files. |
WindowManager.java | Class | This class manages the windows for the application.
TODO: Correct these notes
When a session closes the window manager will ensure that
all of the windows for that sesion are closed.
Similarily when a window is closed the windows manager will ensure that
references to the window are removed for the session.
JASON: Prior to this patch there was some code movement from this class to
Sessionmanager. |