JFormDesigner 5.0.4 Runtime API

Uses of Class
com.jformdesigner.model.FormContainer

Packages that use FormContainer
com.jformdesigner.model   
 

Uses of FormContainer in com.jformdesigner.model
 

Subclasses of FormContainer in com.jformdesigner.model
 class FormRoot
          A form root is a container for all top-level components in a form model.
 class FormWindow
          A form window represents a java.awt.Window in the form model.
 

Methods in com.jformdesigner.model that return FormContainer
 FormContainer FormLayoutManager.getContainer()
          Returns the form container for this object.
 FormContainer FormContainer.getMenuBar()
          Returns the menu bar of this form container.
 FormContainer FormContainer.getMenuBarOwner()
          Returns the owner of a menu bar.
 FormContainer FormComponent.getParent()
          Returns the parent of this form component.
 

Methods in com.jformdesigner.model with parameters of type FormContainer
 void FormContainer.setMenuBar(FormContainer menuBar)
          Sets the menu bar of this form container.
 


JFormDesigner 5.0.4 Runtime API

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