Uses of Class
com.jformdesigner.model.FormContainer
-
Packages that use FormContainer Package Description com.jformdesigner.model -
-
Uses of FormContainer in com.jformdesigner.model
Subclasses of FormContainer in com.jformdesigner.model Modifier and Type Class Description classFormRootA form root is a container for all top-level components in a form model.classFormWindowA form window represents aWindowin the form model.Methods in com.jformdesigner.model that return FormContainer Modifier and Type Method Description FormContainerFormLayoutManager. getContainer()Returns the form container for this object.FormContainerFormContainer. getMenuBar()Returns the menu bar of this form container.FormContainerFormContainer. getMenuBarOwner()Returns the owner of a menu bar.FormContainerFormComponent. getParent()Returns the parent of this form component.Methods in com.jformdesigner.model with parameters of type FormContainer Modifier and Type Method Description voidFormContainer. setMenuBar(FormContainer menuBar)Sets the menu bar of this form container.
-