nextapp.echo2.app |
Provides the core classes and components for creating Echo applications.
Related Documentation
For more information please see:
|
Java Source File Name | Type | Comment |
Alignment.java | Class | A property object which describes the alignment or positioning of a
particular item relative to others. |
ApplicationInstance.java | Class | A single user-instance of an Echo application. |
AwtImageReference.java | Class | An ImageReference describing an image which may be rendered from
a java.awt.Image . |
Border.java | Class | A representation of a simple border. |
Button.java | Class | An implementation of a "push" button. |
CheckBox.java | Class | A check box implementation. |
Color.java | Class | A representation of a 24-bit RGB color. |
Column.java | Class | A layout Component which renders its contents in a single
vertical column of cells. |
Command.java | Interface | A stateless construct used to send arbitrary commands to
the client. |
Component.java | Class | A representation of an Echo component. |
Composite.java | Class | Generic composite component base class. |
ContentPane.java | Class | A content pane is a high-level container/layout object which provides
layout for a content region and floating WindowPane s.
A ContentPane may only be added to a Component
which implements PaneContainer .
At most one Component that does NOT implement
FloatingPane may be added to a ContentPane .
Any number of FloatingPane s may be added as children. |
DelegateFocusSupport.java | Interface | Interface to provide capability for composite components to delegate focus
to a specific child. |
DerivedMutableStyle.java | Class | A MutableStyle which will retrieve properties from a
"parent" style when they are not set locally. |
Extent.java | Class | A representation of a linear distance with units. |
FillImage.java | Class | Describes how an image should 'fill' a particular component or region of
the user interface. |
FillImageBorder.java | Class | A representation of a graphical border drawn using a series of
eight FillImage s. |
FloatingPane.java | Interface | Marker interface describing a Pane Component s
which float above a region, e.g., WindowPane s.
This interface is used by Component s to enforce parent/child
requirements. |
Font.java | Class | An immutable representation of a text font, including typeface, size, and
style. |
Grid.java | Class | A layout Component which renders its contents in a grid. |
HttpImageReference.java | Class | A reference to an image that may be retrieved through an HTTP request. |
IllegalChildException.java | Class | An exception thrown when attempting to add a child to the component
hierarchy where either the parent is incompatible with the child or
the child is incompatible with the parent. |
ImageReference.java | Interface | A representation of an image / picture. |
Insets.java | Class | A property which describes an "inset" within a rectangular
region. |
Label.java | Class | A component which displays a text string, an icon, or both. |
LayoutData.java | Interface | Describes the interface between a child Component and its
parent Component . |
LayoutDirection.java | Class | Describes the layout direction of text and content to provide support
for bidirectional localization. |
ListBox.java | Class | A component which provides the ability to select one or more items. |
ModalSupport.java | Interface | An interface for Component s which support a modal state. |
MutableStyle.java | Class | A Style implementation which may be modified. |
MutableStyleSheet.java | Class | A mutable implementation of a StyleSheet . |
Pane.java | Interface | Marker interface describing a Component which fills a region.
This interface is used by Component s to enforce parent/child
requirements. |
PaneContainer.java | Interface | Marker interface describing a Component which may contain
Pane s as children.
This interface is used by Component s to enforce parent/child
requirements. |
Panel.java | Class | A single-child container. |
PasswordField.java | Class | A single-line text input field which masks input. |
RadioButton.java | Class | A radio button implementation. |
RenderIdSupport.java | Interface | Interface for objects which may be identified for rendering purposes via
via unique String identifiers. |
ResourceImageReference.java | Class | A representation of an image that will be retrieved as a resource from
the CLASSPATH. |
Row.java | Class | A layout Component which renders its contents in a single
horizontal row of cells. |
SelectField.java | Class | A drop-down select field. |
SplitPane.java | Class | A container which displays two components horizontally or vertically
adjacent to one another. |
StreamImageReference.java | Class | |
Style.java | Interface | A representation of stylistic property information about a single instance
or type of component. |
StyleSheet.java | Interface | A collection of component-specific named styles. |
Table.java | Class | A component used to display data in a tabular format. |
TaskQueueHandle.java | Interface | Handle interface representing a queue of tasks to be run.
This is only a handle, the actual tasks are queued in the
ApplicationInstance .
This interface should not be implemented outside of the
framework itself. |
TextArea.java | Class | A multiple-line text input field. |
TextField.java | Class | A single-line text input field. |
Window.java | Class | A top-level window. |
WindowPane.java | Class | A Component which renders its contents in a floating,
movable window. |