JFormDesigner 5.0.4 Runtime API

com.jformdesigner.model
Class FormWindow

java.lang.Object
  extended by com.jformdesigner.model.FormObject
      extended by com.jformdesigner.model.FormComponent
          extended by com.jformdesigner.model.FormContainer
              extended by com.jformdesigner.model.FormWindow
All Implemented Interfaces:
FormSelectable

public class FormWindow
extends FormContainer

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

FormWindow

public FormWindow(java.lang.String className)
Constructs a form window for the specified class.


FormWindow

public FormWindow(java.lang.String className,
                  FormLayoutManager layout)
Constructs a form window for the specified class and form layout manager.

Method Detail

clone

public java.lang.Object clone()
Clones this form window.

Overrides:
clone in class FormContainer

JFormDesigner 5.0.4 Runtime API

Copyright (C) 2004-2012 FormDev Software GmbH. All rights reserved.