Skip navigation links
JFormDesigner 7 Runtime API
A B C D E F G H I L M N P R S T V 

A

accept(FormBindingVisitor) - Method in class com.jformdesigner.model.FormBinding
Accepts the given visitor.
accept(FormBindingVisitor) - Method in class com.jformdesigner.model.FormBindingGroup
Accepts the given visitor.
accept(FormComponentVisitor) - Method in class com.jformdesigner.model.FormComponent
Accepts the given visitor.
accept(FormComponentVisitor) - Method in class com.jformdesigner.model.FormContainer
Accepts the given visitor.
accept(FormComponentVisitor) - Method in class com.jformdesigner.model.FormModel
Accepts the given visitor.
accept(FormBindingVisitor) - Method in class com.jformdesigner.model.FormModel
Accepts the given visitor.
accept(FormBindingVisitor) - Method in class com.jformdesigner.model.FormRoot
Accepts the given visitor.
add(FormComponent) - Method in class com.jformdesigner.model.FormContainer
Adds a form component to the end of this form container.
add(FormComponent, int) - Method in class com.jformdesigner.model.FormContainer
Adds a form component to this form container at the specified position.
add(FormComponent, FormLayoutConstraints) - Method in class com.jformdesigner.model.FormContainer
Adds a form component to the end of this form container and sets the specified constraints in the form layout manager of this container.
add(FormComponent, FormLayoutConstraints, int) - Method in class com.jformdesigner.model.FormContainer
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.
addBinding(FormBinding) - Method in class com.jformdesigner.model.FormBindingGroup
Adds a form binding to the end of this form binding group.
addBinding(FormBinding, int) - Method in class com.jformdesigner.model.FormBindingGroup
Adds a form binding to this form binding group at the specified position.
addBindingGroup(FormBindingGroup) - Method in class com.jformdesigner.model.FormRoot
Adds a form binding group to the end of this form root.
addBindingGroup(FormBindingGroup, int) - Method in class com.jformdesigner.model.FormRoot
Adds a form binding group to this form root at the specified position.
addEvent(FormEvent) - Method in class com.jformdesigner.model.FormComponent
Adds a form event to the end of this form component.
addEvent(FormEvent, int) - Method in class com.jformdesigner.model.FormComponent
Adds a form event to this form component at the specified position.
ArrayFocusTraversalPolicy - Class in com.jformdesigner.runtime
A simple focus traversal policy that determines the traversal order based on the given component array.
ArrayFocusTraversalPolicy(Component...) - Constructor for class com.jformdesigner.runtime.ArrayFocusTraversalPolicy
 
auxiliary() - Method in class com.jformdesigner.model.FormComponent
Returns a object that contains auxiliary property.

B

buildKey(int) - Method in class com.jformdesigner.model.FormMessageArray
 
buildKey(String, int) - Static method in class com.jformdesigner.model.FormMessageArray
 

C

CLASSPATH - Static variable in class com.jformdesigner.model.SwingIcon
 
clone() - Method in class com.jformdesigner.model.FormBinding
Clones this form binding.
clone(FormBinding[]) - Static method in class com.jformdesigner.model.FormBinding
 
clone() - Method in class com.jformdesigner.model.FormBindingGroup
Clones this form binding group.
clone() - Method in class com.jformdesigner.model.FormComponent
Clones this form component.
clone() - Method in class com.jformdesigner.model.FormContainer
Clones this form container.
clone() - Method in class com.jformdesigner.model.FormLayoutConstraints
Clones this form component.
clone() - Method in class com.jformdesigner.model.FormLayoutManager
Clones this form component.
clone() - Method in class com.jformdesigner.model.FormNonVisual
Clones this form component.
clone() - Method in class com.jformdesigner.model.FormRoot
Clones this form root.
clone() - Method in class com.jformdesigner.model.FormWindow
Clones this form window.
com.jformdesigner.model - package com.jformdesigner.model
 
com.jformdesigner.runtime - package com.jformdesigner.runtime
 
create() - Method in class com.jformdesigner.runtime.FormCreator
Creates the component hierarchy for the first top level form component.
create(String) - Method in class com.jformdesigner.runtime.FormCreator
Creates the component hierarchy for the specified name.
create(String, Window) - Method in class com.jformdesigner.runtime.FormCreator
Creates the component hierarchy for the specified name and passes the specified owner window to the constructor, if the component is an instance of Window.
createAll() - Method in class com.jformdesigner.runtime.FormCreator
Creates all components.
createBindings() - Method in class com.jformdesigner.runtime.FormCreator
Creates the bindings.
createDialog(Window) - Method in class com.jformdesigner.runtime.FormCreator
Creates the component hierarchy for the first top level form component, which must be an instance of JDialog.
createIcon(ClassLoader) - Method in class com.jformdesigner.model.SwingIcon
For internal use only.
createPanel() - Method in class com.jformdesigner.runtime.FormCreator
Creates the component hierarchy for the first top level form component, which must be an instance of JPanel.
createWindow(Window) - Method in class com.jformdesigner.runtime.FormCreator
Creates the component hierarchy for the first top level form component, which must be an instance of Window.

D

derive(Font) - Method in class com.jformdesigner.model.SwingDerivedFont
Creates a derived font.

E

equals(Object) - Method in class com.jformdesigner.model.FormObject
Final method disallows overriding.
equals(Object) - Method in class com.jformdesigner.model.FormReference
Compares the names of form references.
equals(Object) - Method in class com.jformdesigner.model.SwingBorder
Determines whether another object is equal to this object.
equals(Object) - Method in class com.jformdesigner.model.SwingColor
Determines whether another object is equal to this object.
equals(Object) - Method in class com.jformdesigner.model.SwingDerivedFont
Determines whether another object is equal to this object.
equals(Object) - Method in class com.jformdesigner.model.SwingFont
Determines whether another object is equal to this object.
equals(Object) - Method in class com.jformdesigner.model.SwingIcon
Determines whether another object is equal to this object.

F

FIELD_CLASS_NAME - Static variable in class com.jformdesigner.model.FormComponent
 
FIELD_HANDLER - Static variable in class com.jformdesigner.model.FormEvent
 
FIELD_MENU_BAR - Static variable in class com.jformdesigner.model.FormContainer
 
FIELD_NAME - Static variable in class com.jformdesigner.model.FormComponent
 
FIELD_PASS_PARAMS - Static variable in class com.jformdesigner.model.FormEvent
 
FIELD_PROPERTY_NAME - Static variable in class com.jformdesigner.model.FormEvent
 
FILE - Static variable in class com.jformdesigner.model.SwingIcon
 
FormBinding - Class in com.jformdesigner.model
A form binding represents a single binding in the form model.
FormBinding() - Constructor for class com.jformdesigner.model.FormBinding
 
FormBinding(String, String, String, String) - Constructor for class com.jformdesigner.model.FormBinding
 
FormBindingGroup - Class in com.jformdesigner.model
A form binding represents a group of bindings in the form model.
FormBindingGroup(Class<?>) - Constructor for class com.jformdesigner.model.FormBindingGroup
 
FormBindingVisitor - Interface in com.jformdesigner.model
An object that visits form bindings.
FormComponent - Class in com.jformdesigner.model
A form component represents a Component in the form model.
FormComponent(String) - Constructor for class com.jformdesigner.model.FormComponent
Constructs a form component for the specified class.
FormComponentVisitor - Interface in com.jformdesigner.model
An object that visits form components.
FormContainer - Class in com.jformdesigner.model
A form container represents a Container in the form model.
FormContainer(String) - Constructor for class com.jformdesigner.model.FormContainer
Constructs a form container for the specified class.
FormContainer(String, FormLayoutManager) - Constructor for class com.jformdesigner.model.FormContainer
Constructs a form container for the specified class and form layout manager.
FormCreator - Class in com.jformdesigner.runtime
Creates instances of Swing components from a form model and provides methods to access components.
FormCreator(FormModel) - Constructor for class com.jformdesigner.runtime.FormCreator
Creates a new FormCreator for the specified form model.
FormCreator(FormModel, ClassLoader) - Constructor for class com.jformdesigner.runtime.FormCreator
Creates a new FormCreator for the specified form model using the specified class loader.
FormCreator(FormModel, Locale, ClassLoader) - Constructor for class com.jformdesigner.runtime.FormCreator
Creates a new FormCreator for the specified form model using the specified locale and class loader.
FormEvent - Class in com.jformdesigner.model
A form event.
FormEvent(String, String, String, boolean) - Constructor for class com.jformdesigner.model.FormEvent
Constructs a form event.
FormEvent(String, String, String, boolean, String) - Constructor for class com.jformdesigner.model.FormEvent
Constructs a form event.
FormEvent(FormEvent) - Constructor for class com.jformdesigner.model.FormEvent
Copy constructor.
FormLayoutConstraints - Class in com.jformdesigner.model
A form layout constraints represents a constraints object (e.g.
FormLayoutConstraints(Class<?>) - Constructor for class com.jformdesigner.model.FormLayoutConstraints
Constructs a form layout constraints object for the specified class.
FormLayoutConstraints(Class<?>, Object) - Constructor for class com.jformdesigner.model.FormLayoutConstraints
Constructs a form layout constraints object using the specified value.
FormLayoutManager - Class in com.jformdesigner.model
A form layout manager represents a LayoutManager in the form model.
FormLayoutManager(Class<?>) - Constructor for class com.jformdesigner.model.FormLayoutManager
Constructs a form layout manager object for the specified layout manager class.
FormLoader - Class in com.jformdesigner.runtime
Loads the form model from a JFormDesigner .jfd file into memory.
FormMessage - Class in com.jformdesigner.model
 
FormMessage(String, String) - Constructor for class com.jformdesigner.model.FormMessage
 
FormMessageArray - Class in com.jformdesigner.model
 
FormMessageArray(String, String, int) - Constructor for class com.jformdesigner.model.FormMessageArray
 
FormModel - Class in com.jformdesigner.model
A form model represents a JFormDesigner form in memory.
FormModel() - Constructor for class com.jformdesigner.model.FormModel
Constructs a form model.
FormNonVisual - Class in com.jformdesigner.model
A non-visual form component represents a non-visual JavaBean.
FormNonVisual(String) - Constructor for class com.jformdesigner.model.FormNonVisual
Constructs a non-visual form component for the specified class.
FormObject - Class in com.jformdesigner.model
Abstract base class that stores property values.
FormReference - Class in com.jformdesigner.model
A form reference is used as property value to assign a component to a property.
FormReference(String) - Constructor for class com.jformdesigner.model.FormReference
Constructs a form reference for the specified form component name.
FormRoot - Class in com.jformdesigner.model
A form root is a container for all top-level components in a form model.
FormRoot() - Constructor for class com.jformdesigner.model.FormRoot
Constructs a form root.
FormSaver - Class in com.jformdesigner.runtime
Saves a form model to a JFormDesigner .jfd file.
FormSelectable - Interface in com.jformdesigner.model
Marker interface for selectable form objects.
FormWindow - Class in com.jformdesigner.model
A form window represents a Window in the form model.
FormWindow(String) - Constructor for class com.jformdesigner.model.FormWindow
Constructs a form window for the specified class.
FormWindow(String, FormLayoutManager) - Constructor for class com.jformdesigner.model.FormWindow
Constructs a form window for the specified class and form layout manager.

G

getAuxiliaryPropertyBoolean(String, boolean) - Method in class com.jformdesigner.model.FormComponent
Convenience method to get an auxiliary boolean property value.
getAuxiliaryPropertyInt(String, int) - Method in class com.jformdesigner.model.FormComponent
Convenience method to get an auxiliary integer property value.
getAuxiliaryPropertyString(String, String) - Method in class com.jformdesigner.model.FormComponent
Convenience method to get an auxiliary String property value.
getBaseName() - Method in class com.jformdesigner.model.FormMessage
 
getBaseName() - Method in class com.jformdesigner.model.FormMessageArray
 
getBaseName() - Method in interface com.jformdesigner.model.IFormMessage
 
getBean(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the bean for the specified name.
getBean(String, boolean) - Method in class com.jformdesigner.runtime.FormCreator
Returns the bean for the specified name.
getBinding(int) - Method in class com.jformdesigner.model.FormBindingGroup
Returns the form binding at index.
getBindingCount() - Method in class com.jformdesigner.model.FormBindingGroup
Returns the number of form bindings in this form binding group.
getBindingGroup() - Method in class com.jformdesigner.model.FormBinding
Returns the form binding group of this form binding.
getBindingGroup(int) - Method in class com.jformdesigner.model.FormRoot
Returns the form binding group at index.
getBindingGroup(String) - Method in class com.jformdesigner.model.FormRoot
Returns the form binding group for the given name.
getBindingGroupClass() - Method in class com.jformdesigner.model.FormBindingGroup
Returns the binding group class.
getBindingGroupCount() - Method in class com.jformdesigner.model.FormRoot
Returns the number of form binding groups in this form root.
getBindingGroupIndex(FormBindingGroup) - Method in class com.jformdesigner.model.FormRoot
Returns the index of bindingGroup in this form; or -1 if the binding group is not a child of this form.
getBindingGroups() - Method in class com.jformdesigner.model.FormRoot
Returns all form binding groups in this form root.
getBindingIndex(FormBinding) - Method in class com.jformdesigner.model.FormBindingGroup
Returns the index of binding in this binding group; or -1 if the binding is not a child of this binding group.
getBindings() - Method in class com.jformdesigner.model.FormBindingGroup
Returns all form bindings in this form binding group.
getBorderInsets(Component) - Method in class com.jformdesigner.model.SwingBorder
 
getButton(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getCheckBox(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getCheckBoxMenuItem(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getClassLoader() - Method in class com.jformdesigner.model.FormModel
Returns the class loader used to load the form model.
getClassName() - Method in class com.jformdesigner.model.FormComponent
Returns the class name of this form component.
getClientProperty(Object) - Method in class com.jformdesigner.model.FormObject
For internal use only.
getColumnClass(int) - Method in class com.jformdesigner.model.SwingTableModel
Returns the type of the data in the specified column.
getColumnEditables() - Method in class com.jformdesigner.model.SwingTableModel
Returns the Vector that contains the table's column editable flags.
getColumnInfo(int) - Method in class com.jformdesigner.model.SwingTableModel
Returns the column info for the given column index.
getColumnInfos() - Method in class com.jformdesigner.model.SwingTableModel
Returns the Vector that contains the table's column infos.
getColumnNames() - Method in class com.jformdesigner.model.SwingTableModel
Returns the Vector that contains the table's column names.
getColumnTypes() - Method in class com.jformdesigner.model.SwingTableModel
Returns the Vector that contains the table's column types.
getComboBox(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getComponent(int) - Method in class com.jformdesigner.model.FormContainer
Returns the form component at index.
getComponent() - Method in class com.jformdesigner.model.FormEvent
Returns the form component for this object.
getComponent() - Method in class com.jformdesigner.model.FormLayoutConstraints
Returns the form component for this object.
getComponent(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getComponentAfter(Container, Component) - Method in class com.jformdesigner.runtime.ArrayFocusTraversalPolicy
 
getComponentBefore(Container, Component) - Method in class com.jformdesigner.runtime.ArrayFocusTraversalPolicy
 
getComponentCount() - Method in class com.jformdesigner.model.FormContainer
Returns the number of form components in this form container.
getComponentIndex(FormComponent) - Method in class com.jformdesigner.model.FormContainer
Returns the index of comp in this form container; or -1 if the form component is not a child of this form container.
getComponents() - Method in class com.jformdesigner.model.FormContainer
Returns all form components in this form container.
getConstraints() - Method in class com.jformdesigner.model.FormComponent
Returns the form layout constraints of this form component if the parent container has a form layout manager which uses constraints.
getConstraints(FormComponent) - Method in class com.jformdesigner.model.FormLayoutManager
Returns the form layout constraints for the specified form component, or null the form component has no constraints.
getConstraintsClass() - Method in class com.jformdesigner.model.FormLayoutConstraints
Returns the layout constraints class.
getContainer() - Method in class com.jformdesigner.model.FormLayoutManager
Returns the form container for this object.
getContentType() - Method in class com.jformdesigner.model.FormModel
Returns the content type of the form model.
getContentType() - Method in exception com.jformdesigner.runtime.MultiException
Returns the content type of the form model, or null.
getDefaultComponent(Container) - Method in class com.jformdesigner.runtime.ArrayFocusTraversalPolicy
 
getDialog(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getEditorPane(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getEvent(int) - Method in class com.jformdesigner.model.FormComponent
Returns the form event at index.
getEventCount() - Method in class com.jformdesigner.model.FormComponent
Returns the number of form events in this form component.
getEventProvider() - Method in class com.jformdesigner.model.FormModel
For internal use only.
getEvents() - Method in class com.jformdesigner.model.FormComponent
Returns all form events in this form component.
getExceptionMessages() - Method in exception com.jformdesigner.runtime.MultiException
 
getExceptions() - Method in exception com.jformdesigner.runtime.MultiException
Returns the exceptions.
getFirstComponent(Container) - Method in class com.jformdesigner.runtime.ArrayFocusTraversalPolicy
 
getFormattedTextField(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getFormComponent(String) - Method in class com.jformdesigner.model.FormModel
Returns the form component for the specified component name.
getFrame(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getHandler() - Method in class com.jformdesigner.model.FormEvent
Returns the name of the method that the event handler will invoke on the target.
getI18nBundle(String, Locale, ClassLoader) - Method in class com.jformdesigner.runtime.FormCreator
Gets the resource bundle for the given base name.
getI18nString(ResourceBundle, String, String) - Method in class com.jformdesigner.runtime.FormCreator
Gets a string for the given key from the given resource bundle or one of its parents.
getIconHeight() - Method in class com.jformdesigner.model.SwingIcon
 
getIconWidth() - Method in class com.jformdesigner.model.SwingIcon
 
getKey() - Method in class com.jformdesigner.model.FormMessage
 
getKey() - Method in class com.jformdesigner.model.FormMessageArray
 
getKey() - Method in interface com.jformdesigner.model.IFormMessage
 
getKey() - Method in class com.jformdesigner.model.SwingBorder
Returns The name of the Swing border.
getKey() - Method in class com.jformdesigner.model.SwingColor
Returns The name of the Swing color.
getKey() - Method in class com.jformdesigner.model.SwingFont
Returns The name of the Swing font.
getLabel(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getLastComponent(Container) - Method in class com.jformdesigner.runtime.ArrayFocusTraversalPolicy
 
getLayout() - Method in class com.jformdesigner.model.FormContainer
Returns the form layout manager used by this form container.
getLayout() - Method in class com.jformdesigner.model.FormLayoutConstraints
Returns the form layout manager for this object.
getLayoutClass() - Method in class com.jformdesigner.model.FormLayoutManager
Returns the layout manager class.
getLength() - Method in class com.jformdesigner.model.FormMessageArray
 
getList(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getListener() - Method in class com.jformdesigner.model.FormEvent
Returns the name of the listener interface (e.g.
getListenerMethod() - Method in class com.jformdesigner.model.FormEvent
Returns the name of the method in the listener interface that should trigger the handler (e.g.
getLoader() - Method in class com.jformdesigner.runtime.FormCreator
Returns the class loader used to load components.
getLocale() - Method in class com.jformdesigner.runtime.FormCreator
Returns the locale used to load resource bundles.
getMaxWidth() - Method in class com.jformdesigner.model.SwingTableColumn
Returns the maximum width of this column or 0 if not specified.
getMenu(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getMenuBar() - Method in class com.jformdesigner.model.FormContainer
Returns the menu bar of this form container.
getMenuBar(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getMenuBarAndComponents() - Method in class com.jformdesigner.model.FormContainer
Returns the menu bar and all form components in this form container.
getMenuBarOwner() - Method in class com.jformdesigner.model.FormContainer
Returns the owner of a menu bar.
getMenuItem(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getMessage(int) - Method in class com.jformdesigner.model.FormMessageArray
 
getMinWidth() - Method in class com.jformdesigner.model.SwingTableColumn
Returns the minimum width of this column or 0 if not specified.
getModel() - Method in class com.jformdesigner.model.FormComponent
Returns the form model of this form component.
getModel() - Method in class com.jformdesigner.runtime.FormCreator
Returns the form model.
getName() - Method in class com.jformdesigner.model.FormBindingGroup
Returns the name of this binding group.
getName() - Method in class com.jformdesigner.model.FormComponent
Returns the name of this form component.
getName() - Method in class com.jformdesigner.model.FormReference
Returns the name of the referenced form component.
getName() - Method in class com.jformdesigner.model.SwingIcon
Returns the icon name.
getNameChange() - Method in class com.jformdesigner.model.SwingDerivedFont
Returns the new font name; or null.
getNames() - Method in class com.jformdesigner.model.FormModel
Returns all form component names used in this form model.
getPanel(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getParent() - Method in class com.jformdesigner.model.FormComponent
Returns the parent of this form component.
getPassParams() - Method in class com.jformdesigner.model.FormEvent
Returns whether the listener method parameters should passed to the handler method.
getPasswordField(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getPopupMenu(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getPreferredWidth() - Method in class com.jformdesigner.model.SwingTableColumn
Returns the preferred width of this column or 0 if not specified.
getProgressBar(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getProperties() - Method in class com.jformdesigner.model.FormObject
Returns an iterator over the properties in this object.
getProperty(String) - Method in class com.jformdesigner.model.FormObject
Returns the value of a property (or null if inexistent).
getProperty(String, Object) - Method in class com.jformdesigner.model.FormObject
Returns the value of a property (or def if inexistent).
getPropertyBoolean(String) - Method in class com.jformdesigner.model.FormObject
Convenience method to get a boolean property value.
getPropertyBoolean(String, boolean) - Method in class com.jformdesigner.model.FormObject
Convenience method to get a boolean property value.
getPropertyCount() - Method in class com.jformdesigner.model.FormObject
Returns the number of properties in this object.
getPropertyDouble(String) - Method in class com.jformdesigner.model.FormObject
Convenience method to get a double property value.
getPropertyDouble(String, double) - Method in class com.jformdesigner.model.FormObject
Convenience method to get a double property value.
getPropertyInt(String) - Method in class com.jformdesigner.model.FormObject
Convenience method to get an integer property value.
getPropertyInt(String, int) - Method in class com.jformdesigner.model.FormObject
Convenience method to get an integer property value.
getPropertyName() - Method in class com.jformdesigner.model.FormEvent
Returns the property name used to add PropertyChangeListeners.
getPropertyNames() - Method in class com.jformdesigner.model.FormObject
Returns an iterator over the property names in this object.
getPropertyString(String) - Method in class com.jformdesigner.model.FormObject
Convenience method to get a String property value.
getPropertyString(String, String) - Method in class com.jformdesigner.model.FormObject
Convenience method to get a String property value.
getRadioButton(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getRadioButtonMenuItem(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getReferenceCount() - Method in class com.jformdesigner.model.FormObject
For internal use only.
getResizable() - Method in class com.jformdesigner.model.SwingTableColumn
Returns whether the user is allowed to resize this column.
getRoot() - Method in class com.jformdesigner.model.FormBindingGroup
Returns the form root of this form binding group.
getRoot() - Method in class com.jformdesigner.model.FormModel
Returns the root of this form model.
getScrollBar(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getScrollPane(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getSeparator(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getSizeChange() - Method in class com.jformdesigner.model.SwingDerivedFont
Returns the absolute or relative font size; or zero.
getSlider(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getSource() - Method in class com.jformdesigner.model.FormBinding
 
getSourcePath() - Method in class com.jformdesigner.model.FormBinding
 
getSpinner(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getSplitPane(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getStyleChange() - Method in class com.jformdesigner.model.SwingDerivedFont
Returns the font style change; or zero.
getTabbedPane(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getTable(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getTarget() - Method in class com.jformdesigner.model.FormBinding
 
getTarget() - Method in class com.jformdesigner.runtime.FormCreator
Returns the object that handles events.
getTargetPath() - Method in class com.jformdesigner.model.FormBinding
 
getTextArea(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getTextField(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getTextPane(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getToggleButton(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getToolBar(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getTree(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.
getType() - Method in class com.jformdesigner.model.SwingIcon
getValues() - Method in class com.jformdesigner.model.SwingTableColumn
Returns the allowed values of this column or null.
getWindow(String) - Method in class com.jformdesigner.runtime.FormCreator
Returns the component for the specified name.

H

hasAuxiliary() - Method in class com.jformdesigner.model.FormComponent
Returns whether this form component has auxiliary properties or not.
hashCode() - Method in class com.jformdesigner.model.FormObject
Final method disallows overriding.
hashCode() - Method in class com.jformdesigner.model.SwingBorder
Returns the hash code for this object.
hashCode() - Method in class com.jformdesigner.model.SwingColor
Returns the hash code for this object.
hashCode() - Method in class com.jformdesigner.model.SwingDerivedFont
Returns the hash code for this object.
hashCode() - Method in class com.jformdesigner.model.SwingFont
Returns the hash code for this object.
hashCode() - Method in class com.jformdesigner.model.SwingIcon
Returns the hash code for this object.

I

IFormMessage - Interface in com.jformdesigner.model
 
isAbsoluteSize() - Method in class com.jformdesigner.model.SwingDerivedFont
Returns whether the size changes absolute or relative.
isBorderOpaque() - Method in class com.jformdesigner.model.SwingBorder
 
isCellEditable(int, int) - Method in class com.jformdesigner.model.SwingTableModel
Returns true if the specified column is editable.
isColumnEditable(int) - Method in class com.jformdesigner.model.SwingTableModel
Returns true if the cells in the specified column are editable.
isEqual(FormLayoutConstraints) - Method in class com.jformdesigner.model.FormLayoutConstraints
Compares this constraints with the given constraints.
isRefactoring() - Method in class com.jformdesigner.model.FormModel
For internal use only.
isSetComponentNames() - Method in class com.jformdesigner.runtime.FormCreator
Returns whether Component.setName(String) will be invoked on all components of the form.
isUndoRecording() - Method in class com.jformdesigner.model.FormModel
For internal use only.
iterator() - Method in class com.jformdesigner.model.FormLayoutManager
Returns an iterator over the constraints in this object.

L

load(String) - Static method in class com.jformdesigner.runtime.FormLoader
Loads a form model from the specified resource using the default class loader.
load(String, ClassLoader) - Static method in class com.jformdesigner.runtime.FormLoader
Loads a form model from the specified resource using the specified class loader.
load(File) - Static method in class com.jformdesigner.runtime.FormLoader
Loads a form model from the specified file.
load(InputStream) - Static method in class com.jformdesigner.runtime.FormLoader
Loads a form model from the given input stream.
load(InputStream, ClassLoader) - Static method in class com.jformdesigner.runtime.FormLoader
Loads a form model from the given input stream.

M

MultiException - Exception in com.jformdesigner.runtime
Thrown when problems occurred while decoding or encoding a JFormDesigner .jfd file.
MultiException(String, Exception[]) - Constructor for exception com.jformdesigner.runtime.MultiException
Constructs a MultiException.
MultiException(String, String, Exception[]) - Constructor for exception com.jformdesigner.runtime.MultiException
Constructs a MultiException.

N

newComponentInstance(Class<?>, String) - Method in class com.jformdesigner.runtime.FormCreator
Creates a new instance of the given bean class.
NoSuchComponentException - Exception in com.jformdesigner.runtime
Thrown when a particular component cannot be found.
NoSuchComponentException(String) - Constructor for exception com.jformdesigner.runtime.NoSuchComponentException
Constructs a NoSuchComponentException with a detail message.
NULL_VALUE - Static variable in class com.jformdesigner.model.FormObject
A property value that explicitly sets a property to null.

P

paintBorder(Component, Graphics, int, int, int, int) - Method in class com.jformdesigner.model.SwingBorder
 
paintIcon(Component, Graphics, int, int) - Method in class com.jformdesigner.model.SwingIcon
 
PROP_BOUND - Static variable in class com.jformdesigner.model.FormBindingGroup
 
PROP_NAME - Static variable in class com.jformdesigner.model.FormBindingGroup
 
PROP_SOURCE - Static variable in class com.jformdesigner.model.FormBinding
 
PROP_SOURCE_PATH - Static variable in class com.jformdesigner.model.FormBinding
 
PROP_TARGET - Static variable in class com.jformdesigner.model.FormBinding
 
PROP_TARGET_PATH - Static variable in class com.jformdesigner.model.FormBinding
 
PROP_VALUE - Static variable in class com.jformdesigner.model.FormLayoutConstraints
 
properties() - Method in class com.jformdesigner.model.FormObject
Returns an iterator over the properties in this object.
propertyNames() - Method in class com.jformdesigner.model.FormObject
Returns an iterator over the property names in this object.
putClientProperty(Object, Object) - Method in class com.jformdesigner.model.FormObject
For internal use only.

R

registerPersistenceDelegates(Map<String, PersistenceDelegate>) - Static method in class com.jformdesigner.runtime.FormSaver
 
remove(FormComponent) - Method in class com.jformdesigner.model.FormContainer
Removes the specified form component from this form container.
remove(int) - Method in class com.jformdesigner.model.FormContainer
Removes the form component at the specified index from this form container.
remove(String) - Method in class com.jformdesigner.model.FormContainer
Removes the form component with the specified name from this form container.
removeAll() - Method in class com.jformdesigner.model.FormContainer
Removes add children from this form container.
removeBinding(FormBinding) - Method in class com.jformdesigner.model.FormBindingGroup
Removes the specified form binding from this form binding group.
removeBinding(int) - Method in class com.jformdesigner.model.FormBindingGroup
Removes the form binding at the specified index from this form binding group.
removeBindingGroup(FormBindingGroup) - Method in class com.jformdesigner.model.FormRoot
Removes the specified form binding group from this form root.
removeBindingGroup(int) - Method in class com.jformdesigner.model.FormRoot
Removes the form binding group at the specified index from this form root.
removeEvent(FormEvent) - Method in class com.jformdesigner.model.FormComponent
Removes the specified form event from this form component.
removeEvent(int) - Method in class com.jformdesigner.model.FormComponent
Removes the form event at the specified index from this form component.
runWithoutUndoRecording(Runnable) - Method in class com.jformdesigner.model.FormModel
For internal use only.

S

save(FormModel, OutputStream) - Static method in class com.jformdesigner.runtime.FormSaver
Saves a form model to the given output stream.
set_ClassLoader(ClassLoader) - Method in class com.jformdesigner.model.FormModel
For internal use only.
set_EventProvider(FormModelEventProvider) - Method in class com.jformdesigner.model.FormModel
For internal use only.
setClassName(String) - Method in class com.jformdesigner.model.FormComponent
Sets the class name of this form component.
setColumnCount(int) - Method in class com.jformdesigner.model.SwingTableModel
Sets the number of columns in the model.
setConstraints(FormComponent, FormLayoutConstraints) - Method in class com.jformdesigner.model.FormLayoutManager
Sets the form layout constraints for a form component.
setContentType(String) - Method in class com.jformdesigner.model.FormModel
Sets the content type of the form model.
setHandler(String) - Method in class com.jformdesigner.model.FormEvent
Sets the name of the event handler method.
setLayout(FormLayoutManager) - Method in class com.jformdesigner.model.FormContainer
Sets the form layout manager for this form container.
setMenuBar(FormContainer) - Method in class com.jformdesigner.model.FormContainer
Sets the menu bar of this form container.
setName(String) - Method in class com.jformdesigner.model.FormComponent
Sets the name of this form component.
setPassParams(boolean) - Method in class com.jformdesigner.model.FormEvent
Sets whether the listener method parameters should passed to the handler method.
setProperty(String, Object) - Method in class com.jformdesigner.model.FormObject
Sets the value of a property.
setProperty(String, int, Object) - Method in class com.jformdesigner.model.FormObject
Sets the value of a property.
setProperty(String, Object, Object) - Method in class com.jformdesigner.model.FormObject
Sets the value of a property.
setPropertyBoolean(String, boolean) - Method in class com.jformdesigner.model.FormObject
Convenience method to set a boolean property value.
setPropertyBoolean(String, boolean, boolean) - Method in class com.jformdesigner.model.FormObject
Convenience method to set a boolean property value.
setPropertyDouble(String, double) - Method in class com.jformdesigner.model.FormObject
Convenience method to set a double property value.
setPropertyDouble(String, double, double) - Method in class com.jformdesigner.model.FormObject
Convenience method to set a double property value.
setPropertyInt(String, int) - Method in class com.jformdesigner.model.FormObject
Convenience method to set an integer property value.
setPropertyInt(String, int, int) - Method in class com.jformdesigner.model.FormObject
Convenience method to set an integer property value.
setPropertyName(String) - Method in class com.jformdesigner.model.FormEvent
Sets the property name used to add PropertyChangeListeners.
setPropertyString(String, String) - Method in class com.jformdesigner.model.FormObject
Convenience method to set an String property value.
setRefactoring(boolean) - Method in class com.jformdesigner.model.FormModel
For internal use only.
setRoot(FormRoot) - Method in class com.jformdesigner.model.FormModel
Sets the root of this form model.
setSetComponentNames(boolean) - Method in class com.jformdesigner.runtime.FormCreator
Sets whether Component.setName(String) will be invoked on all components of the form.
setTarget(Object) - Method in class com.jformdesigner.runtime.FormCreator
Set the object that will handle events.
setUndoRecording(boolean) - Method in class com.jformdesigner.model.FormModel
For internal use only.
SWING - Static variable in class com.jformdesigner.model.SwingIcon
 
SwingBorder - Class in com.jformdesigner.model
Used to specify borders from the Swing UI (look and feel) resources.
SwingBorder(String) - Constructor for class com.jformdesigner.model.SwingBorder
Constructs a border from the Swing UI resources.
SwingBorder(String, Border) - Constructor for class com.jformdesigner.model.SwingBorder
For internal use only.
SwingColor - Class in com.jformdesigner.model
Used to specify colors from the Swing color palette.
SwingColor(String) - Constructor for class com.jformdesigner.model.SwingColor
Constructs a color from the Swing color palette.
SwingColor(String, Color) - Constructor for class com.jformdesigner.model.SwingColor
For internal use only.
SwingDerivedFont - Class in com.jformdesigner.model
Used to specify derived fonts.
SwingDerivedFont(String, int, int, boolean) - Constructor for class com.jformdesigner.model.SwingDerivedFont
Constructs a derived font.
SwingDerivedFont(Font, String, int, int, boolean) - Constructor for class com.jformdesigner.model.SwingDerivedFont
Constructs a derived font based on the given font.
SwingFont - Class in com.jformdesigner.model
Used to specify fonts from the Swing font palette.
SwingFont(String) - Constructor for class com.jformdesigner.model.SwingFont
Constructs a font from the Swing font palette.
SwingIcon - Class in com.jformdesigner.model
Used to specify a Icon.
SwingIcon(int, String) - Constructor for class com.jformdesigner.model.SwingIcon
Constructs a icon.
SwingResource - Interface in com.jformdesigner.model
 
SwingTableColumn - Class in com.jformdesigner.model
Used for TableModels in JFormDesigner forms to specify additional information for columns, which are not supported by DefaultTableModel.
SwingTableColumn(Object[], int, int, int, boolean) - Constructor for class com.jformdesigner.model.SwingTableColumn
Constructs a column.
SwingTableModel - Class in com.jformdesigner.model
Used for TableModels in JFormDesigner forms.
SwingTableModel() - Constructor for class com.jformdesigner.model.SwingTableModel
Constructs a default SwingTableModel that has zero columns and rows.
SwingTableModel(Vector<? extends Vector>, Vector<String>) - Constructor for class com.jformdesigner.model.SwingTableModel
Constructs a SwingTableModel and initializes it with the specified data and column names.
SwingTableModel(Vector<? extends Vector>, Vector<String>, Vector<Class<?>>, Vector<Boolean>) - Constructor for class com.jformdesigner.model.SwingTableModel
Constructs a SwingTableModel and initializes it with the specified data, column names, column types and column editable flags.
SwingTableModel(Vector<? extends Vector>, Vector<String>, Vector<Class<?>>, Vector<Boolean>, Vector<SwingTableColumn>) - Constructor for class com.jformdesigner.model.SwingTableModel
Constructs a SwingTableModel and initializes it with the specified data, column names, column types, column editable flags and additional column infos.
SwingTableModel(Object[][], Object[]) - Constructor for class com.jformdesigner.model.SwingTableModel
Constructs a SwingTableModel and initializes it with the specified data and column names.
SwingTableModel(SwingTableModel) - Constructor for class com.jformdesigner.model.SwingTableModel
Copy constructor.

T

toString() - Method in class com.jformdesigner.model.FormBinding
Returns a string representation of the object.
toString() - Method in class com.jformdesigner.model.FormBindingGroup
Returns a string representation of the object.
toString() - Method in class com.jformdesigner.model.FormComponent
Returns a string representation of the object.
toString() - Method in class com.jformdesigner.model.FormEvent
Returns a string representation of the object.
toString() - Method in class com.jformdesigner.model.FormLayoutConstraints
Returns a string representation of the object.
toString() - Method in class com.jformdesigner.model.FormLayoutManager
Returns a string representation of the object.
toString() - Method in class com.jformdesigner.model.FormMessage
 
toString() - Method in class com.jformdesigner.model.FormMessageArray
 
toString() - Method in class com.jformdesigner.model.FormObject
Returns a string representation of the object.
toString() - Method in class com.jformdesigner.model.FormReference
Returns a string representation of the object.
toString() - Method in class com.jformdesigner.model.SwingBorder
Returns a string representation of the object.
toString() - Method in class com.jformdesigner.model.SwingColor
Returns a string representation of the object.
toString() - Method in class com.jformdesigner.model.SwingDerivedFont
Returns a string representation of the object.
toString() - Method in class com.jformdesigner.model.SwingFont
Returns a string representation of the object.
toString() - Method in class com.jformdesigner.model.SwingIcon
Returns a string representation of the object.

V

visit(FormBinding) - Method in interface com.jformdesigner.model.FormBindingVisitor
Visits the given form binding.
visit(FormComponent) - Method in interface com.jformdesigner.model.FormComponentVisitor
Visits the given form component.
A B C D E F G H I L M N P R S T V 
Skip navigation links
JFormDesigner 7 Runtime API

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