Package com.jformdesigner.model
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
public class FormWindow extends FormContainer
A form window represents aWindowin the form model. This class must be used instead ofFormContainerfor all Swing components derived fromWindow. Form windows are only allowed as children ofFormRoot.
-
-
Field Summary
-
Fields inherited from class com.jformdesigner.model.FormContainer
FIELD_MENU_BAR
-
Fields inherited from class com.jformdesigner.model.FormComponent
FIELD_CLASS_NAME, FIELD_NAME
-
Fields inherited from class com.jformdesigner.model.FormObject
NULL_VALUE
-
-
Constructor Summary
Constructors Constructor Description FormWindow(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()Clones this form window.-
Methods inherited from class com.jformdesigner.model.FormContainer
accept, add, add, add, add, getComponent, getComponentCount, getComponentIndex, getComponents, getLayout, getMenuBar, getMenuBarAndComponents, getMenuBarOwner, remove, remove, remove, removeAll, replace, setLayout, setMenuBar
-
Methods inherited from class com.jformdesigner.model.FormComponent
addEvent, addEvent, auxiliary, getAuxiliaryPropertyBoolean, getAuxiliaryPropertyInt, getAuxiliaryPropertyString, getClassName, getConstraints, getEvent, getEventCount, getEvents, getModel, getName, getParent, hasAuxiliary, removeEvent, removeEvent, setClassName, setName, toString
-
Methods inherited from class com.jformdesigner.model.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 Detail
-
FormWindow
public FormWindow(String className)
Constructs a form window for the specified class.
-
FormWindow
public FormWindow(String className, FormLayoutManager layout)
Constructs a form window for the specified class and form layout manager.
-
-
Method Detail
-
clone
public Object clone()
Clones this form window.- Overrides:
clonein classFormContainer
-
-