Class PropertiesParameterDialog

    • Field Detail

      • m_PaneInfo

        protected BaseTextPane m_PaneInfo
        for displaying some info.
      • m_PropertiesParameterPanel

        protected PropertiesParameterPanel m_PropertiesParameterPanel
        the properties panel in use.
    • Constructor Detail

      • PropertiesParameterDialog

        public PropertiesParameterDialog​(Dialog owner)
        Creates a modeless dialog without a title with the specified Dialog as its owner.
        Parameters:
        owner - the owning dialog
      • PropertiesParameterDialog

        public PropertiesParameterDialog​(Dialog owner,
                                         Dialog.ModalityType modality)
        Creates a dialog with the specified owner Dialog and modality.
        Parameters:
        owner - the owning dialog
        modality - the type of modality
      • PropertiesParameterDialog

        public PropertiesParameterDialog​(Dialog owner,
                                         String title)
        Creates a modeless dialog with the specified title and with the specified owner dialog.
        Parameters:
        owner - the owning dialog
        title - the title of the dialog
      • PropertiesParameterDialog

        public PropertiesParameterDialog​(Dialog owner,
                                         String title,
                                         Dialog.ModalityType modality)
        Creates a dialog with the specified title, modality and the specified owner Dialog.
        Parameters:
        owner - the owning dialog
        title - the title of the dialog
        modality - the type of modality
      • PropertiesParameterDialog

        public PropertiesParameterDialog​(Frame owner)
        Creates a modeless dialog without a title with the specified Frame as its owner.
        Parameters:
        owner - the owning frame
      • PropertiesParameterDialog

        public PropertiesParameterDialog​(Frame owner,
                                         boolean modal)
        Creates a dialog with the specified owner Frame, modality and an empty title.
        Parameters:
        owner - the owning frame
        modal - whether the dialog is modal or not
      • PropertiesParameterDialog

        public PropertiesParameterDialog​(Frame owner,
                                         String title)
        Creates a modeless dialog with the specified title and with the specified owner frame.
        Parameters:
        owner - the owning frame
        title - the title of the dialog
      • PropertiesParameterDialog

        public PropertiesParameterDialog​(Frame owner,
                                         String title,
                                         boolean modal)
        Creates a dialog with the specified owner Frame, modality and title.
        Parameters:
        owner - the owning frame
        title - the title of the dialog
        modal - whether the dialog is modal or not
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class ApprovalDialog
      • setInfo

        public void setInfo​(String value)
        Sets the info text to display. Automatically displays the pane if there is text or hides it if empty/null.
        Parameters:
        value - the info to display, null or empty to hide
      • getInfo

        public String getInfo()
        Returns the current info text.
        Returns:
        the text
      • getPropertiesParameterPanel

        public PropertiesParameterPanel getPropertiesParameterPanel()
        Returns the underlying panel.
        Returns:
        the panel
      • setProperties

        public void setProperties​(Properties value)
        Sets the properties in the underlying PropertiesParameterPanel.
        Parameters:
        value - the properties to apply