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 class
RadioGroupWidgetHandler
A specializedWidgetHandler
implementation for radio groups.Methods in net.sf.jguiraffe.gui.builder.components that return WidgetHandler Modifier and Type Method Description WidgetHandler
ComponentBuilderData. getWidgetHandler(String name)
Returns aWidgetHandler
for accessing the component with the given name.WidgetHandler
ComponentManager. getWidgetHandlerFor(Object component)
Returns aWidgetHandler
for the specified component.WidgetHandler
ComponentManagerWrapper. getWidgetHandlerFor(Object component)
Returns aWidgetHandler
for the specified component.WidgetHandler
ComponentBuilderData. getWidgetHandlerForComponent(Object component)
Returns aWidgetHandler
object 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 ofRadioGroupWidgetHandler
that handles the given collection of radio buttons.
-