A C D F G H I L M P R S T V W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstactTask - Class in de.japrost.staproma.task
 - 
This is a simple base implementation of a Task.
 - AbstactTask(Task, String) - Constructor for class de.japrost.staproma.task.AbstactTask
 - 
Create a task with the given parameter.
 - addChild(Task) - Method in class de.japrost.staproma.task.AbstactTask
 - addChild(Task) - Method in class de.japrost.staproma.task.LeafTask
 - addChild(Task) - Method in interface de.japrost.staproma.task.Task
 - 
Add a child to the task. (???
 - addContent(String) - Method in class de.japrost.staproma.task.AbstactTask
 - addContent(String) - Method in interface de.japrost.staproma.task.Task
 - 
Add a line to the content collection.
 - ANONYMOUS_TASK_DESCRIPTION - Static variable in class de.japrost.staproma.task.AnonymousTask
 - 
The task description of the
AnonymousTask. - AnonymousTask - Class in de.japrost.staproma.task
 - 
Represents an intermediate task.
 - AnonymousTask(Task) - Constructor for class de.japrost.staproma.task.AnonymousTask
 - 
Create with given parent.
 
C
- construct(String) - Method in class de.japrost.staproma.spm.DefaultSpmFactory
 - construct(String) - Method in interface de.japrost.staproma.spm.SpmFormatFactory
 - 
Construct an SpmFormat based on the given hint.MUST NOT return
null. - crawl() - Method in class de.japrost.staproma.TaskFileWalker
 - 
Start the walk.
 - CURRENT - de.japrost.staproma.TaskState
 - 
Task is to do.
 
D
- de.japrost.staproma - package de.japrost.staproma
 - de.japrost.staproma.renderer - package de.japrost.staproma.renderer
 - de.japrost.staproma.spm - package de.japrost.staproma.spm
 - de.japrost.staproma.task - package de.japrost.staproma.task
 - DefaultSpmFactory - Class in de.japrost.staproma.spm
 - 
A
SpmFormatthat returns aGtdSpmFormatif the hint isGTD, anSimpleSpmFormatwith the hint as status else. - DefaultSpmFactory() - Constructor for class de.japrost.staproma.spm.DefaultSpmFactory
 - DirectoryTask - Class in de.japrost.staproma.task
 - 
Represents a task which is a directory (so not derived form parsing a file).
A directory has no state of its own but is in all the states that the containing tasks are. - DirectoryTask(Task, String, String) - Constructor for class de.japrost.staproma.task.DirectoryTask
 - 
Create a DirectoryTask with the given parameters.
 - DONE - de.japrost.staproma.TaskState
 - 
Task is done.
 
F
- filterDirectoryContents(File, int, File[]) - Method in class de.japrost.staproma.TaskFileWalker
 - FolderTask - Class in de.japrost.staproma.task
 - 
Represents a task with a level inside a document.
 - FolderTask(Task, String) - Constructor for class de.japrost.staproma.task.FolderTask
 - 
Create an instance with the given parameters.
 - FUTURE - de.japrost.staproma.TaskState
 - 
Task is to do in future (a very likely kind of maybe in GTD).
 
G
- getContent() - Method in class de.japrost.staproma.task.AbstactTask
 - getContent() - Method in interface de.japrost.staproma.task.Task
 - 
Get the content collection.
 - getDescription() - Method in class de.japrost.staproma.task.AbstactTask
 - getDescription() - Method in interface de.japrost.staproma.task.Task
 - 
Get the tasks description.
 - getParent() - Method in class de.japrost.staproma.task.AbstactTask
 - getParent() - Method in interface de.japrost.staproma.task.Task
 - 
Get the praent task.
 - getPath() - Method in class de.japrost.staproma.task.DirectoryTask
 - 
Get the path of the filename.
 - getPriority() - Method in class de.japrost.staproma.task.AbstactTask
 - 
Get the priority, The lower the number the higher the priority.
 - getPriority() - Method in interface de.japrost.staproma.task.Task
 - 
Get the priority, The lower the number the higher the priority.
 - GtdSpmFormat - Class in de.japrost.staproma.spm
 - 
SPM-file format with GTD notation.
 - GtdSpmFormat() - Constructor for class de.japrost.staproma.spm.GtdSpmFormat
 
H
- handleDirectory(File, int, Collection<String>) - Method in class de.japrost.staproma.TaskFileWalker
 - handleFile(File, int, Collection<String>) - Method in class de.japrost.staproma.TaskFileWalker
 - hasChildren() - Method in class de.japrost.staproma.task.AbstactTask
 - hasChildren() - Method in interface de.japrost.staproma.task.Task
 - 
Tell if there are children to the task.
 
I
- isInState(TaskState) - Method in class de.japrost.staproma.task.AbstactTask
 - isInState(TaskState) - Method in class de.japrost.staproma.task.DirectoryTask
 - 
Tell if the task is in the asked status.
 - isInState(TaskState) - Method in interface de.japrost.staproma.task.Task
 - 
Tell if the task is in the asked status.
 - iterator() - Method in class de.japrost.staproma.task.AbstactTask
 
L
- LeafTask - Class in de.japrost.staproma.task
 - 
Represents a task without level (no sub tasks).
 - LeafTask(Task, String) - Constructor for class de.japrost.staproma.task.LeafTask
 - 
Create an instance with the given parameters.
 
M
- main(String[]) - Static method in class de.japrost.staproma.RenderStaProMa2
 
P
- parseLines(Task, List<String>) - Method in class de.japrost.staproma.spm.GtdSpmFormat
 - 
Parse the lines into the given root task.
 - parseLines(Task, List<String>) - Method in class de.japrost.staproma.spm.SimpleSpmFormat
 - parseLines(Task, List<String>) - Method in interface de.japrost.staproma.spm.SpmFormat
 - 
Parse the lines into the given root task.
 - parseLines(List<String>) - Method in class de.japrost.staproma.spm.GtdSpmFormat
 - 
Parse the lines into a new root task.
 - parseLines(List<String>) - Method in class de.japrost.staproma.spm.SimpleSpmFormat
 - parseLines(List<String>) - Method in interface de.japrost.staproma.spm.SpmFormat
 - 
Deprecated.
 - priorities() - Method in class de.japrost.staproma.task.AbstactTask
 - 
Get the priorities that this task and all the sub tasks are in.
 - priorities() - Method in interface de.japrost.staproma.task.Task
 - 
Get the priorities that this task and all the sub tasks are in.
 
R
- render() - Method in class de.japrost.staproma.renderer.ScheduledTaskHtmlRenderer
 - 
Render the tasks to the writer.
 - render(Task, TaskState, Writer) - Method in class de.japrost.staproma.renderer.StatusTaskHtmlRenderer
 - 
Do the rendering of the given task with its subtasks in status to the writer.
 - RenderStaProMa2 - Class in de.japrost.staproma
 - 
Second edition of RenderStaProMa.
 - RenderStaProMa2(File, File, IOFileFilter) - Constructor for class de.japrost.staproma.RenderStaProMa2
 - 
Init.
 - RenderStaProMa2(File, IOFileFilter) - Constructor for class de.japrost.staproma.RenderStaProMa2
 - 
Init using start dir also as out dir.
 
S
- SCHEDULE - de.japrost.staproma.TaskState
 - 
Task is scheduled some time.
 - ScheduledTaskHtmlRenderer - Class in de.japrost.staproma.renderer
 - 
Renderer which tries to render tasks by date.
 - ScheduledTaskHtmlRenderer(Task, Writer) - Constructor for class de.japrost.staproma.renderer.ScheduledTaskHtmlRenderer
 - 
Create an initialized instance.
 - setPriority(short) - Method in class de.japrost.staproma.task.AbstactTask
 - 
Set the priority.
 - setState(TaskState) - Method in class de.japrost.staproma.task.AbstactTask
 - 
Set the state of the Task
 - SimpleSpmFormat - Class in de.japrost.staproma.spm
 - 
SPM-File format with simple # / * notation.
 - SimpleSpmFormat(TaskState) - Constructor for class de.japrost.staproma.spm.SimpleSpmFormat
 - 
Create an instance.
 - SOMEDAY - de.japrost.staproma.TaskState
 - 
Task is to do some day (a kind of maybe in GTD with a lot of questionmarks).
 - SpmFormat - Interface in de.japrost.staproma.spm
 - 
A format for SPM-Files.
 - SpmFormatFactory - Interface in de.japrost.staproma.spm
 - 
Factory for
SpmFormats. - state - Variable in class de.japrost.staproma.task.AbstactTask
 - 
The state of this task.
 - StatusTaskHtmlRenderer - Class in de.japrost.staproma.renderer
 - 
Renderer to create HTML output from
Tasks. - StatusTaskHtmlRenderer() - Constructor for class de.japrost.staproma.renderer.StatusTaskHtmlRenderer
 - subTasks - Variable in class de.japrost.staproma.task.AbstactTask
 - 
The sub tasks of this task.
 
T
- Task - Interface in de.japrost.staproma.task
 - 
A task in the task tree.
 - TaskFileWalker - Class in de.japrost.staproma
 - 
The TaksFileWalker scans the given directory for files and directories to convert them to a Task tree.
 - TaskFileWalker(Task, File, IOFileFilter) - Constructor for class de.japrost.staproma.TaskFileWalker
 - 
Instanciate a with the given parameters.
 - TaskFileWalker(Task, File, IOFileFilter, SpmFormatFactory, boolean) - Constructor for class de.japrost.staproma.TaskFileWalker
 - 
Instanciate a with the given parameters.
 - TaskState - Enum in de.japrost.staproma
 - 
State of a Task.
 
V
- valueOf(String) - Static method in enum de.japrost.staproma.TaskState
 - 
Returns the enum constant of this type with the specified name.
 - values() - Static method in enum de.japrost.staproma.TaskState
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 
W
A C D F G H I L M P R S T V WAll Classes All Packages