|
Class Summary |
| AbstractTreeModel |
|
| BannerPainter<T> |
Paints banner at the given Graphics2D context. |
| CheckableActionListener |
An action listener for a jtree with Checkable nodes. |
| CheckableTreeMouseAdapter |
A mouse listener, which listens for clicks on JTree nodes and changes the
checked state of Checkable objects. |
| CheckTreeCellRenderer |
Renders Checkable nodes with a combined icon, which visulizes the selection
state of the node. |
| CombinedIcon |
Combines two icons into one icon. |
| DefaultUserNameStore |
Saves the user names in Preferences. |
| DoubleTableCellRenderer |
A renderer for table cells, which uses a NumberFormatter for formatting its
content. |
| GenericFileFilter |
A generic file filter used in the File | {Open|Save [as]} dialog to let the
user find appropriate files fast. |
| JButtonTableCellRenderer |
|
| JxHostnameVerifier |
A Hostname verifier, which lets the user choose, whether to accept a
connection, even if the received certificate's common name does not match
the hostname of the url connection (i.e. does not belong to the host). |
| JxInvalidCertHandler |
A GUI based example implementation of an InvalidCertHandler, which
might be used with a LocalTrustManager to ask the user, what to do
with unknown certificates as well as to store acceptions permanently. |
| NumberTableCellRenderer |
|
| ObjectTableCellRenderer |
A renderer, which allows one to query the table model for its state and
rendering an appropriate border or colored text. |
| PreferencePasswordStore |
A simple alternative to store passwords. |
| StatusTask<T,V> |
An message property enhanced SwingWorker, which lets one easily notify
property change listeners from "message" events. |
| SwingUtilities2 |
Wrapper around sun.swing.SwingUtilities2 |