Uses of Class
net.sf.jguiraffe.gui.builder.components.FormBuilderException
-
Packages that use FormBuilderException Package Description net.sf.jguiraffe.gui.builder.action Theactionsub package of the builder contains interfaces and classes for dealing with actions and related objects during a builder operation.net.sf.jguiraffe.gui.builder.action.tags Here the tags for creating actions and related objects are defined.net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components.net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components.net.sf.jguiraffe.gui.builder.enablers A package with classes for enabling or disabling other elements.net.sf.jguiraffe.gui.builder.window The interfaces and classes in this package support the creation of several types of windows in builder scripts.net.sf.jguiraffe.gui.builder.window.tags A package with tag handler classes for creating window components. -
-
Uses of FormBuilderException in net.sf.jguiraffe.gui.builder.action
Subclasses of FormBuilderException in net.sf.jguiraffe.gui.builder.action Modifier and Type Class Description classFormActionExceptionAn exception class indicating a problem with the form action framework. -
Uses of FormBuilderException in net.sf.jguiraffe.gui.builder.action.tags
Methods in net.sf.jguiraffe.gui.builder.action.tags that throw FormBuilderException Modifier and Type Method Description protected ObjectToolbarTag. createComponent(ComponentManager manager, boolean create)Creates the toolbar component.protected EventListenerEventListenerTag. createEventListener()Creates an event listener object for all listener types that have been added to this tag.protected EventListenerEventListenerTag. createEventListener(Class<?>[] listenerClasses)Creates an event listener proxy for all event listener classes in the specified array.protected FormActionEventListenerTag. fetchAction()Tries to obtain the action that is to be invoked by the event listener.protected voidActionControlTag. process()Executes this tag.protected voidActionDataTag. process()Executes this tag.protected voidActionTag. process()Executes this task.protected voidEventListenerTag. process()Executes this tag.protected voidEventListenerTypeTag. process()Executes this tag.protected voidMenuBarTag. process()Executes this tag.protected voidMenuTag. process()Executes this tag.protected voidSeparatorTag. process()Executes this tag.protected voidAbstractActionDataTag. processBeforeBody()Performs processing before the body of this tag gets executed.protected voidEventListenerTag. processBeforeBody()Performs processing before the tag's body is evaluated.protected voidMenuBarTag. processBeforeBody()Executes this tag before its body was processed.protected voidMenuTag. processBeforeBody()Executes this tag before its body is processed.protected abstract booleanEventListenerTag. registerListener(EventListener listener)Registers the event listener.protected booleanFormEventListenerTag. registerListener(EventListener listener)Registers the specified event listener. -
Uses of FormBuilderException in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components that throw FormBuilderException Modifier and Type Method Description voidComponentBuilderCallBack. callBack(ComponentBuilderData builderData, Object params)Executes the call back.ObjectComponentManager. createBorderLayout(BorderLayoutTag tag)Creates a border layout object whose parameters are obtained form the specified tag.ObjectComponentManagerWrapper. createBorderLayout(BorderLayoutTag tag)Creates a border layout object whose parameters are obtained form the specified tag.ComponentHandler<Boolean>ComponentManager. createButton(ButtonTag tag, boolean create)Creates a button component.ComponentHandler<Boolean>ComponentManagerWrapper. createButton(ButtonTag tag, boolean create)Creates a button component.ObjectComponentManager. createButtonLayout(ButtonLayoutTag tag)Creates a button layout object whose parameters are obtained from the specified tag.ObjectComponentManagerWrapper. createButtonLayout(ButtonLayoutTag tag)Creates a button layout object whose parameters are obtained from the specified tag.ComponentHandler<Boolean>ComponentManager. createCheckbox(CheckboxTag tag, boolean create)Creates a component handler that wraps a checkbox.ComponentHandler<Boolean>ComponentManagerWrapper. createCheckbox(CheckboxTag tag, boolean create)Creates a component handler that wraps a checkbox.ComponentHandler<Object>ComponentManager. createComboBox(ComboBoxTag tag, boolean create)Creates a component handler that wraps a combo box.ComponentHandler<Object>ComponentManagerWrapper. createComboBox(ComboBoxTag tag, boolean create)Creates a component handler that wraps a combo box.ObjectComponentManager. createDesktopPanel(DesktopPanelTag tag, boolean create)Creates a desktop panel whose parameters are obtained from the specified tag.ObjectComponentManagerWrapper. createDesktopPanel(DesktopPanelTag tag, boolean create)Creates a desktop panel whose parameters are obtained from the specified tag.FieldHandlerDefaultFieldHandlerFactory. createFieldHandler(InputComponentTag tag, ComponentHandler<?> componentHandler)Creates a new field handler object for the specified input component tag.FieldHandlerFieldHandlerFactory. createFieldHandler(InputComponentTag tag, ComponentHandler<?> componentHandler)Creates a new field handler object.ObjectComponentManager. createFont(FontTag tag)Creates a font object from the data specified by the givenFontTag.ObjectComponentManagerWrapper. createFont(FontTag tag)Creates a font object from the data specified by the givenFontTag.static ComponentGroupComponentGroup. createGroup(org.apache.commons.jelly.JellyContext context, String name)Creates a newComponentGroupinstance and stores it in the specified context.ObjectComponentManager. createIcon(Locator locator)Creates an icon object with the data obtained from the specifiedLocatorObjectComponentManagerWrapper. createIcon(Locator locator)Creates an icon object with the data obtained from the specifiedLocatorObjectComponentManager. createLabel(LabelTag tag, boolean create)Creates a label object.ObjectComponentManagerWrapper. createLabel(LabelTag tag, boolean create)Creates a label object.ComponentHandler<Object>ComponentManager. createListBox(ListBoxTag tag, boolean create)Creates a component handler that wraps a list box.ComponentHandler<Object>ComponentManagerWrapper. createListBox(ListBoxTag tag, boolean create)Creates a component handler that wraps a list box.ObjectComponentManager. createPanel(PanelTag tag, boolean create)Creates a panel whose parameters are obtained from the specified tag.ObjectComponentManagerWrapper. createPanel(PanelTag tag, boolean create)Creates a panel whose parameters are obtained from the specified tag.ComponentHandler<String>ComponentManager. createPasswordField(PasswordFieldTag tag, boolean create)Creates aComponentHandlerthat wraps a password text field.ComponentHandler<String>ComponentManagerWrapper. createPasswordField(PasswordFieldTag tag, boolean create)Creates aComponentHandlerthat wraps a password text field.ObjectComponentManager. createPercentLayout(PercentLayoutTag tag)Creates a percent layout object whose parameters are obtained from the specified tag.ObjectComponentManagerWrapper. createPercentLayout(PercentLayoutTag tag)Creates a percent layout object whose parameters are obtained from the specified tag.ComponentHandler<Integer>ComponentManager. createProgressBar(ProgressBarTag tag, boolean create)Creates a component handler that wraps a progress bar element.ComponentHandler<Integer>ComponentManagerWrapper. createProgressBar(ProgressBarTag tag, boolean create)Creates a component handler that wraps a progress bar element.ComponentHandler<Boolean>ComponentManager. createRadioButton(RadioButtonTag tag, boolean create)Creates a component handler that wraps a radio button.ComponentHandler<Boolean>ComponentManagerWrapper. createRadioButton(RadioButtonTag tag, boolean create)Creates a component handler that wraps a radio button.ObjectComponentManager. createRadioGroup(Map<String,Object> radioButtons)Creates a radio group which contains the radio buttons stored in the passed in map.ObjectComponentManagerWrapper. createRadioGroup(Map<String,Object> radioButtons)Creates a radio group which contains the radio buttons stored in the passed in map.ComponentHandler<Integer>ComponentManager. createSlider(SliderTag tag, boolean create)Creates a component handler that wraps a slider component.ComponentHandler<Integer>ComponentManagerWrapper. createSlider(SliderTag tag, boolean create)Creates a component handler that wraps a slider component.ObjectComponentManager. createSplitter(SplitterTag tag, boolean create)Creates a splitter whose parameters are obtained from the specified tag.ObjectComponentManagerWrapper. createSplitter(SplitterTag tag, boolean create)Creates a splitter whose parameters are obtained from the specified tag.ComponentHandler<StaticTextData>ComponentManager. createStaticText(StaticTextTag tag, boolean create)Creates a component handler that wraps a static text element.ComponentHandler<StaticTextData>ComponentManagerWrapper. createStaticText(StaticTextTag tag, boolean create)Creates a component handler that wraps a static text element.ComponentHandler<Integer>ComponentManager. createTabbedPane(TabbedPaneTag tag, boolean create)Creates a component handler that wraps a tabbed pane.ComponentHandler<Integer>ComponentManagerWrapper. createTabbedPane(TabbedPaneTag tag, boolean create)Creates a component handler that wraps a tabbed pane.ComponentHandler<Object>ComponentManager. createTable(TableTag tag, boolean create)Creates a table based on the information stored in the passed in table tag.ComponentHandler<Object>ComponentManagerWrapper. createTable(TableTag tag, boolean create)Creates a table based on the information stored in the passed in table tag.ComponentHandler<String>ComponentManager. createTextArea(TextAreaTag tag, boolean create)Creates a component handler that wraps a text area.ComponentHandler<String>ComponentManagerWrapper. createTextArea(TextAreaTag tag, boolean create)Creates a component handler that wraps a text area.ComponentHandler<String>ComponentManager. createTextField(TextFieldTag tag, boolean create)Creates a component handler that wraps a text field.ComponentHandler<String>ComponentManagerWrapper. createTextField(TextFieldTag tag, boolean create)Creates a component handler that wraps a text field.ComponentHandler<Boolean>ComponentManager. createToggleButton(ToggleButtonTag tag, boolean create)Creates a toggle button component.ComponentHandler<Boolean>ComponentManagerWrapper. createToggleButton(ToggleButtonTag tag, boolean create)Creates a toggle button component.ComponentHandler<Object>ComponentManager. createTree(TreeTag tag, boolean create)Creates a tree component based on the information stored in the passed in tree tag.ComponentHandler<Object>ComponentManagerWrapper. createTree(TreeTag tag, boolean create)Creates a tree component based on the information stored in the passed in tree tag.voidComponentGroup. enableGroup(ComponentBuilderData data, boolean enabled)Changes the enabled state of thisComponentGroup.Map<String,ComponentHandler<?>>ComponentGroup. getComponentHandlers(ComponentBuilderData data)Returns a map with theComponentHandlerobjects of the components this group refers to.Map<String,Object>ComponentGroup. getComponents(ComponentBuilderData data)Returns a map with all components this group refers to.static OrientationOrientation. getOrientation(String value)Transforms the given string value into an instance of this enumeration class.static OrientationOrientation. getOrientation(String value, Orientation defaultOrientation)Transforms the given string value into an instance of this enumeration class, using the defaultOrientationif the string value is null.static ColorColorHelper. getPredefinedColor(String name)Returns the predefined color with the given name.voidComponentBuilderData. invokeCallBacks()Invokes all call backs that are registered at this object for the current form context.voidComponentManager. linkLabel(Object label, Object component, String text)Associates a link with another component.voidComponentManagerWrapper. linkLabel(Object label, Object component, String text)Associates a link with another component.ComponentStoreComponentBuilderData. popComponentStore()Removes a component store from this object.FormComponentBuilderData. popFormContext()Removes the outer most form context.FormComponentBuilderData. popFormContext(Object source)Removes the outer most form context passing in information about the responsible source.static ColorColorHelper. resolveColor(String c)The main method for resolving a color definition. -
Uses of FormBuilderException in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that throw FormBuilderException Modifier and Type Method Description protected voidContainerTag. addComponents(ComponentManager manager, Object container, Collection<Object[]> comps)Adds the components of this container to the container widget.protected static <S> voidComponentHandlerTag. addComponentToCompositeHandler(ComponentBuilderData builderData, CompositeComponentHandler<?,S> handler, String compName)Helper method for adding theComponentHandlerof a component to aCompositeComponentHandler.protected static voidComponentHandlerTag. addGroupToCompositeHandler(ComponentBuilderData builderData, CompositeComponentHandler<?,?> handler, ComponentGroup group)Helper method for adding theComponentHandlerobjects for all components in the specified group to aCompositeComponentHandler.protected voidInputComponentTag. addToGroups(String groupNames)Adds this component's name to all groups in the given list.protected static NumberWithUnitFormBaseTag. convertToNumberWithUnit(String s)Converts a string attribute into the corresponding number with unit.protected static NumberWithUnitFormBaseTag. convertToNumberWithUnit(String s, NumberWithUnit defValue)Converts a string attribute into the correspondingNumberWithUnitreturning the default value if the attribute has not been set.protected BorderLayoutBorderLayoutTag. createBorderLayout()Creates the border layout object based on this tag's attributes.protected ButtonLayoutButtonLayoutTag. createButtonLayout()Creates the button layout object.protected ObjectContainerTag. createComponent(ComponentManager manager, boolean create)Creates and initializes the container.protected ObjectLabelTag. createComponent(ComponentManager manager, boolean create)Creates the label component.protected abstract ObjectSimpleComponentTag. createComponent(ComponentManager manager, boolean create)Creates a specific component.protected ComponentHandler<Object>ComboBoxTag. createComponentHandler(ComponentManager manager, boolean create)Creates the combo box component.protected ComponentHandler<?>FieldTag. createComponentHandler(ComponentManager manager, boolean create)Returns the component handler to be used by the component that is represented by this tag.protected abstract ComponentHandler<?>InputComponentTag. createComponentHandler(ComponentManager manager, boolean create)Creates the component handler used by this input component.protected ComponentHandler<?>ListBoxTag. createComponentHandler(ComponentManager manager, boolean create)Creates the list box component.protected ComponentHandler<?>PasswordFieldTag. createComponentHandler(ComponentManager manager, boolean create)Creates theComponentHandlerfor this task.protected ComponentHandler<?>ProgressBarTag. createComponentHandler(ComponentManager manager, boolean create)Creates a component handler for the represented component.protected ComponentHandler<?>PushButtonTag. createComponentHandler(ComponentManager manager, boolean create)Creates the component handler for the new input component.protected ComponentHandler<?>SliderTag. createComponentHandler(ComponentManager manager, boolean create)Creates aComponentHandlerfor the managed slider component.protected ComponentHandler<?>TabbedPaneTag. createComponentHandler(ComponentManager manager, boolean create)Creates the component handler object for the represented component.protected ComponentHandler<?>TextAreaTag. createComponentHandler(ComponentManager manager, boolean create)Creates a component handler for the text area defined by this tag.protected ComponentHandler<?>TextFieldTag. createComponentHandler(ComponentManager manager, boolean create)Creates the component handler for this text field.protected ComponentHandler<?>TreeTag. createComponentHandler(ComponentManager manager, boolean create)Creates the component handler for the tree component.protected ObjectBorderConstraintsTag. createConstraints(ComponentManager manager)Creates the constraints object.protected abstract ObjectConstraintsTag. createConstraints(ComponentManager manager)Creates the constraints object.protected ObjectPercentConstraintsTag. createConstraints(ComponentManager manager)Creates the constraints object.protected abstract ObjectContainerTag. createContainer(ComponentManager manager, boolean create, Collection<Object[]> components)Creates the container widget.protected ObjectDesktopPanelTag. createContainer(ComponentManager manager, boolean create, Collection<Object[]> components)Creates the container component.protected ObjectPanelTag. createContainer(ComponentManager manager, boolean create, Collection<Object[]> components)Creates the concrete container widget.protected ObjectSplitterTag. createContainer(ComponentManager manager, boolean create, Collection<Object[]> components)Creates the container component.protected ObjectTabTag. createContainer(ComponentManager manager, boolean create, Collection<Object[]> components)Creates the container object.protected FieldHandlerInputComponentTag. createFieldHandler(ComponentHandler<?> componentHandler)Creates a field handler object for the input component.protected ObjectFontTag. createFont(ComponentManager manager)Calls theComponentManagerto create the font represented by this tag.protected ObjectIconTag. createIcon()Creates the icon.protected ObjectBorderLayoutTag. createLayout(ComponentManager manager)Creates the border layout object.protected ObjectButtonLayoutTag. createLayout(ComponentManager manager)Creates the layout object.protected abstract ObjectLayoutTag. createLayout(ComponentManager manager)Creates the specific layout object.protected ObjectPercentLayoutTag. createLayout(ComponentManager manager)Creates the percent layout object.protected ComponentHandler<Boolean>ButtonTag. createPushButton(ComponentManager manager, boolean create)Creates the new command button component.protected ComponentHandler<Boolean>CheckboxTag. createPushButton(ComponentManager manager, boolean create)Creates the checkbox.protected abstract ComponentHandler<?>PushButtonTag. createPushButton(ComponentManager manager, boolean create)Creates the push button component of the correct type.protected ComponentHandler<?>RadioButtonTag. createPushButton(ComponentManager manager, boolean create)Creates the radio button.protected ComponentHandler<?>StaticTextTag. createPushButton(ComponentManager manager, boolean create)Creates the element.protected ComponentHandler<?>ToggleButtonTag. createPushButton(ComponentManager manager, boolean create)Creates the new toggle button component.Class<?>InputComponentTag. getComponentType()Returns the type of the field handler that is associated with this component.protected voidInputComponentTag. handleGroups()Handles the assignment of this component to component groups.static voidListModelUtils. initializeListModel(ListModelSupport modelSupport)Initializes theListModelfor the givenListModelSupportobject.protected voidComponentBaseTag. process()Performs processing of some default attributes.protected voidConstraintsTag. process()Executes this tag.protected voidFontTag. process()Processes this tag.protected abstract voidFormBaseTag. process()Executes this tag.protected voidIconTag. process()Executes this tag.protected voidInputComponentTag. process()Executes this tag.protected voidLayoutTag. process()Executes this tag.protected voidLocalizedTag. process()Executes this tag.protected voidPropertiesTag. process()Processes this tag.protected voidPropertyTag. process()Processes this tag.protected voidRadioGroupTag. process()Executes this tag.protected voidSimpleComponentTag. process()Executes this tag.protected voidTabbedPaneTag. process()Processes this tag.protected voidTreeIconTag. process()Executes this tag.protected voidButtonTag. processBeforeBody()Performs processing before this tag's body is evaluated.protected voidComponentGroupTag. processBeforeBody()Executes this tag before its body is processed.protected voidContainerTag. processBeforeBody()Callback before processing of the tag's body.protected voidFontTag. processBeforeBody()Performs processing before this tag's body is evaluated.protected voidFormBaseTag. processBeforeBody()Performs processing of this tag before its body is evaluated.protected voidInputComponentTag. processBeforeBody()Performs steps before evaluation of this tag's body.protected voidPropertiesTag. processBeforeBody()Processes this tag before its body gets executed.protected voidRadioButtonTag. processBeforeBody()Performs processing before the execution of the tag body.protected voidRadioGroupTag. processBeforeBody()Performs processing before the tag's body is evaluated.protected voidSimpleComponentTag. processBeforeBody()Callback before processing of the tag's body.protected voidSliderTag. processBeforeBody()Performs processing before evaluation of the tag body.protected voidSplitterTag. processBeforeBody()Performs processing before the evaluation of this tag's body.protected voidTreeTag. processBeforeBody()Performs pre-processing before the body of this tag is executed.protected voidPushButtonTag. validateTag()Validates the attributes of this tag.protected voidStaticTextTag. validateTag()Performs a validation for this tag. -
Uses of FormBuilderException in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table that throw FormBuilderException Modifier and Type Method Description protected voidColumnComponentTag. addComponents(ComponentManager manager, Object container, Collection<Object[]> comps)Adds the components defined by nested tags to this container tag.intTableFormController. calculateFixedColumnWidths(UnitSizeHandler sizeHandler, Object container)Determines the fixed size columns of the represented table and initializes their widths in theTableColumnWidthControllerof the current table.protected ComponentHandler<?>TableTag. createComponentHandler(ComponentManager manager, boolean create)Creates the table component.protected ObjectColumnComponentTag. createContainer(ComponentManager manager, boolean create, Collection<Object[]> components)Creates the container represented by this tag.TableColumnRecalibratorTableFormController. getColumnRecalibrator()Convenience method for querying theTableColumnRecalibrator.TableColumnWidthCalculatorTableFormController. getColumnWidthCalculator()Convenience method for querying theTableColumnWidthCalculator.TableColumnWidthControllerTableFormController. getColumnWidthController()Returns theTableColumnWidthControllerfor the represented table.TableColumnWidthControllerTableTag. getColumnWidthController()Returns theTableColumnWidthControllerfor the columns defined for this table.static TableColumnWidthControllerTableColumnWidthController. newInstance(TableTag tt)Creates a new instance ofTableColumnWidthControllerand initializes it with the information provided by the givenTableTag.protected voidTableTag. process()Processes this tag.protected voidColumnComponentTag. processBeforeBody()Performs processing before this tag's body is evaluated.protected voidTableColumnTag. processBeforeBody()Performs processing before the tag's body is evaluated.protected voidTableTag. processBeforeBody()Processes this tag before the body is executed. -
Uses of FormBuilderException in net.sf.jguiraffe.gui.builder.enablers
Methods in net.sf.jguiraffe.gui.builder.enablers that throw FormBuilderException Modifier and Type Method Description voidActionEnabler. setEnabledState(ComponentBuilderData compData, boolean state)Performs the change of the enabled state.voidActionGroupEnabler. setEnabledState(ComponentBuilderData compData, boolean state)Performs the change of the enabled state.voidChainElementEnabler. setEnabledState(ComponentBuilderData compData, boolean state)Performs the change of the enabled state.voidComponentEnabler. setEnabledState(ComponentBuilderData compData, boolean state)Performs the change of the enabled state.voidElementEnabler. setEnabledState(ComponentBuilderData compData, boolean state)Changes the enabled state of the element thisElementEnableris responsible for.voidInverseEnabler. setEnabledState(ComponentBuilderData compData, boolean state)Performs the change of the enabled state.voidNullEnabler. setEnabledState(ComponentBuilderData compData, boolean state)Changes the enabled state of the element thisElementEnableris responsible for. -
Uses of FormBuilderException in net.sf.jguiraffe.gui.builder.window
Subclasses of FormBuilderException in net.sf.jguiraffe.gui.builder.window Modifier and Type Class Description classWindowBuilderExceptionA specialized exception class used for reporting error conditions related to the window builder. -
Uses of FormBuilderException in net.sf.jguiraffe.gui.builder.window.tags
Methods in net.sf.jguiraffe.gui.builder.window.tags that throw FormBuilderException Modifier and Type Method Description protected ObjectWindowBaseTag. createContainer(ComponentManager manager, boolean create, Collection<Object[]> components)Creates the window container.protected voidWindowBaseTag. process()Executes this tag.protected booleanWindowListenerTag. registerListener(EventListener listener)Registers the event listener.
-