|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectRecord | |
---|---|
org.hackystat.projectbrowser.page.trajectory | Provides the Trajectory page. |
org.hackystat.projectbrowser.page.trajectory.datapanel | Provides the data panel of trajectory viewer. |
Uses of ProjectRecord in org.hackystat.projectbrowser.page.trajectory |
---|
Methods in org.hackystat.projectbrowser.page.trajectory that return ProjectRecord | |
---|---|
ProjectRecord |
TrajectorySession.getSelectedProject1()
Set the project1. |
ProjectRecord |
TrajectorySession.getSelectedProject2()
Set the project2. |
Methods in org.hackystat.projectbrowser.page.trajectory that return types with arguments of type ProjectRecord | |
---|---|
java.util.List<ProjectRecord> |
TrajectorySession.getProjectList()
Returns the list of Projects associated with this user. |
Methods in org.hackystat.projectbrowser.page.trajectory with parameters of type ProjectRecord | |
---|---|
void |
TrajectorySession.setSelectedProject1(ProjectRecord rec)
Set the project1. |
void |
TrajectorySession.setSelectedProject2(ProjectRecord rec)
Set the project2. |
Uses of ProjectRecord in org.hackystat.projectbrowser.page.trajectory.datapanel |
---|
Methods in org.hackystat.projectbrowser.page.trajectory.datapanel that return types with arguments of type ProjectRecord | |
---|---|
java.util.List<ProjectRecord> |
TrajectoryChartDataModel.getSelectedProjects()
|
Methods in org.hackystat.projectbrowser.page.trajectory.datapanel with parameters of type ProjectRecord | |
---|---|
void |
TrajectoryChartDataModel.setModel(ProjectRecord selectedProject1,
ProjectRecord selectedProject2,
java.lang.String telemetryName,
java.lang.String granularity,
java.util.List<org.apache.wicket.model.IModel> parameters)
Set all the parameters for the current chart. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |