See: Description
Interface | Description |
---|---|
ControlContainer |
ControlContainer is a container which maintains Control(s) as element(s).
|
FrameContainer |
FrameContainer is a container which maintains Frame(s) as element(s).
|
TextboxContainer |
TextboxContainer is a container which maintains TextBox(s) as element(s).
|
Class | Description |
---|---|
AbstractFrameContainer |
AbstractFrameContainer is an abstract implementation of the FrameContainer
interface, with a default implementation for every method defined in
FrameContainer, except getFrameContainerElement().
|
AbstractTextboxContainer |
AbstractTextboxContainer is an abstract implementation of the
TextboxContainer interface, with a default implementation for every method
defined in TextboxContainer, except getFrameContainerElement().
|
Control |
This class represents control object, a shape that is linked to a control
inside an form.
|
ControlStyleHandler |
This class provides functions to handle the style of a form control.
|
Frame |
This class presents frame object.
|
FrameRectangle |
This class represents a rectangle used by a frame object.
|
FrameStyleHandler |
This class provides functions to handle the style of a frame.
|
Image |
This class provides method to add/remove/get images.
|
Textbox |
This class provides method to set the content, properties and style of text
box.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.