Uses of Class
adams.gui.core.KeyValuePairTableModel
-
Packages that use KeyValuePairTableModel Package Description adams.gui.core adams.gui.core.dom adams.gui.dialog adams.gui.flow.menu adams.gui.flow.tab -
-
Uses of KeyValuePairTableModel in adams.gui.core
Subclasses of KeyValuePairTableModel in adams.gui.core Modifier and Type Class Description class
MapTableModel
The model for displaying a map.class
PropertiesTableModel
Table model for displaying a properties object. -
Uses of KeyValuePairTableModel in adams.gui.core.dom
Fields in adams.gui.core.dom declared as KeyValuePairTableModel Modifier and Type Field Description protected KeyValuePairTableModel
DOMTreeWithPreview. m_Model
the key-value pair table model. -
Uses of KeyValuePairTableModel in adams.gui.dialog
Fields in adams.gui.dialog declared as KeyValuePairTableModel Modifier and Type Field Description protected KeyValuePairTableModel
DisplayEmailPanel. m_ModelAttachments
the attachments model.protected KeyValuePairTableModel
DisplayEmailPanel. m_ModelRecipients
the recipients model. -
Uses of KeyValuePairTableModel in adams.gui.flow.menu
Methods in adams.gui.flow.menu that return KeyValuePairTableModel Modifier and Type Method Description protected KeyValuePairTableModel
ShowTriggers. getTabelModel()
Returns a table model with the current triggers. -
Uses of KeyValuePairTableModel in adams.gui.flow.tab
Fields in adams.gui.flow.tab declared as KeyValuePairTableModel Modifier and Type Field Description protected KeyValuePairTableModel
EffectiveTagsTab. m_Model
the model for the tags.
-