Class BrowserTableau

    • Method Detail

      • setEditable

        public void setEditable​(boolean flag)
        Make the tableau editable or uneditable. Notice that this does not change whether the effigy is modifiable, so other tableaux on the same effigy may still modify the associated file.
        Overrides:
        setEditable in class Tableau
        Parameters:
        flag - False to make the tableau uneditable.
        See Also:
        Tableau.isEditable()
      • show

        public void show()
        Make this tableau visible by calling BrowserLauncher.openURL(String) with URI from the effigy. Most browsers are smart enough so that if the browser is already displaying the URI, then that window will be brought to the foreground. We are limited by the lack of communication between Java and the browser, so this is the best we can do. If the URI ends in "#in_browser", we strip it off before passing the URI to the browser. #in_browser is used by HTMLViewer to force a hyperlink to be opened in a browser.
        Overrides:
        show in class Tableau