|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskDecoratorConfigurable<T extends TaskDecoratorConfigurable<T,U>,U extends TaskDecorator>
This interface defines an object that is configurable using some kind of
TaskDecorator
.
Method Summary | |
---|---|
T |
addDecorator(U d)
Add one task decorator. |
T |
addDecorators(Object o)
Add one or several task decorators. |
T |
clearDecorators()
Clear the list of decorators. |
Method Detail |
---|
T addDecorator(U d)
d
- The task decorator
this
T addDecorators(Object o)
o
- One decorator or an array or collection of decorators.
this
T clearDecorators()
this
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |