Uses of Interface
net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Packages that use WidgetHandler Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components. -
-
Uses of WidgetHandler in net.sf.jguiraffe.gui.builder.components
Classes in net.sf.jguiraffe.gui.builder.components that implement WidgetHandler Modifier and Type Class Description classRadioGroupWidgetHandlerA specializedWidgetHandlerimplementation for radio groups.Methods in net.sf.jguiraffe.gui.builder.components that return WidgetHandler Modifier and Type Method Description WidgetHandlerComponentBuilderData. getWidgetHandler(String name)Returns aWidgetHandlerfor accessing the component with the given name.WidgetHandlerComponentManager. getWidgetHandlerFor(Object component)Returns aWidgetHandlerfor the specified component.WidgetHandlerComponentManagerWrapper. getWidgetHandlerFor(Object component)Returns aWidgetHandlerfor the specified component.WidgetHandlerComponentBuilderData. getWidgetHandlerForComponent(Object component)Returns aWidgetHandlerobject for the specified component.Methods in net.sf.jguiraffe.gui.builder.components that return types with arguments of type WidgetHandler Modifier and Type Method Description List<WidgetHandler>RadioGroupWidgetHandler. getRadioButtons()Returns a (unmodifiable) list with the widget handlers of the radio buttons managed by this object.Constructor parameters in net.sf.jguiraffe.gui.builder.components with type arguments of type WidgetHandler Constructor Description RadioGroupWidgetHandler(Object group, Collection<? extends WidgetHandler> radios, String toolTipSeparator)Creates a new instance ofRadioGroupWidgetHandlerthat handles the given collection of radio buttons.
-