Public Member Functions | |
ProjectExplorerTableModel () | |
String | getColumnName (int column) |
int | getRowCount () |
int | getColumnCount () |
Object | getValueAt (int row, int column) |
Override Class<?> | getColumnClass (int columnIndex) |
void | projectUpdated (ProjectEvent event) |
Private Attributes | |
final StyledWrapper | defaultWrapper = Settings.getDefaultWrapperInstance() |
final StyledWrapper | measuringWrapper = Settings.getMeasuringWrapperInstance() |
final StyledWrapper | doneRecentlyWrapper = Settings.getDoneRecentlyWrapperInstance() |
final Font | calibrationNoticeFont = ProjectExplorerTable.this.getFont().deriveFont(Font.BOLD) |
File | measuringProjectFile |
File | doneRecentlyProjectFile |
Definition at line 417 of file ProjectExplorerTable.java.
|
Definition at line 434 of file ProjectExplorerTable.java. |
|
Definition at line 586 of file ProjectExplorerTable.java. |
|
Definition at line 476 of file ProjectExplorerTable.java. |
|
Definition at line 465 of file ProjectExplorerTable.java. |
|
Definition at line 472 of file ProjectExplorerTable.java. |
|
Definition at line 480 of file ProjectExplorerTable.java. References ikayaki.gui.StyledWrapper.font, ikayaki.Project.getTimestamp(), ikayaki.Project.loadProject(), ikayaki.gui.null, ikayaki.gui.StyledWrapper.value, and ikayaki.gui.value. |
Here is the call graph for this function:
|
Updates the file list when a project file has been saved and which project has a measurement running.
Implements ikayaki.ProjectListener. Definition at line 600 of file ProjectExplorerTable.java. References ikayaki.ProjectEvent.FILE_SAVED, ikayaki.Project.getFile(), ikayaki.ProjectEvent.getProject(), ikayaki.Project.getState(), ikayaki.ProjectEvent.getType(), ikayaki.Project.IDLE, ikayaki.gui.null, and ikayaki.ProjectEvent.STATE_CHANGED. Referenced by ikayaki.gui.ProjectExplorerTable.projectUpdated(). |
Here is the call graph for this function:
|
Definition at line 422 of file ProjectExplorerTable.java. |
|
Definition at line 419 of file ProjectExplorerTable.java. |
|
The project's file who last completed a measurement, or null if no recent measurements exists. Definition at line 432 of file ProjectExplorerTable.java. |
|
Definition at line 421 of file ProjectExplorerTable.java. |
|
The project's file who currently has a measurement running, or null if no measurements are active Definition at line 427 of file ProjectExplorerTable.java. |
|
Definition at line 420 of file ProjectExplorerTable.java. |