Public Member Functions | |
CalibrationPanel (ProjectComponent parent) | |
void | setProject (Project project) |
Private Attributes | |
ProjectComponent | parent |
File | directory |
ProjectExplorerTable | calibrationProjectTable |
JButton | calibrateButton |
JPanel | calibratePanel |
Definition at line 39 of file CalibrationPanel.java.
|
Creates a new calibration panel. Loads the contents of the program's calibration file directory.
Definition at line 84 of file CalibrationPanel.java. References ikayaki.gui.CalibrationPanel.calibrateButton, ikayaki.gui.CalibrationPanel.calibratePanel, ikayaki.gui.CalibrationPanel.calibrationProjectTable, ikayaki.gui.null, and ikayaki.gui.CalibrationPanel.setProject(). |
Here is the call graph for this function:
|
Call super.setProject(project), highlight selected calibration project, or unhighlight unselected calibration project.
Reimplemented from ikayaki.gui.ProjectComponent. Definition at line 117 of file CalibrationPanel.java. References ikayaki.Project.addProjectListener(), ikayaki.gui.CalibrationPanel.calibrationProjectTable, ikayaki.gui.CalibrationPanel.directory, ikayaki.gui.null, ikayaki.gui.project, and ikayaki.gui.ProjectExplorerTable.setDirectory(). Referenced by ikayaki.gui.CalibrationPanel.CalibrationPanel(). |
Here is the call graph for this function:
|
Definition at line 75 of file CalibrationPanel.java. Referenced by ikayaki.gui.CalibrationPanel.CalibrationPanel(). |
|
Definition at line 77 of file CalibrationPanel.java. Referenced by ikayaki.gui.CalibrationPanel.CalibrationPanel(). |
|
Table for the two calibration projects; has "filename", "last modified" and "time" (time since last modification) columns. Definition at line 73 of file CalibrationPanel.java. Referenced by ikayaki.gui.CalibrationPanel.CalibrationPanel(), and ikayaki.gui.CalibrationPanel.setProject(). |
|
Directory where calibration projects reside. Definition at line 67 of file CalibrationPanel.java. Referenced by ikayaki.gui.CalibrationPanel.setProject(). |
|
The component whose setProject() method will be called on opening a new project file. Definition at line 62 of file CalibrationPanel.java. |