|
JFormDesigner 5.0.4 Runtime API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormComponent | |
---|---|
com.jformdesigner.model |
Uses of FormComponent in com.jformdesigner.model |
---|
Subclasses of FormComponent in com.jformdesigner.model | |
---|---|
class |
FormContainer
A form container represents a java.awt.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 java.awt.Window in the form model. |
Methods in com.jformdesigner.model that return FormComponent | |
---|---|
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(java.lang.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. |
Methods in com.jformdesigner.model that return types with arguments of type FormComponent | |
---|---|
java.util.Iterator<java.util.Map.Entry<FormComponent,FormLayoutConstraints>> |
FormLayoutManager.iterator()
Returns an iterator over the constraints in this object. |
Methods in com.jformdesigner.model with parameters of type FormComponent | |
---|---|
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. |
|
JFormDesigner 5.0.4 Runtime API | ||||||||
PREV NEXT | FRAMES NO FRAMES |