Package | Description |
---|---|
net.sf.jguiraffe.gui.app |
In this package the main application class can be found.
|
net.sf.jguiraffe.gui.builder |
The main package of the builder.
|
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. |
Modifier and Type | Method and Description |
---|---|
ActionStore |
ApplicationContextImpl.getActionStore()
Returns the application's
ActionStore . |
ActionStore |
ApplicationContext.getActionStore()
Returns the application's
ActionStore . |
ActionStore |
ApplicationBuilderData.getActionStore()
Returns the action store.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationContextImpl.setActionStore(ActionStore actionStore)
Sets the application's
ActionStore . |
void |
ApplicationContext.setActionStore(ActionStore actionStore)
Sets the application's
ActionStore . |
void |
ApplicationBuilderData.setActionStore(ActionStore actionStore)
Sets the action store.
|
Modifier and Type | Method and Description |
---|---|
ActionStore |
BuilderData.getActionStore()
Returns a reference to the action store.
|
Modifier and Type | Method and Description |
---|---|
ActionStore |
ActionBuilder.getActionStore()
Returns a reference to the current action store.
|
ActionStore |
ActionStore.getParent()
Returns the parent store.
|
Modifier and Type | Method and Description |
---|---|
static Collection<FormAction> |
ActionHelper.fetchActionsInGroup(ActionStore actionStore,
String groupName)
Returns all actions that belong to the specified group in the given
ActionStore . |
static Collection<FormAction> |
ActionHelper.fetchAllActionsInGroup(ActionStore actionStore,
String groupName,
boolean distinct)
Returns all actions that belong to the specified group in the given
ActionStore or one of its parents. |
static Set<String> |
ActionHelper.getAllGroupNames(ActionStore actionStore)
Returns the names of all groups defined for the specified
ActionStore and its parents. |
void |
ActionBuilder.setActionStore(ActionStore actionStore)
Sets the action store.
|
void |
ActionStore.setParent(ActionStore parent)
Sets the parent store.
|
Constructor and Description |
---|
ActionStore(ActionStore parent)
Creates a new instance of
ActionStore and initializes the
parent reference. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.