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 PropertySheetPanel
GenericObjectEditor.GOEPanel. m_PropertySheetChild
The component that performs object customization.protected PropertySheetPanel
InlineEditor. m_PropertySheetPanel
whether the editor is located in a PropertySheetPanel.Methods in adams.gui.goe that return PropertySheetPanel Modifier and Type Method Description static PropertySheetPanel
VariableSupport. 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 BasePopupMenu
VariableSupport. createPopup(PropertySheetPanel parent, PropertyEditor editor)
Creates a popup menu for variable management.static BasePopupMenu
VariableSupport. 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 PropertySheetPanel
PropertySheetPanelPage. m_PanelSheet
the parameter panel for displaying the parameters.Methods in adams.gui.wizard that return PropertySheetPanel Modifier and Type Method Description PropertySheetPanel
PropertySheetPanelPage. getParameterPanel()
Returns the underlying property sheet panel.
-