|
JFormDesigner 5.0.4 Runtime API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jformdesigner.model.FormObject
com.jformdesigner.model.FormComponent
com.jformdesigner.model.FormContainer
com.jformdesigner.model.FormWindow
public class FormWindow
A form window represents a java.awt.Window
in the form model.
This class must be used instead of FormContainer
for all Swing
components derived from java.awt.Window
.
Form windows are only allowed as children of FormRoot
.
Field Summary |
---|
Fields inherited from class com.jformdesigner.model.FormContainer |
---|
FIELD_MENU_BAR |
Fields inherited from class com.jformdesigner.model.FormComponent |
---|
FIELD_NAME |
Fields inherited from class com.jformdesigner.model.FormObject |
---|
NULL_VALUE |
Constructor Summary | |
---|---|
FormWindow(java.lang.String className)
Constructs a form window for the specified class. |
|
FormWindow(java.lang.String className,
FormLayoutManager layout)
Constructs a form window for the specified class and form layout manager. |
Method Summary | |
---|---|
java.lang.Object |
clone()
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, 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, setName, toString |
Methods inherited from class com.jformdesigner.model.FormObject |
---|
getProperties, getProperty, getProperty, getPropertyBoolean, getPropertyBoolean, getPropertyCount, getPropertyDouble, getPropertyDouble, getPropertyInt, getPropertyInt, getPropertyNames, getPropertyString, getPropertyString, getReferenceCount, properties, propertyNames, setProperty, setProperty, setProperty, setPropertyBoolean, setPropertyBoolean, setPropertyDouble, setPropertyDouble, setPropertyInt, setPropertyInt, setPropertyString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FormWindow(java.lang.String className)
public FormWindow(java.lang.String className, FormLayoutManager layout)
Method Detail |
---|
public java.lang.Object clone()
clone
in class FormContainer
|
JFormDesigner 5.0.4 Runtime API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |