Uses of Class
net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Packages that use ComponentBuilderData 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.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.enablers A package with classes for enabling or disabling other elements.net.sf.jguiraffe.gui.builder.impl Here default implementations of theBuilderinterfaces can be found.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.ctrl This package contains classes and interfaces for the implementation of form controllers.net.sf.jguiraffe.gui.builder.window.tags A package with tag handler classes for creating window components. -
-
Uses of ComponentBuilderData in net.sf.jguiraffe.gui.builder.action
Methods in net.sf.jguiraffe.gui.builder.action with parameters of type ComponentBuilderData Modifier and Type Method Description protected voidSimplePopupMenuHandler. addAction(PopupMenuBuilder builder, ComponentBuilderData compData, FormAction action)Adds an action to the menu constructed by this handler.protected voidSimplePopupMenuHandler. addMenuElement(PopupMenuBuilder builder, ComponentBuilderData compData, Object element)Adds an element to the menu to be constructed.protected voidSimplePopupMenuHandler. addSeparator(PopupMenuBuilder builder, ComponentBuilderData compData)Adds a separator to the menu constructed by this handler.protected voidSimplePopupMenuHandler. addSubMenu(PopupMenuBuilder builder, ComponentBuilderData compData, SimplePopupMenuHandler subHandler)Adds a sub menu to the menu constructed by this handler.voidPopupMenuHandler. constructPopup(PopupMenuBuilder builder, ComponentBuilderData compData)Asks this handler to create a popup menu using the specifiedPopupMenuBuilder.voidSimplePopupMenuHandler. constructPopup(PopupMenuBuilder builder, ComponentBuilderData compData)Constructs the menu.voidActionManager. registerPopupMenuHandler(Object component, PopupMenuHandler handler, ComponentBuilderData compData)Registers the specifiedPopupMenuHandlerat the given UI component.voidActionManagerWrapper. registerPopupMenuHandler(Object component, PopupMenuHandler handler, ComponentBuilderData compData)Registers the specifiedPopupMenuHandlerat the given UI component. -
Uses of ComponentBuilderData in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components that return ComponentBuilderData Modifier and Type Method Description static ComponentBuilderDataComponentBuilderData. get(org.apache.commons.jelly.JellyContext ctx)Returns the instance of this class stored in the specified Jelly context.ComponentBuilderDataDefaultToolTipManager. getComponentBuilderData()Returns the associatedComponentBuilderData.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type ComponentBuilderData Modifier and Type Method Description voidComponentBuilderCallBack. callBack(ComponentBuilderData builderData, Object params)Executes the call back.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.Constructors in net.sf.jguiraffe.gui.builder.components with parameters of type ComponentBuilderData Constructor Description DefaultToolTipManager(ComponentBuilderData compData)Creates a new instance ofDefaultToolTipManagerand initializes it with the givenComponentBuilderDataobject. -
Uses of ComponentBuilderData in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return ComponentBuilderData Modifier and Type Method Description protected ComponentBuilderDataFormBaseTag. getBuilderData()Returns the currentobject for this builder operation.ComponentBuilderDatastatic ComponentBuilderDataFormBaseTag. getBuilderData(org.apache.commons.jelly.JellyContext context)Returns the currentComponentBuilderDataobject from the context.Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type ComponentBuilderData Modifier and Type Method Description 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. -
Uses of ComponentBuilderData in net.sf.jguiraffe.gui.builder.enablers
Methods in net.sf.jguiraffe.gui.builder.enablers with parameters of type ComponentBuilderData 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 ComponentBuilderData in net.sf.jguiraffe.gui.builder.impl
Methods in net.sf.jguiraffe.gui.builder.impl that return ComponentBuilderData Modifier and Type Method Description protected ComponentBuilderDataJellyBuilder. createComponentBuilderData(BuilderData data, Object rootContainer)Creates the component builder data object for the current builder process. -
Uses of ComponentBuilderData in net.sf.jguiraffe.gui.builder.window
Methods in net.sf.jguiraffe.gui.builder.window that return ComponentBuilderData Modifier and Type Method Description ComponentBuilderDataWindowData. getComponentBuilderData()Returns the currentComponentBuilderDataobject. -
Uses of ComponentBuilderData in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return ComponentBuilderData Modifier and Type Method Description ComponentBuilderDataFormController. getComponentBuilderData()Returns theComponentBuilderDataobject.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type ComponentBuilderData Modifier and Type Method Description voidFormController. setComponentBuilderData(ComponentBuilderData componentBuilderData)Sets theComponentBuilderDataobject. -
Uses of ComponentBuilderData in net.sf.jguiraffe.gui.builder.window.tags
Methods in net.sf.jguiraffe.gui.builder.window.tags that return ComponentBuilderData Modifier and Type Method Description ComponentBuilderDataWindowBaseTag. getComponentBuilderData()Returns the currentComponentBuilderDataobject.
-