Uses of Class
adams.gui.goe.PropertySheetPanel
-
Packages that use PropertySheetPanel Package Description adams.gui.goe adams.gui.wizard -
-
Uses of PropertySheetPanel in adams.gui.goe
Fields in adams.gui.goe declared as PropertySheetPanel Modifier and Type Field Description protected PropertySheetPanelGenericObjectEditor.GOEPanel. m_PropertySheetChildThe component that performs object customization.protected PropertySheetPanelInlineEditor. m_PropertySheetPanelwhether the editor is located in a PropertySheetPanel.Methods in adams.gui.goe that return PropertySheetPanel Modifier and Type Method Description static PropertySheetPanelVariableSupport. findParent(Container c)Returns the PropertySheetPanel parent of this container.Methods in adams.gui.goe with parameters of type PropertySheetPanel Modifier and Type Method Description static BasePopupMenuVariableSupport. createPopup(PropertySheetPanel parent, PropertyEditor editor)Creates a popup menu for variable management.static BasePopupMenuVariableSupport. updatePopup(PropertySheetPanel parent, PropertyEditor editor, BasePopupMenu menu)Updates a popup menu and adds menu items for variable management.Constructors in adams.gui.goe with parameters of type PropertySheetPanel Constructor Description InlineEditor(PropertyEditor pe, PropertySheetPanel panel)Sets up the editing component with the supplied editor. -
Uses of PropertySheetPanel in adams.gui.wizard
Fields in adams.gui.wizard declared as PropertySheetPanel Modifier and Type Field Description protected PropertySheetPanelPropertySheetPanelPage. m_PanelSheetthe parameter panel for displaying the parameters.Methods in adams.gui.wizard that return PropertySheetPanel Modifier and Type Method Description PropertySheetPanelPropertySheetPanelPage. getParameterPanel()Returns the underlying property sheet panel.
-