Uses of Class
adams.gui.core.PropertiesParameterPanel
-
Packages that use PropertiesParameterPanel Package Description adams.flow.source adams.flow.source.valuedefinition adams.gui.application adams.gui.dialog adams.gui.wizard -
-
Uses of PropertiesParameterPanel in adams.flow.source
Methods in adams.flow.source with parameters of type PropertiesParameterPanel Modifier and Type Method Description protected String
EnterManyValues. doInteractInDialog(PropertiesParameterPanel panel, JPanel panelMsg)
Performs the interaction using a dialog.protected String
EnterManyValues. doInteractInNotificationArea(PropertiesParameterPanel panel, JPanel panelMsg)
Performs the interaction using the notification area. -
Uses of PropertiesParameterPanel in adams.flow.source.valuedefinition
Methods in adams.flow.source.valuedefinition with parameters of type PropertiesParameterPanel Modifier and Type Method Description boolean
AbstractArrayValueDefinition. addToPanel(PropertiesParameterPanel panel)
Adds the value to the panel.boolean
AbstractGOEValueDefinition. addToPanel(PropertiesParameterPanel panel)
Adds the value to the panel.abstract boolean
AbstractValueDefinition. addToPanel(PropertiesParameterPanel panel)
Adds the value to the panel.boolean
DefaultValueDefinition. addToPanel(PropertiesParameterPanel panel)
Adds the value to the panel.boolean
DirectoryValueDefinition. addToPanel(PropertiesParameterPanel panel)
Adds the value to the panel.boolean
EnumValueDefinition. addToPanel(PropertiesParameterPanel panel)
Adds the value to the panel.boolean
FileValueDefinition. addToPanel(PropertiesParameterPanel panel)
Adds the value to the panel.boolean
ListSelectionValueDefinition. addToPanel(PropertiesParameterPanel panel)
Adds the value to the panel.boolean
RegExpConstrainedStringDefinition. addToPanel(PropertiesParameterPanel panel)
Adds the value to the panel. -
Uses of PropertiesParameterPanel in adams.gui.application
Fields in adams.gui.application declared as PropertiesParameterPanel Modifier and Type Field Description protected PropertiesParameterPanel
AbstractPropertiesPreferencesPanel. m_PanelPreferences
the panel with the preferences. -
Uses of PropertiesParameterPanel in adams.gui.dialog
Fields in adams.gui.dialog declared as PropertiesParameterPanel Modifier and Type Field Description protected PropertiesParameterPanel
PropertiesParameterDialog. m_PropertiesParameterPanel
the properties panel in use.Methods in adams.gui.dialog that return PropertiesParameterPanel Modifier and Type Method Description PropertiesParameterPanel
PropertiesParameterDialog. getPropertiesParameterPanel()
Returns the underlying panel. -
Uses of PropertiesParameterPanel in adams.gui.wizard
Fields in adams.gui.wizard declared as PropertiesParameterPanel Modifier and Type Field Description protected PropertiesParameterPanel
ParameterPanelPage. m_PanelParameter
the parameter panel for displaying the parameters.Methods in adams.gui.wizard that return PropertiesParameterPanel Modifier and Type Method Description PropertiesParameterPanel
ParameterPanelPage. getParameterPanel()
Returns the underlying parameter panel.
-