Interface | Description |
---|---|
MinSizeInterface |
This interface defines minimal size that a widget can have.
|
NamedObjectWidgetInterface |
All widgets that visualize positionable named object must implement this interface.
|
Class | Description |
---|---|
AttributeStyleWidget |
This widget visualizes attributes based on their style definition.
|
GlassPaneWidget |
Glasspane covers underlying awt component and blocks any events from propagating to them.
|
NamedObjectIconWidget |
This widget visualizes a named object by displaying its icon.
|
NamedObjectImageWidget |
This widget visualizes a named object using an image.
|
NamedObjectWidget |
The base named object widget class that implements
NamedObjectWidgetInterface . |
PortablePlaceableWidget |
The widget visualizes only named objects that implement
PortablePlaceable interface. |
ResizableImageWidget |
A fork of ImageWidget with a fix to support resize-ability.
|