com.jeta.forms.gui.components |
|
Java Source File Name | Type | Comment |
AbstractComponentFactory.java | Class | A specialization of ComponentFactory that maintains a reference to a
component source. |
ComponentFactory.java | Interface | A ComponentFactory is responsible for creating GridComponent
objects for a GridView. |
ComponentSource.java | Interface | A ComponentSource is used to determine which component is
currently selected in the designer toolbar palette. |
ContainedFormFactory.java | Interface | A factory for creating a form that is contained within a Swing container
other than another FormComponent. |
EmptyComponentFactory.java | Class | Class that creates an 'Empty' component in the grid in design mode. |
StandardComponentFactory.java | Class | A StandardCompnentFactory is a base class for creating and
initializing StandardComponent instances when in design mode. |