Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.bgtask | |
net.sf.jguiraffe.examples.tutorial.createfile | |
net.sf.jguiraffe.examples.tutorial.viewset | |
net.sf.jguiraffe.gui.app |
In this package the main application class can be found.
|
net.sf.jguiraffe.gui.builder.window.ctrl |
This package contains classes and interfaces for the implementation of form
controllers.
|
net.sf.jguiraffe.gui.cmd |
This package contains the implementation of the Command pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
BgTaskCommand
A command class for executing the background task.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateFileCommand
A command class for creating a new file.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateViewSettingsCommand
A command class for storing view settings for a given directory.
|
class |
OpenViewSettingsDlgCommand
A specialized command class for opening the dialog with the view settings.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenWindowCommand
A specialized
Command implementation for opening a sub window. |
Modifier and Type | Method and Description |
---|---|
protected Command |
CommandActionTask.createCommandWrapper(Command actualCommand)
Creates the
Command object wrapper that is passed to the
Application.execute(Command) method. |
protected Command |
CommandActionTask.fetchCommand()
Obtains the command object to be executed.
|
Command |
CommandActionTask.getCommand()
Returns the command object.
|
Modifier and Type | Method and Description |
---|---|
protected Command |
CommandActionTask.createCommandWrapper(Command actualCommand)
Creates the
Command object wrapper that is passed to the
Application.execute(Command) method. |
void |
Application.execute(Command cmd)
Executes the given command.
|
void |
CommandActionTask.setCommand(Command command)
Sets the command object.
|
Modifier and Type | Method and Description |
---|---|
Command |
FormController.getCancelCommand()
Returns the command to be executed when the form is canceled.
|
Command |
FormController.getOkCommand()
Returns the command to be executed when the form is closed in reaction of
the OK button.
|
Modifier and Type | Method and Description |
---|---|
void |
FormController.setCancelCommand(Command cancelCommand)
Sets the command to be executed when the form is canceled.
|
void |
FormController.setOkCommand(Command okCommand)
Sets the command to be executed when the form is closed in reaction of
the OK button.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandBase
An abstract base class for implementations of the
Command
interface. |
class |
CommandWrapper
A wrapper implementation of the
Command interface. |
Modifier and Type | Method and Description |
---|---|
Command |
CommandQueueEvent.getCommand()
Returns the
Command object affected by this event. |
Command |
CommandWrapper.getWrappedCommand()
Returns the
Command object that is wrapped by this object. |
Modifier and Type | Method and Description |
---|---|
protected Runnable |
CommandQueueImpl.createTask(Command cmd)
Creates a task object for executing the passed in command.
|
void |
CommandQueueImpl.execute(Command cmd)
Executes the specified command object.
|
void |
CommandQueue.execute(Command cmd)
Adds a new
Command object to this queue. |
protected void |
CommandQueueImpl.fireQueueEvent(Command cmd,
CommandQueueEvent.Type eventType)
Notifies all registered listeners about a change in the state of this
queue.
|
void |
CommandQueueImpl.processingFinished(Command cmd)
This method is called by a worker thread if a command has been executed.
|
Constructor and Description |
---|
CommandQueueEvent(CommandQueue q,
Command c,
CommandQueueEvent.Type t)
Creates a new instance of
CommandQueueEvent and fully
initializes it. |
CommandWrapper(Command wrappedCmd)
Creates a new instance of
CommandWrapper and initializes it with
the wrapped command. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.