Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.mainwnd | |
net.sf.jguiraffe.gui.builder.components.model |
In this package interfaces for specialized component handlers can be found.
|
Modifier and Type | Method and Description |
---|---|
TreeHandler |
MainWndController.getTree()
Returns the handler for the tree component.
|
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 |
---|---|
TreeHandler |
TreeExpansionEvent.getTreeHandler()
Returns the handler for the tree component that is the source of this
event.
|
Constructor and Description |
---|
TreeExpansionEvent(Object source,
TreeHandler handler,
String name,
TreeExpansionEvent.Type type,
TreeNodePath path)
Creates a new instance of
TreeExpansionEvent and initializes
it. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.