| Package | Description |
|---|---|
| griffon.plugins.tasks | |
| org.codehaus.griffon.runtime.tasks |
| Modifier and Type | Method and Description |
|---|---|
<V,C> TaskControl<V> |
TaskManager.create(Task<V,C> task)
Creates a new
TaskControl for a given task. |
TaskControl |
TaskManager.findTask(TaskPredicate predicate) |
TaskControl |
TaskManager.getTask(String contextId)
Looks up a task by the specified context id.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<TaskControl> |
TaskManager.getTasks(TaskPredicate predicate)
Returns a collection of all currently created task conforming to
the specified predicate.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaskPredicate.apply(TaskControl control) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTaskControl<V> |
| Modifier and Type | Method and Description |
|---|---|
<V,C> TaskControl<V> |
DefaultTaskManager.create(Task<V,C> task) |
protected <V> TaskControl<V> |
DefaultTaskManager.createTaskControl(TaskContext context) |
static TaskControl |
TaskIterable.find(Iterable<TaskControl> iterable,
TaskPredicate filter) |
TaskControl |
DefaultTaskManager.findTask(TaskPredicate predicate) |
TaskControl |
DefaultTaskManager.getTask(String contextId) |
TaskControl |
TaskIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TaskControl> |
DefaultTaskManager.getTasks(TaskPredicate predicate) |
Iterator<TaskControl> |
TaskIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static TaskIterable |
TaskIterable.filter(Iterable<TaskControl> iterable,
TaskPredicate filter) |
static TaskControl |
TaskIterable.find(Iterable<TaskControl> iterable,
TaskPredicate filter) |
| Constructor and Description |
|---|
TaskIterable(Iterable<TaskControl> delegate,
TaskPredicate filter) |
TaskIterator(Iterator<TaskControl> delegate,
TaskPredicate filter) |