Class RepositoryOpenDialog

    • Constructor Detail

      • RepositoryOpenDialog

        public RepositoryOpenDialog()
      • RepositoryOpenDialog

        public RepositoryOpenDialog​(Frame owner)
      • RepositoryOpenDialog

        public RepositoryOpenDialog​(Dialog owner)
    • Method Detail

      • init

        public void init()
        Overrides:
        init in class org.pentaho.reporting.libraries.designtime.swing.CommonDialog
      • getDialogId

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

        public String[] getFilters()
      • setFilters

        public void setFilters​(String[] filters)
      • getSelectedView

        protected org.apache.commons.vfs2.FileObject getSelectedView()
      • setSelectedView

        public void setSelectedView​(org.apache.commons.vfs2.FileObject selectedView)
      • getFileNameTextField

        protected JTextField getFileNameTextField()
      • getLocationCombo

        protected JComboBox getLocationCombo()
      • createContentPane

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

        protected boolean isCreateFolderAllowed()
      • isDoubleClickConfirmsDialog

        protected boolean isDoubleClickConfirmsDialog()
      • createHeaderPanel

        protected JPanel createHeaderPanel()
      • createLocationFieldPanel

        protected JPanel createLocationFieldPanel()
      • validateInputs

        protected boolean validateInputs​(boolean onConfirm)
        Overrides:
        validateInputs in class org.pentaho.reporting.libraries.designtime.swing.CommonDialog