|
org.netbeans.spi.tasklist/1 1.15.1 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.tasklist.PushTaskScanner.Callback
public static final class PushTaskScanner.Callback
Callback into Task List framework
Method Summary | |
---|---|
void |
clearAllTasks()
Remove from the Task List window all Tasks that were provided by this scanner. |
void |
finished()
Notify the framework that the scanner has finished. |
void |
setTasks(FileObject file,
List<? extends Task> tasks)
Add/remove Tasks for the given file/folder. |
void |
setTasks(List<? extends Task> tasks)
Add/remove Tasks that aren't associated with a particular resource. |
void |
started()
Notify the framework that the scanner started looking for available Tasks. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void started()
public void setTasks(FileObject file, List<? extends Task> tasks)
file
- Resource (file or folder) the tasks are associated with.tasks
- Tasks associated with the given resource or an empty list to remove previously provided Tasks.public void setTasks(List<? extends Task> tasks)
tasks
- Tasks associated with this TaskScanner or an empty list to remove previously provided Tasks.public void clearAllTasks()
public void finished()
|
org.netbeans.spi.tasklist/1 1.15.1 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |