Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.viewset | |
net.sf.jguiraffe.gui.builder.components |
This package defines the part of the builder that deals with components.
|
net.sf.jguiraffe.gui.builder.components.model |
In this package interfaces for specialized component handlers can be found.
|
net.sf.jguiraffe.gui.builder.components.tags |
A package with tag handler classes for creating GUI components.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanRadioButtonHandler
A specialized
ComponentHandler implementation for a radio button
group with only two elements. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompositeComponentHandler<T,S>
An abstract base class for concrete implementations of the
CompositeComponentHandler interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRadioButtonHandler<T>
A base class for
ComponentHandler implementations for radio buttons. |
class |
DefaultRadioButtonHandler
A concrete default implementation of a
CompositeComponentHandler for
a group of radio buttons. |
Modifier and Type | Method and Description |
---|---|
protected static <S> void |
ComponentHandlerTag.addComponentToCompositeHandler(ComponentBuilderData builderData,
CompositeComponentHandler<?,S> handler,
String compName)
Helper method for adding the
ComponentHandler of a component to a
CompositeComponentHandler . |
protected static void |
ComponentHandlerTag.addGroupToCompositeHandler(ComponentBuilderData builderData,
CompositeComponentHandler<?,?> handler,
ComponentGroup group)
Helper method for adding the
ComponentHandler objects for all
components in the specified group to a CompositeComponentHandler . |
Copyright © 2016 The JGUIraffe Team. All rights reserved.