Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.mainwnd | |
net.sf.jguiraffe.gui.builder.components |
This package defines the part of the builder that deals with components.
|
net.sf.jguiraffe.gui.platform.swing.builder.components |
A package with Swing-specific
ComponentHandler implementations. |
Constructor and Description |
---|
MainWndController(Application app,
TreeHandler treeHandler,
TableHandler tabHandler,
WidgetHandler widgetTab)
Creates a new instance of
MainWndController and initializes it
with references to its dependencies. |
Modifier and Type | Method and Description |
---|---|
WidgetHandler |
ComponentBuilderData.getWidgetHandler(String name)
Returns a
WidgetHandler for accessing the component with
the given name. |
WidgetHandler |
ComponentManagerWrapper.getWidgetHandlerFor(Object component)
Returns a
WidgetHandler for the specified component. |
WidgetHandler |
ComponentManager.getWidgetHandlerFor(Object component)
Returns a
WidgetHandler for the specified component. |
WidgetHandler |
ComponentBuilderData.getWidgetHandlerForComponent(Object component)
Returns a
WidgetHandler object for the specified
component. |
Modifier and Type | Method and Description |
---|---|
WidgetHandler |
SwingComponentManager.getWidgetHandlerFor(Object component)
Returns a
WidgetHandler for the specified component. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.