Inherits javax::swing::JPanel.
Classes | |
| class | Table |
Public Member Functions | |
| EditVariablesPanel (CommandCenterGui controller) | |
| void | preShow (Map< String, Object > writeTo, Map< String, Object > inProject, Map< String, Object > inSession) |
| void | afterOk () |
Protected Attributes | |
| Table | t1 |
| Table | t2 |
| CommandCenterGui | controller |
| Map< String, Object > | writeTo |
| Map< String, Object > | inProject |
| Map< String, Object > | inSession |
Allows to edit the variables.
| alma.acs.commandcenter.gui.EditVariablesPanel.EditVariablesPanel | ( | CommandCenterGui | controller | ) |
| void alma.acs.commandcenter.gui.EditVariablesPanel.afterOk | ( | ) |
| void alma.acs.commandcenter.gui.EditVariablesPanel.preShow | ( | Map< String, Object > | writeTo, | |
| Map< String, Object > | inProject, | |||
| Map< String, Object > | inSession | |||
| ) |
Map<String,Object> alma.acs.commandcenter.gui.EditVariablesPanel.inProject [protected] |
Map<String,Object> alma.acs.commandcenter.gui.EditVariablesPanel.inSession [protected] |
Table alma.acs.commandcenter.gui.EditVariablesPanel.t1 [protected] |
Table alma.acs.commandcenter.gui.EditVariablesPanel.t2 [protected] |
Map<String,Object> alma.acs.commandcenter.gui.EditVariablesPanel.writeTo [protected] |
Referenced by alma.acs.commandcenter.gui.EditVariablesPanel.afterOk().
1.7.0