Class Summary |
EmptyIcon |
Represents a square icon having no graphical content. |
ExplorableTreeNode |
Abstract tree node proposed for data lazy loading. |
ExplorationTreeListener |
This generic listener listenes for tree expansion events and if expanded node
is instance of ExplorableTreeNode invokes method explore() on it. |
GlassPane |
Base implementation of glass pane. |
JButtonPanel |
This component solves repeated problem with buttons positioning and
displaying. |
JCalendar |
The component that displays a small table with the 28 - 31 days of one month. |
JCloseableTabbedPane |
This component solves a close-buttons for tabs of the tabbed pane. |
JDateField |
Component created to edit the date values. |
JLink |
A Swing component to display some label and to invoke internet browser for
requested URL by clicking on it. |
JRolloverButton |
The button with roll-over feature (it changes border when the mouse moves
over it). |
JTreeTable |
A JTreeTable is a combination of a JTree and a JTable - a component capable
of both expanding and contracting rows, as well as showing multiple columns
of data. |
JZebraTable |
Expands capabilities of javax.swing.JTable component. |
JZebraTree |
The JZebraTree expands the capabilities of JTree about these features:
the tree rows can have the alternate background (each even row)
there are completed methods to expand / collapse all nodes
|
Resources |
Helper class to obtain some resources. |
SimpleSwingForm |
SimpleSwingForm is a component designed to the simplification of building the
Swing forms. |
SwingAction |
Extends functionality of javax.swing.AbstractAction by adding
accessors for action properties. |
SwingWorker |
Implementation of SwingWorker from SUN with interrupting capability. |
TableBooleanCellRenderer |
This table cell renderer renders boolean values as horizontal centered check
boxes. |
TableDateCellRenderer |
Table cell renderer to render date part of java.util.Date
values. |
TableDateTimeCellRenderer |
Table cell renderer to render date and time parts of
java.util.Date values. |
TableDoubleCellRenderer |
Renderer for double cells in JTable. |
TableFormatCellRenderer |
Renderer for JTable cells with format capabilities. |
TableIntegerCellRenderer |
Renderer for integer cells in JTable. |
TreeTableModel |
Extends DefaultTreeModel to meet the requirements for model for
JTreeTable . |
TreeTableNode |
The hierarchical node for the JTreeTable. |