Interface | Description |
---|---|
ExtendedSortableTableModel |
This is an extension of the
SortableTableModel . |
SortableTableModel |
The
SortableTableModel extends a TableModel by methods that are
required to order the model by a certain column. |
Class | Description |
---|---|
ArrowIcon |
This is an icon of a little arrow pointing in one of the four directions, either solid
or outlined.
|
BrightFilter |
This filter is brighting or darking an image, e.g. for mouse over effects.
|
EmptyListModel<E> |
This is just a mere empty
ListModel which will never have any entries. |
EmptyTableModel |
This is just a mere empty
TableModel which will never have any entries. |
EmptyTreeModel |
This is just a mere empty
TreeModel which will never have any entries. |
JCollapsiblePanel |
This
JPanel shows a Component with a headline above it. |
JGradientPanel |
This
JPanel shows a color gradient in the background. |
JHeadline |
This is a headline to be used in dialogs etc.
|
JHistoryTextField |
This is some kind of
JTextField with a JComboBox . |
JImageViewer |
An
JImageViewer renders an image in the centre of the component. |
JIntegerField |
A
JTextField that only allows to enter digits. |
JIntegerField.IntegerFilter |
A
DocumentFilter that only allows digits. |
JLabelGroup | |
JLAFSelector |
This component allows the user to select a Look and Feel.
|
JPrintPreview |
A Swing component that renders printable pages for a printer preview.
|
JRememberOptionPane |
This is a
JOptionPane which offers a CheckBox with a text like "Remember this
decision". |
JScrollableImageViewer | |
JSortedTable |
This is a
JTable which allows the user to sort each column in ascending or
descending order. |
JToolbarButton |
This
JButton is to be used in toolbars. |
LimitedDocument |
This
PlainDocument will limit the input to a certain length. |
ListenerManager<T extends EventListener> |
A
ListenerManager helps you keep track of EventListener lists. |
MenuActionProxy |
The
MenuActionProxy proxies Action s to be used in menus. |
NoListSelectionModel |
This
DefaultListSelectionModel also allows that no item can be selected at all. |
SortableTableModelProxy |
The SortTableModelProxy wraps another
TableModel , and allows to sort it by one
of its columns. |
SortTableHeader |
This is a
JTableHeader that shows the currently sorted column of a
SortableTableModel and allows to select columns to be sorted. |
SwingUtils |
This is a collection of static methods for your convenience.
|
TinyBorder |
A recessed 1px border, like often used in status bars.
|
Enum | Description |
---|---|
JImageViewer.Autoscale | |
JImageViewer.Quality |
Copyright © 2004–2016. All rights reserved.