Class BaseTextChooserPanel

    • Field Detail

      • m_DialogTitle

        protected String m_DialogTitle
        the title for the text dialog.
      • m_DialogSize

        protected Dimension m_DialogSize
        the dialog size.
    • Constructor Detail

      • BaseTextChooserPanel

        public BaseTextChooserPanel()
        Initializes the panel with no text.
      • BaseTextChooserPanel

        public BaseTextChooserPanel​(BaseText text)
        Initializes the panel with the given text.
        Parameters:
        text - the text to use
    • Method Detail

      • setDialogTitle

        public void setDialogTitle​(String value)
        Sets the title for the text dialog.
        Parameters:
        value - the title
      • getDialogTitle

        public String getDialogTitle()
        Returns the title for the text dialog.
        Returns:
        the title
      • setDialogSize

        public void setDialogSize​(Dimension value)
        Sets the size of the text dialog.
        Parameters:
        value - the size
      • getDialogSize

        public Dimension getDialogSize()
        Returns the size of the text dialog.
        Returns:
        the size