| Interface | Description |
|---|---|
| AttributeRepresentation |
Specify an interface to access an attribute's visual representation
based on its style.
|
| ContentPrototype |
Define a content area using Prototype pattern.
|
| Class | Description |
|---|---|
| AttributeElement |
The definition of attributes.
|
| EntityElement |
The definition of entities.
|
| HomerConstants |
Constants used in the layout file.
|
| HomerLocation |
Stores location information for positionable elements.
|
| HomerMultiContent |
The class responsible for displaying the content area and managing
the tab creation, removal, and event propagation.
|
| HomerWidgetElement |
The definition of any named object that has a Netbeans widget representation.
|
| LayoutFileOperations |
Utility class to handle model and layout file operations.
|
| LayoutParser |
Parse the layout XML file for tabs, screen orientation, and
individual sink actor placement properties.
|
| MultiContent<T extends ContentPrototype> |
Store a model's element representations on multiple contents.
|
| PositionableElement |
Abstract definition of elements.
|
| ScreenSize |
A Parameter that contains the size of the screen.
|
| TabDefinition |
Define tab properties and content.
|
| WidgetLoader |
This class loads Netbeans Visual Library widgets for a provided named object
and target type.
|
| Enum | Description |
|---|---|
| LayoutFileOperations.SinkOrSource |
Categorization of an entity.
|
| LayoutParser.ScreenOrientation |
The different screen orientations possible for the visual
representation.
|