Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.mainwnd | |
net.sf.jguiraffe.gui.builder.action |
The
action sub 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 the
Builder interfaces 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.
|
net.sf.jguiraffe.gui.platform.swing.builder.action |
This package contains Swing-specific implementations for action-related classes.
|
Modifier and Type | Method and Description |
---|---|
void |
TablePopupHandler.constructPopup(PopupMenuBuilder builder,
ComponentBuilderData compData)
Asks this handler to create a popup menu using the specified
PopupMenuBuilder . |
Modifier and Type | Method and Description |
---|---|
protected void |
SimplePopupMenuHandler.addAction(PopupMenuBuilder builder,
ComponentBuilderData compData,
FormAction action)
Adds an action to the menu constructed by this handler.
|
protected void |
SimplePopupMenuHandler.addMenuElement(PopupMenuBuilder builder,
ComponentBuilderData compData,
Object element)
Adds an element to the menu to be constructed.
|
protected void |
SimplePopupMenuHandler.addSeparator(PopupMenuBuilder builder,
ComponentBuilderData compData)
Adds a separator to the menu constructed by this handler.
|
protected void |
SimplePopupMenuHandler.addSubMenu(PopupMenuBuilder builder,
ComponentBuilderData compData,
SimplePopupMenuHandler subHandler)
Adds a sub menu to the menu constructed by this handler.
|
void |
SimplePopupMenuHandler.constructPopup(PopupMenuBuilder builder,
ComponentBuilderData compData)
Constructs the menu.
|
void |
PopupMenuHandler.constructPopup(PopupMenuBuilder builder,
ComponentBuilderData compData)
Asks this handler to create a popup menu using the specified
PopupMenuBuilder . |
void |
ActionManagerWrapper.registerPopupMenuHandler(Object component,
PopupMenuHandler handler,
ComponentBuilderData compData)
Registers the specified
PopupMenuHandler at the given UI
component. |
void |
ActionManager.registerPopupMenuHandler(Object component,
PopupMenuHandler handler,
ComponentBuilderData compData)
Registers the specified
PopupMenuHandler at the given UI
component. |
Modifier and Type | Method and Description |
---|---|
static ComponentBuilderData |
ComponentBuilderData.get(org.apache.commons.jelly.JellyContext ctx)
Returns the instance of this class stored in the specified Jelly context.
|
ComponentBuilderData |
DefaultToolTipManager.getComponentBuilderData()
Returns the associated
ComponentBuilderData . |
Modifier and Type | Method and Description |
---|---|
void |
ComponentBuilderCallBack.callBack(ComponentBuilderData builderData,
Object params)
Executes the call back.
|
void |
ComponentGroup.enableGroup(ComponentBuilderData data,
boolean enabled)
Changes the enabled state of this
ComponentGroup . |
Map<String,ComponentHandler<?>> |
ComponentGroup.getComponentHandlers(ComponentBuilderData data)
Returns a map with the
ComponentHandler objects of the components
this group refers to. |
Map<String,Object> |
ComponentGroup.getComponents(ComponentBuilderData data)
Returns a map with all components this group refers to.
|
Constructor and Description |
---|
DefaultToolTipManager(ComponentBuilderData compData)
Creates a new instance of
DefaultToolTipManager and initializes
it with the given ComponentBuilderData object. |
Modifier and Type | Method and Description |
---|---|
protected ComponentBuilderData |
FormBaseTag.getBuilderData()
Returns the current
object for this
builder operation. |
static ComponentBuilderData |
FormBaseTag.getBuilderData(org.apache.commons.jelly.JellyContext context)
Returns the current
ComponentBuilderData object from the context. |
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 . |
Modifier and Type | Method and Description |
---|---|
void |
NullEnabler.setEnabledState(ComponentBuilderData compData,
boolean state)
Changes the enabled state of the element this
ElementEnabler is
responsible for. |
void |
InverseEnabler.setEnabledState(ComponentBuilderData compData,
boolean state)
Performs the change of the enabled state.
|
void |
ElementEnabler.setEnabledState(ComponentBuilderData compData,
boolean state)
Changes the enabled state of the element this
ElementEnabler is
responsible for. |
void |
ComponentEnabler.setEnabledState(ComponentBuilderData compData,
boolean state)
Performs the change of the enabled state.
|
void |
ChainElementEnabler.setEnabledState(ComponentBuilderData compData,
boolean state)
Performs the change of the enabled state.
|
void |
ActionGroupEnabler.setEnabledState(ComponentBuilderData compData,
boolean state)
Performs the change of the enabled state.
|
void |
ActionEnabler.setEnabledState(ComponentBuilderData compData,
boolean state)
Performs the change of the enabled state.
|
Modifier and Type | Method and Description |
---|---|
protected ComponentBuilderData |
JellyBuilder.createComponentBuilderData(BuilderData data,
Object rootContainer)
Creates the component builder data object for the current builder
process.
|
Modifier and Type | Method and Description |
---|---|
ComponentBuilderData |
WindowData.getComponentBuilderData()
Returns the current
ComponentBuilderData object. |
Modifier and Type | Method and Description |
---|---|
ComponentBuilderData |
FormController.getComponentBuilderData()
Returns the
ComponentBuilderData object. |
Modifier and Type | Method and Description |
---|---|
void |
FormController.setComponentBuilderData(ComponentBuilderData componentBuilderData)
Sets the
ComponentBuilderData object. |
Modifier and Type | Method and Description |
---|---|
ComponentBuilderData |
WindowBaseTag.getComponentBuilderData()
Returns the current
ComponentBuilderData object. |
Modifier and Type | Method and Description |
---|---|
void |
SwingActionManager.registerPopupMenuHandler(Object component,
PopupMenuHandler handler,
ComponentBuilderData compData)
Associates a
PopupMenuHandler with a UI component. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.