Package | Description |
---|---|
com.jformdesigner.model |
Modifier and Type | Class and Description |
---|---|
class |
FormContainer
A form container represents a
Container in the form model. |
class |
FormNonVisual
A non-visual form component represents a non-visual JavaBean.
|
class |
FormRoot
A form root is a container for all top-level components in a form model.
|
class |
FormWindow
A form window represents a
Window in the form model. |
Modifier and Type | Method and Description |
---|---|
FormComponent |
FormEvent.getComponent()
Returns the form component for this object.
|
FormComponent |
FormLayoutConstraints.getComponent()
Returns the form component for this object.
|
FormComponent |
FormContainer.getComponent(int index)
Returns the form component at
index . |
FormComponent[] |
FormContainer.getComponents()
Returns all form components in this form container.
|
FormComponent |
FormModel.getFormComponent(String name)
Returns the form component for the specified component name.
|
FormComponent[] |
FormContainer.getMenuBarAndComponents()
Returns the menu bar and all form components in this form container.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<FormComponent,FormLayoutConstraints>> |
FormLayoutManager.iterator()
Returns an iterator over the constraints in this object.
|
Modifier and Type | Method and Description |
---|---|
void |
FormContainer.add(FormComponent comp)
Adds a form component to the end of this form container.
|
void |
FormContainer.add(FormComponent comp,
FormLayoutConstraints constraints)
Adds a form component to the end of this form container and
sets the specified constraints in the form layout manager of this container.
|
void |
FormContainer.add(FormComponent comp,
FormLayoutConstraints constraints,
int index)
Adds a form component to this form container at the specified position and
sets the specified constraints in the form layout manager of this container.
|
void |
FormContainer.add(FormComponent comp,
int index)
Adds a form component to this form container at the specified position.
|
int |
FormContainer.getComponentIndex(FormComponent comp)
Returns the index of
comp in this form container;
or -1 if the form component is not a child of this form container. |
FormLayoutConstraints |
FormLayoutManager.getConstraints(FormComponent comp)
Returns the form layout constraints for the specified form component,
or
null the form component has no constraints. |
void |
FormContainer.remove(FormComponent comp)
Removes the specified form component from this form container.
|
FormLayoutConstraints |
FormLayoutManager.setConstraints(FormComponent comp,
FormLayoutConstraints constraints)
Sets the form layout constraints for a form component.
|
boolean |
FormComponentVisitor.visit(FormComponent comp)
Visits the given form component.
|
Copyright (C) 2004-2019 FormDev Software GmbH. All rights reserved.