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 StringEnterManyValues. doInteractInDialog(PropertiesParameterPanel panel, JPanel panelMsg)Performs the interaction using a dialog.protected StringEnterManyValues. 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 booleanAbstractArrayValueDefinition. addToPanel(PropertiesParameterPanel panel)Adds the value to the panel.booleanAbstractGOEValueDefinition. addToPanel(PropertiesParameterPanel panel)Adds the value to the panel.abstract booleanAbstractValueDefinition. addToPanel(PropertiesParameterPanel panel)Adds the value to the panel.booleanDefaultValueDefinition. addToPanel(PropertiesParameterPanel panel)Adds the value to the panel.booleanDirectoryValueDefinition. addToPanel(PropertiesParameterPanel panel)Adds the value to the panel.booleanEnumValueDefinition. addToPanel(PropertiesParameterPanel panel)Adds the value to the panel.booleanFileValueDefinition. addToPanel(PropertiesParameterPanel panel)Adds the value to the panel.booleanListSelectionValueDefinition. addToPanel(PropertiesParameterPanel panel)Adds the value to the panel.booleanRegExpConstrainedStringDefinition. 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 PropertiesParameterPanelAbstractPropertiesPreferencesPanel. m_PanelPreferencesthe 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 PropertiesParameterPanelPropertiesParameterDialog. m_PropertiesParameterPanelthe properties panel in use.Methods in adams.gui.dialog that return PropertiesParameterPanel Modifier and Type Method Description PropertiesParameterPanelPropertiesParameterDialog. 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 PropertiesParameterPanelParameterPanelPage. m_PanelParameterthe parameter panel for displaying the parameters.Methods in adams.gui.wizard that return PropertiesParameterPanel Modifier and Type Method Description PropertiesParameterPanelParameterPanelPage. getParameterPanel()Returns the underlying parameter panel.
-