Interface | Description |
---|---|
ComponentLoader |
An object that knows how to load a component.
|
DelayedComponentLoaderListener |
A listener for DelayedComponentLoader events
|
Class | Description |
---|---|
AbstractUIController |
An abstract superclass for GUI controller classes.
|
DefaultComponentLoader |
A default implementation of ComponentLoader that uses reflection
to instantiate components.
|
DelayedComponentLoaderEvent |
An event that describes changes to a DelayedComponentLoader.
|
DelayedComponentLoaderPanel |
A panel that supports delayed loading of its contents.
|
ReflectedAction |
A swing "action" that uses reflection to find and invoke a given target
method.
|
ReflectedTableModel |
A table model that uses reflection to retrieve values out of the row objects.
|
ReflectedTableModel.ColumnInfo |
This class contains information about one specific column in the table.
|
TableLayout |
The TableLayout lays out items based on a table of rows and columns.
|
TableLayoutConstraints |
This object contains all the constraints that apply to a specific
component inside a TableLayout.
|
TableLayoutDebuggingPanel |
A special panel that when used with a TableLayout, will draw
all the table cell boundaries.
|
ThrowablePanel |
A panel that can display an exception stack trace.
|
WorkerTask |
A task that partially executes on a non-ui thread and partially on the
ui thread.
|
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.