Interface | Description |
---|---|
Clearable | |
Configurable |
Serves as a kind of "flag" to mark objects that can be "configured"
by the user in some way.
|
Editable<T> | |
Editor<T> | |
Editor.GraphEditor<T> | |
Editor.TableEditor<T> | |
Outline |
This interface is empty and only serves as a hint for certain
frameworks to determine if some object is in general capable
of providing some sort of graphical presentation to the user
in response to some programmatically generated event.
|
Savable |
Class | Description |
---|---|
AbstractRendererPanel | |
DefaultFileFilter | |
DefaultFileFilter.EditorFileFilter |
Utility file filter to accept editor files, namely .xml and .xml.gz
extensions.
|
DefaultFileFilter.ImageFileFilter |
Utility file filter to accept all image formats supported by image io.
|
DirectoryFileFilter | |
FilteredListModel<E> | |
FocusOwnerTracker | |
ModifiedFlowLayout |
A modified version of FlowLayout that allows containers using this
Layout to behave in a reasonable manner when placed inside a
JScrollPane
|
UIHelperRegistry |