Class GenericObjectEditorPage

    • Constructor Detail

      • GenericObjectEditorPage

        public GenericObjectEditorPage()
        Default constructor.
      • GenericObjectEditorPage

        public GenericObjectEditorPage​(String pageName)
        Initializes the page with the given page name.
        Parameters:
        pageName - the page name to use
    • Method Detail

      • setClassType

        public void setClassType​(Class value)
        Sets the superclass.
        Parameters:
        value - the class
      • getClassType

        public Class getClassType()
        Returns the superclass.
        Returns:
        the object
      • setCanChangeClassInDialog

        public void setCanChangeClassInDialog​(boolean value)
        Sets whether the user can change the class.
        Parameters:
        value - true if can change class
      • getCanChangeClassInDialog

        public boolean getCanChangeClassInDialog()
        Returns whether the user can change the class.
        Returns:
        true if can change class
      • setValue

        public void setValue​(Object value)
        Sets the object to display the properties for.
        Parameters:
        value - the object
      • getValue

        public Object getValue()
        Returns the current object.
        Returns:
        the object
      • setProperties

        public void setProperties​(Properties value)
        Sets the properties to base the properties on.
        Specified by:
        setProperties in class AbstractWizardPage
        Parameters:
        value - the properties to use
      • getProperties

        public Properties getProperties()
        Returns the content of the page (ie parameters) as properties.
        Specified by:
        getProperties in class AbstractWizardPage
        Returns:
        the parameters as properties