Class RepositoryTreeDialog

    • Constructor Detail

      • RepositoryTreeDialog

        public RepositoryTreeDialog​(JDialog dialog,
                                    boolean addNewButtonPanel)
      • RepositoryTreeDialog

        public RepositoryTreeDialog​(boolean addNewButtonPanel)
      • RepositoryTreeDialog

        public RepositoryTreeDialog​(Frame owner,
                                    boolean addNewButtonPanel)
    • Method Detail

      • init

        protected void init​(boolean addNewButtonPanel)
      • getDialogId

        protected String getDialogId()
        Specified by:
        getDialogId in class org.pentaho.reporting.libraries.designtime.swing.CommonDialog
      • getSelectedPath

        public org.apache.commons.vfs2.FileObject getSelectedPath()
      • setSelectedPath

        public void setSelectedPath​(org.apache.commons.vfs2.FileObject path)
                             throws org.apache.commons.vfs2.FileSystemException
        Throws:
        org.apache.commons.vfs2.FileSystemException
      • performSelectLocation

        public org.apache.commons.vfs2.FileObject performSelectLocation​(org.apache.commons.vfs2.FileObject fileSystemRoot,
                                                                        String[] filter,
                                                                        org.apache.commons.vfs2.FileObject publishLocation)
                                                                 throws org.apache.commons.vfs2.FileSystemException
        Throws:
        org.apache.commons.vfs2.FileSystemException
      • setDirty

        protected void setDirty​(boolean dirty)
      • isDirty

        public boolean isDirty()
      • createContentPane

        protected Component createContentPane()
        Specified by:
        createContentPane in class org.pentaho.reporting.libraries.designtime.swing.CommonDialog