|
org.netbeans.spi.tasklist/1 1.0.1 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.spi.tasklist.Task
public final class Task
A class holding the description of a single Task that will appear in TaskList's window.
| Method Summary | |
|---|---|
static Task |
create(FileObject resource,
String groupName,
String description,
ActionListener al)
Create a new Task |
static Task |
create(FileObject resource,
String groupName,
String description,
int line)
Create a new Task |
boolean |
equals(Object o)
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static Task create(FileObject resource,
String groupName,
String description,
int line)
resource - File or folder which the Task applies to, cannot be null.groupName - Name of the group this task belongs to (error, warning, todo, etc).description - A brief summary of the task (one line if possible), cannot be null.line - Line number in a text file, use negative value if line number is not applicable.
public static Task create(FileObject resource,
String groupName,
String description,
ActionListener al)
resource - File or folder which the Task applies to, cannot be null.groupName - Name of the group this task belongs to (error, warning, todo, etc).description - A brief summary of the task (one line if possible), cannot be null.al - Task's default action, e.g. double-click or Enter key in the Task List window.
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
org.netbeans.spi.tasklist/1 1.0.1 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||