Public Member Functions | |
MeasurementGraphsPanel () | |
void | projectUpdated (ProjectEvent event) |
void | measurementUpdated (MeasurementEvent event) |
Override void | setProject (Project project) |
Static Public Member Functions | |
static void | main (String args[]) |
Private Member Functions | |
void | updatePlots () |
Private Attributes | |
Vector< Plot > | plots = new Vector<Plot>() |
JTabbedPane | tabs |
Definition at line 40 of file MeasurementGraphsPanel.java.
|
Creates new panel for plots Definition at line 51 of file MeasurementGraphsPanel.java. References ikayaki.gui.ProjectComponent.getParentFrame(), ikayaki.gui.MeasurementGraphsPanel.plots, and ikayaki.gui.MeasurementGraphsPanel.tabs. |
Here is the call graph for this function:
|
Definition at line 142 of file MeasurementGraphsPanel.java. |
|
Reimplemented from ikayaki.gui.ProjectComponent. Definition at line 124 of file MeasurementGraphsPanel.java. References ikayaki.MeasurementEvent.getType(), and ikayaki.MeasurementEvent.VALUE_MEASURED. |
Here is the call graph for this function:
|
Listener to listen events if projects state is changed. Reimplemented from ikayaki.gui.ProjectComponent. Definition at line 115 of file MeasurementGraphsPanel.java. References ikayaki.ProjectEvent.DATA_CHANGED, ikayaki.ProjectEvent.getType(), and ikayaki.ProjectEvent.STATE_CHANGED. |
Here is the call graph for this function:
|
Sets the project for this ProjectComponent. Unregisters MeasurementListener and ProjectListener from the old project, and registers them to the new project.
Reimplemented from ikayaki.gui.ProjectComponent. Definition at line 136 of file MeasurementGraphsPanel.java. References ikayaki.gui.project. |
|
Updates plots when additional measurements are done or the data has changed. Definition at line 100 of file MeasurementGraphsPanel.java. References ikayaki.gui.null. |
|
All plots in this panel Definition at line 44 of file MeasurementGraphsPanel.java. Referenced by ikayaki.gui.MeasurementGraphsPanel.MeasurementGraphsPanel(). |
|
Definition at line 46 of file MeasurementGraphsPanel.java. Referenced by ikayaki.gui.MeasurementGraphsPanel.MeasurementGraphsPanel(). |