Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.bgtask | |
net.sf.jguiraffe.gui.app |
In this package the main application class can be found.
|
net.sf.jguiraffe.gui.cmd |
This package contains the implementation of the Command pattern.
|
net.sf.jguiraffe.gui.platform.swing.builder.utils |
A package with Swing-specific utility classes.
|
Constructor and Description |
---|
BgTaskCommand(GUISynchronizer sync,
Window infoWindow,
BgTaskData taskData,
ProgressBarHandler handler)
Creates a new instance of
BgTaskCommand and initializes it. |
Modifier and Type | Method and Description |
---|---|
GUISynchronizer |
ApplicationContextImpl.getGUISynchronizer()
Returns the
GUISynchronizer . |
GUISynchronizer |
ApplicationContext.getGUISynchronizer()
Returns the GUI synchronizer.
|
GUISynchronizer |
Application.getGUISynchronizer()
Returns the
GUISynchronizer object used by this
application. |
Modifier and Type | Method and Description |
---|---|
void |
Application.setGUISynchronizer(GUISynchronizer sync)
Sets the
GUISynchronizer object to be used by this
application. |
Modifier and Type | Method and Description |
---|---|
GUISynchronizer |
CommandQueueImpl.getGUISynchronizer()
Returns the
GUISynchronizer . |
GUISynchronizer |
CommandQueue.getGUISynchronizer()
Returns the
GUISynchronizer that is used by this command
queue. |
Modifier and Type | Method and Description |
---|---|
void |
CommandQueueImpl.setGUISynchronizer(GUISynchronizer sync)
Sets the
GUISynchronizer . |
void |
CommandQueue.setGUISynchronizer(GUISynchronizer sync)
Sets the
GUISynchronizer to be used by this command queue. |
Constructor and Description |
---|
CommandQueueImpl(GUISynchronizer sync)
Creates a new instance of
CommandQueue and initializes it
with the GUISynchronizer . |
CommandQueueImpl(GUISynchronizer sync,
ExecutorService execSrvc)
Creates a new instance of
CommandQueueImpl and initializes
it with the GUISynchronizer and the
ExecutorService to be used. |
Modifier and Type | Class and Description |
---|---|
class |
SwingGUISynchronizer
The Swing specific implementation of the
GUISynchronizer
interface. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.