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.cmd |
This package contains the implementation of the Command pattern.
|
Modifier and Type | Method and Description |
---|---|
protected CommandQueue |
Application.createCommandQueue(ApplicationContext appCtx)
Creates and initializes the application's command queue.
|
CommandQueue |
ApplicationBuilderData.getCommandQueue()
Returns the
CommandQueue . |
CommandQueue |
Application.getCommandQueue()
Returns a reference to the command queue that is used for executing
commands in another thread.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationBuilderData.setCommandQueue(CommandQueue commandQueue)
Sets the
CommandQueue . |
void |
Application.setCommandQueue(CommandQueue q)
Sets the command queue that is used for executing commands.
|
Modifier and Type | Method and Description |
---|---|
CommandQueue |
BuilderData.getCommandQueue()
Returns a reference to the global
CommandQueue object. |
Modifier and Type | Class and Description |
---|---|
class |
CommandQueueImpl
A command queue implementation for GUI applications.
|
Modifier and Type | Method and Description |
---|---|
CommandQueue |
CommandQueueEvent.getCommandQueue()
Returns the
CommandQueue that caused this event. |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleAware.commandScheduled(CommandQueue queue)
Notifies this object that it was passed to a
CommandQueue for
execution. |
Constructor and Description |
---|
CommandQueueEvent(CommandQueue q,
Command c,
CommandQueueEvent.Type t)
Creates a new instance of
CommandQueueEvent and fully
initializes it. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.