| java.lang.Object com.jeta.swingbuilder.gui.components.DefaultContainedFormFactory
DefaultContainedFormFactory | public DefaultContainedFormFactory()(Code) | | ctor
|
createContainedForm | public FormComponent createContainedForm(Class swingClass, FormMemento fm) throws FormException(Code) | | Creates a form that is meant to be contained in a Swing container. This
is form forms that can be edited in-place in the designer.
|
createTopParent | public FormComponent createTopParent(Container container, ComponentSource compsrc, FormComponent form) throws FormException(Code) | | This method creates a top-level parent form that is used to contain a
form that we can edit. This is used in two cases. In the first, we use a
top level form in the FormEditor. In the second, we use the top-level
form in contained forms (e.g. a form that is contained in a JTabbedPane
tab ).
Parameters: parent - the object that will contain the top-level parent Parameters: compsrc - the component source Parameters: form - the form that will be contained by the top-level parent |
|
|