com.jeta.forms.gui.form |
|
Java Source File Name | Type | Comment |
BackgroundPainter.java | Class | This component renders a background effect for an entire form. |
CellAssignmentCache.java | Class | This class maintains an array of GridComponents for a given view. |
CellPainter.java | Class | This class is a Swing component that paints fill effects for cells in the
GridView. |
ComponentConstraints.java | Interface | An interface that defines the attributes of a CellConstraints object in a
FormLayout. |
ComponentInfo.java | Class | A ComponentInfo maintains an assocation between a
GridComponent and its constraints. |
DefaultFormComponentFactory.java | Class | |
FormAccessor.java | Interface | A FormAccessor is used to programmatically access and modify components on a
form.
You should always use FormAccessors instead of modifying the underlying
Container directly. |
FormComponent.java | Class | A FormComponent is a type of GridComponent that contains a
nested form in a GridView. |
FormComponentFactory.java | Interface | |
FormContainerComponent.java | Class | A FormContainerComponent is a standard Swing component that can have embedded
forms as children. |
FormIterator.java | Class | An iterator for a collection of Java Beans (java.awt.Component objects)
contained by a FormPanel. |
GridCellEvent.java | Class | A GridCellEvent gets fired when a GridComponent changes or is
selected. |
GridCellListener.java | Interface | A listener interface for receiving events from a GridComponent. |
GridComponent.java | Class | This class is used to contain a JETABean in a cell on a form. |
GridComponentConstraints.java | Class | A GridComponentConstraints is a type of bridge to a live
CellConstraints in a FormLayout. |
GridOverlay.java | Interface | Interface that defines methods needed by the forms runtime to work with the
component that renders the grid lines during design mode. |
GridOverlayFactory.java | Interface | Defines an interface for creating a component that renders the grid lines
during design mode. |
GridView.java | Class | The GridViewBase is responsible for containing the parent
container that contains the components on the form as well as rendering the
grid lines during design mode as well as any background and fill effects for
grid cells. |
GridViewBeanInfo.java | Class | Defines the BeanInfo for a GridView. |
GridViewEvent.java | Class | A GridViewEvent is fired by a GridView when the view changes
or one of its components changes. |
GridViewListener.java | Interface | A listener for GridViewEvents from a GridView. |
JETALayerLayout.java | Class | This layout manager is used for JLayeredPanes. |
ReadOnlyConstraints.java | Class | A read-only implementation of ComponentConstraints. |
StandardComponent.java | Class | This is a GridComponent wrapper around a Swing component. |