| org.isqlviewer.swing |
|
Extensions to the standard Java swing library.
|
| Java Source File Name | Type | Comment |
| AbstractTreeModel.java | Class | Base class for tree models.
Since the JDK does not provide any kind of abstract tree model where it really just implements the model listener
code, i.e. |
| CompoundIcon.java | Class | Simple Icon implementation of using two existing icons as one side by side.
author: Mark A. |
| DocumentAppender.java | Class | author: Mark A. |
| EnhancedTabbedPane.java | Class | Enhanced tabbed pane with new input events and lockable and closable tabs.
author: Mark A. |
| EnhancedTable.java | Class | TODO Add EnhancedTable Object overview JavaDoc information.
author: Mark A. |
| ExtensionFileFilter.java | Class | Simple class for creating file filters.
This class is used in conjunction with JFileChoosers.
author: Mark A. |
| JTextPopup.java | Class | author: Mark A. |
| LoginDialog.java | Class | author: Markus A. |
| Refreshable.java | Interface | Basic interface for providing refresh/reloading functionality through the
org.isqlviewer.swing.action.RefreshViewAction .
author: Mark A. |
| SwingUtilities.java | Class | Customized swing utilities for iSQL-Viewer.
author: Mark A. |
| TabbedPaneLister.java | Interface | TODO Add TabbedPaneLister JavaDoc inforamation
author: Mark A. |
| WizardPanel.java | Class | Enhanced version of a container using a variation of the CardLayout.
This panel simplifies creating a container that supports a cardLayout in a more intuitive manner.
author: Mark A. |