Class FormWindow
java.lang.Object
com.jformdesigner.model.FormObject
com.jformdesigner.model.FormComponent
com.jformdesigner.model.FormContainer
com.jformdesigner.model.FormWindow
- All Implemented Interfaces:
FormSelectable
A form window represents a
Window in the form model.
This class must be used instead of FormContainer for all Swing
components derived from Window.
Form windows are only allowed as children of FormRoot.-
Field Summary
Fields inherited from class FormContainer
FIELD_MENU_BARFields inherited from class FormComponent
FIELD_CLASS_NAME, FIELD_NAMEFields inherited from class FormObject
NULL_VALUE -
Constructor Summary
ConstructorsConstructorDescriptionFormWindow(String className) Constructs a form window for the specified class.FormWindow(String className, FormLayoutManager layout) Constructs a form window for the specified class and form layout manager. -
Method Summary
Methods inherited from class FormContainer
accept, add, add, add, add, getComponent, getComponentCount, getComponentIndex, getComponents, getLayout, getMenuBar, getMenuBarAndComponents, getMenuBarOwner, remove, remove, remove, removeAll, replace, setLayout, setMenuBarMethods inherited from class FormComponent
addEvent, addEvent, auxiliary, getAuxiliaryPropertyBoolean, getAuxiliaryPropertyInt, getAuxiliaryPropertyString, getClassName, getConstraints, getEvent, getEventCount, getEvents, getModel, getName, getParent, hasAuxiliary, removeEvent, removeEvent, setClassName, setName, toStringMethods inherited from class FormObject
equals, getClientProperty, getProperties, getProperty, getProperty, getPropertyBoolean, getPropertyBoolean, getPropertyCount, getPropertyDouble, getPropertyDouble, getPropertyInt, getPropertyInt, getPropertyNames, getPropertyString, getPropertyString, getReferenceCount, hashCode, properties, propertyNames, putClientProperty, setProperty, setProperty, setProperty, setPropertyBoolean, setPropertyBoolean, setPropertyDouble, setPropertyDouble, setPropertyInt, setPropertyInt, setPropertyString
-
Constructor Details
-
FormWindow
Constructs a form window for the specified class. -
FormWindow
Constructs a form window for the specified class and form layout manager.
-
-
Method Details
-
clone
-