| org.isqlviewer.ui.laf |
|
Classes geared towords tailoring the look & feel of iSQL-Viewer.
|
| Java Source File Name | Type | Comment |
| ColorLedIcon.java | Class | Simple 3-D Color LED Icon that is rendered at runtime.
author: Mark A. |
| EnhancedBooleanCellRenderer.java | Class | Standard boolean value renderer in the form of a JCheckbox.
author: Mark A. |
| EnhancedDateCellRenderer.java | Class | Cell renderer for showing dates in a localized format.
author: Mark A. |
| EnhancedDecimalCellRenderer.java | Class | Cell renderer for showing floating point numbers.
author: Mark A. |
| EnhancedListCellRenderer.java | Class | TODO Add EnhancedListCellRenderer JavaDoc inforamation
author: Mark A. |
| EnhancedNumberCellRenderer.java | Class | Cell renderer for displaying whole numbers.
author: Mark A. |
| EnhancedTableCellRenderer.java | Class | Modified version of the Aqua&cop; metal look and feel. |
| EnhancedTreeUI.java | Class | This TreeUI does some nicer things when it comes to dealing with the JOutline (JTreeTable) making it appear as a
single component.
This UI mainly addresses selection issues at this time where there is a distinct visual disconnect between the tree
being rendered within the table and the table itself.
author: Mark A. |
| NullIcon.java | Class | Default Icon to use when no icon is available.
Does a color LED thing with a ? in the center.
author: Mark A. |
| SortableHeaderRenderer.java | Class | author: Markus A. |