| Modifier and Type | Method and Description |
|---|---|
ProjectView |
ProjectView.getParentProject() |
ProjectView |
TaskView.getProject() |
ProjectView |
ProjectView.getSubProject(String name) |
ProjectView |
ProjectView.getSubProjectFromFullPath(String fullProjectName) |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectView> |
ProjectConverter.convertProjects(Project rootProject)
Call this to convert the projects.
|
List<ProjectView> |
ProjectView.getDependsOnProjects() |
List<ProjectView> |
ProjectView.getSubProjects() |
| Modifier and Type | Method and Description |
|---|---|
int |
ProjectView.compareTo(ProjectView otherProject) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskListServerProtocol.ExecutionInteraction.projectsPopulated(List<ProjectView> projects) |
| Modifier and Type | Method and Description |
|---|---|
int |
TaskTreePopulationVisitor.AlphabeticalProjectNameComparator.compare(ProjectView o1,
ProjectView o2) |
P |
TaskTreePopulationVisitor.Visitor.visitProject(ProjectView project,
int indexOfProject,
P parentProjectObject) |
Object |
UniqueNameProjectAndTaskVisitor.visitProject(ProjectView project,
Object parentProjectObject) |
P |
AllProjectsAndTasksVisitor.Visitor.visitProject(ProjectView project,
P parentProjectObject) |
T |
TaskTreePopulationVisitor.Visitor.visitTask(TaskView task,
int indexOfTask,
ProjectView tasksProject,
P userProjectObject) |
Object |
UniqueNameProjectAndTaskVisitor.visitTask(TaskView task,
ProjectView tasksProject,
Object userProjectObject) |
T |
AllProjectsAndTasksVisitor.Visitor.visitTask(TaskView task,
ProjectView tasksProject,
P userProjectObject) |
| Modifier and Type | Method and Description |
|---|---|
static <P,T> void |
AllProjectsAndTasksVisitor.visitProjectAndTasks(List<ProjectView> projects,
AllProjectsAndTasksVisitor.Visitor<P,T> visitor,
P rootProjectObject) |
static <P,T> void |
AllProjectsAndTasksVisitor.visitProjectAndTasks(List<ProjectView> projects,
AllProjectsAndTasksVisitor.Visitor<P,T> visitor,
ProjectAndTaskFilter filter,
P rootProjectObject) |
static <P,T> void |
TaskTreePopulationVisitor.visitProjectAndTasks(List<ProjectView> projects,
TaskTreePopulationVisitor.Visitor<P,T> visitor,
P rootProjectObject) |
static <P,T> void |
TaskTreePopulationVisitor.visitProjectAndTasks(List<ProjectView> projects,
TaskTreePopulationVisitor.Visitor<P,T> visitor,
ProjectAndTaskFilter filter,
P rootProjectObject) |
static <P,T> List<P> |
AllProjectsAndTasksVisitor.visitProjects(AllProjectsAndTasksVisitor.Visitor<P,T> visitor,
ProjectAndTaskFilter filter,
List<ProjectView> projects,
P parentProjectObject) |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectView> |
GradlePluginLord.getProjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
GradlePluginLord.setProjects(List<ProjectView> newProjects)
Sets the current projects.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProjectAndTaskFilter.doesAllowProject(ProjectView project)
Determines if the specified project should be allowed or not.
|
boolean |
BasicProjectAndTaskFilter.doesAllowProject(ProjectView project)
Determines if the specified project should be allowed or not.
|
boolean |
BasicFilterEditor.doesAllowProject(ProjectView project)
Determines if the specified project should be allowed or not.
|
boolean |
AllowAllProjectAndTaskFilter.doesAllowProject(ProjectView project)
Determines if the specified project should be allowed or not.
|
void |
BasicFilterEditor.hideProjects(ProjectView... filteredProjects) |
void |
BasicFilterEditor.showProjects(ProjectView... filteredProjects) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicFilterEditor.hideProjects(List<ProjectView> filteredProjects) |
void |
BasicFilterEditor.showProjects(List<ProjectView> filteredProjects) |
| Modifier and Type | Field and Description |
|---|---|
List<ProjectView> |
TaskTreeComponent.MultipleSelection.projects |
| Modifier and Type | Method and Description |
|---|---|
ProjectView |
TaskTreeComponent.ProjectTreeNode.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskTreeComponent.Interaction.projectInvoked(ProjectView project)
Notification that a project was invoked (double-clicked).
|
| Modifier and Type | Method and Description |
|---|---|
static List<ProjectVersion1> |
ProjectWrapper.convertProjects(List<ProjectView> projectViewList)
Converts the list of ProjectView objects to ProjectVersion1 objects.
|
| Constructor and Description |
|---|
ProjectWrapper(ProjectView projectView) |
Copyright © 2013. All rights reserved