Class BaseEditorPane

    • Constructor Detail

      • BaseEditorPane

        public BaseEditorPane()
        Default constructor.
      • BaseEditorPane

        public BaseEditorPane​(URL url)
                       throws IOException
        Initializes the pane and loads the specified page.
        Parameters:
        url - the page to load
        Throws:
        IOException - if loading the page fails
      • BaseEditorPane

        public BaseEditorPane​(String url)
                       throws IOException
        Initializes the pane and loads the specified page.
        Parameters:
        url - the page to load
        Throws:
        IOException - if loading the page fails
      • BaseEditorPane

        public BaseEditorPane​(String type,
                              String text)
        Initializes the pane with the specified mimetype and text.
        Parameters:
        type - the mimetype
        text - the text to display
    • Method Detail

      • initialize

        protected void initialize()
        Initializes the widget.
      • createRightClickMenu

        protected BasePopupMenu createRightClickMenu()
        Creates a right-click popup menu.
        Returns:
        the menu