Class TextualContentPanel

    • Field Detail

      • m_Component

        protected JComponent m_Component
        the actual component.
    • Constructor Detail

      • TextualContentPanel

        public TextualContentPanel​(JTextComponent comp,
                                   boolean useScrollPane)
        Initializes the panel with the specified textual component.
        Parameters:
        comp - the component to embed
        useScrollPane - whether to use a scroll pane
      • TextualContentPanel

        public TextualContentPanel​(BaseTextAreaWithButtons comp,
                                   boolean useScrollPane)
        Initializes the panel with the specified textual component.
        Parameters:
        comp - the component to embed
        useScrollPane - whether to use a scroll pane
      • TextualContentPanel

        public TextualContentPanel​(BaseTextPaneWithButtons comp,
                                   boolean useScrollPane)
        Initializes the panel with the specified textual component.
        Parameters:
        comp - the component to embed
        useScrollPane - whether to use a scroll pane