Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.components |
This package defines the part of the builder that deals with components.
|
net.sf.jguiraffe.gui.builder.event |
The main package for events and event listeners definitions.
|
net.sf.jguiraffe.gui.forms |
A package for dealing with forms.
|
Modifier and Type | Method and Description |
---|---|
ComponentStore |
ComponentBuilderData.getComponentStore()
Returns a reference to the current component store.
|
ComponentStore |
ComponentBuilderData.popComponentStore()
Removes a component store from this object.
|
ComponentStore |
ComponentBuilderData.pushComponentStore(ComponentStore store)
Adds a new component store to this object that will replace the current
store.
|
Modifier and Type | Method and Description |
---|---|
ComponentStore |
ComponentBuilderData.pushComponentStore(ComponentStore store)
Adds a new component store to this object that will replace the current
store.
|
Modifier and Type | Method and Description |
---|---|
ComponentStore |
FormEventManager.getComponentStore()
Returns the component store used by this event manager instance.
|
Modifier and Type | Method and Description |
---|---|
void |
FormEventManager.setComponentStore(ComponentStore componentStore)
Sets the component store to be used.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentStoreImpl
A fully functional default implementation of the
ComponentStore
interface. |
Modifier and Type | Method and Description |
---|---|
ComponentStore |
Form.getComponentStore()
Returns the component store of this form.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.