ScheduleLists from CSV filesSee: Description
| Class | Description |
|---|---|
| ColumnSelectionComboBoxModel |
ComboBox model for choosing a column from a table.
|
| ColumnSelectionTableCellEditor |
JComboBox-based TableCellEditor for selecting table columns. |
| ColumnSelectionTableCellRenderer |
TableCellRenderer implementation for table column selection cells. |
| InterfaceConfigurationTableCellEditor |
This class manages table cell editors for the
InterfaceImportConfigurationPanel |
| InterfaceConfigurationTableCellRenderer |
This class manages table cell renderers for the
InterfaceImportConfigurationPanel. |
| InterfaceImportConfigurationPanel |
GUI panel for managing the CSV import of interface-related data.
|
| ScheduleCsvImportDialog |
Dialog for importing schedules from CSV data
|
| SystemConfigurationPanel |
JPanel containing global settings for the schedule CSV import.
|
| SystemVariablesTableCellEditor |
Table cell editor for the systems variable import settings table
|
| SystemVariablesTableCellRenderer |
Table cell renderer for variable import configuration data
|
| VariableImportConfigurationPanel |
GUI panel for configuring the CSV import of system variables data
|
| Enum | Description |
|---|---|
| VariableImportConfigurationPanel.SystemVariableType |
ScheduleLists from CSV files