Interface AuthorWorkspaceAccess

    • Method Detail

      • open

        @Deprecated
        boolean open​(java.io.File file)
        Deprecated.
        Use Workspace.open(URL) instead.
        Opens the specified File in a new editor.
        Parameters:
        file - The file to be opened.
        Returns:
        true if the operation has succeeded.
      • getAllEditorLocations

        java.net.URL[] getAllEditorLocations()
        Get all the editor locations.
        Returns:
        All the editor locations in the main editing area or empty array if no editor is opened.
        Since:
        13.2
      • getEditorAccess

        WSEditor getEditorAccess​(java.net.URL location)
        Find an editor access by location.
        Parameters:
        location - The editor location
        Returns:
        access to the found editor or null if no editor found with that location URL.
        Since:
        13.2