Class FileEditor

    • Constructor Detail

      • FileEditor

        public FileEditor()
      • FileEditor

        public FileEditor​(JAXXContext parentContext)
    • Method Detail

      • setSelectedFile

        public void setSelectedFile​(File selectedFile)
      • setSelectedFilePath

        public void setSelectedFilePath​(String startPath)
      • getSelectedFile

        public File getSelectedFile()
        public void setSelectedFile(String startPath) { this.selectedFile = null; setStartPath(startPath); fireActionEvent(); }
      • setDialogOwner

        public void setDialogOwner​(JDialog dialogOwner)
      • doActionPerformed__on__boutonXslLocation

        public void doActionPerformed__on__boutonXslLocation​(ActionEvent event)
      • doActionPerformed__on__resetButton

        public void doActionPerformed__on__resetButton​(ActionEvent event)
      • doKeyReleased__on__pathField

        public void doKeyReleased__on__pathField​(KeyEvent event)
      • getAcceptAllFileFilterUsed

        public Boolean getAcceptAllFileFilterUsed()
      • getBoutonXslLocation

        public JButton getBoutonXslLocation()
      • getDirectoryEnabled

        public Boolean getDirectoryEnabled()
      • getExts

        public String getExts()
      • getExtsDescription

        public String getExtsDescription()
      • getFileEnabled

        public Boolean getFileEnabled()
      • getResetButton

        public JButton getResetButton()
      • getShowReset

        public Boolean getShowReset()
      • getStartPath

        public String getStartPath()
      • getTitle

        public String getTitle()
      • getToolbar

        public JToolBar getToolbar()
      • isAcceptAllFileFilterUsed

        public Boolean isAcceptAllFileFilterUsed()
      • isDirectoryEnabled

        public Boolean isDirectoryEnabled()
      • isFileEnabled

        public Boolean isFileEnabled()
      • isShowReset

        public Boolean isShowReset()
      • setAcceptAllFileFilterUsed

        public void setAcceptAllFileFilterUsed​(Boolean acceptAllFileFilterUsed)
      • setDirectoryEnabled

        public void setDirectoryEnabled​(Boolean directoryEnabled)
      • setExts

        public void setExts​(String exts)
      • setExtsDescription

        public void setExtsDescription​(String extsDescription)
      • setFileEnabled

        public void setFileEnabled​(Boolean fileEnabled)
      • setShowReset

        public void setShowReset​(Boolean showReset)
      • setStartPath

        public void setStartPath​(String startPath)
      • setTitle

        public void setTitle​(String title)
      • addChildrenToToolbar

        protected void addChildrenToToolbar()
      • createAcceptAllFileFilterUsed

        protected void createAcceptAllFileFilterUsed()
      • createBoutonXslLocation

        protected void createBoutonXslLocation()
      • createDirectoryEnabled

        protected void createDirectoryEnabled()
      • createExts

        protected void createExts()
      • createExtsDescription

        protected void createExtsDescription()
      • createFileEnabled

        protected void createFileEnabled()
      • createHandler

        protected void createHandler()
      • createPathField

        protected void createPathField()
      • createResetButton

        protected void createResetButton()
      • createShowReset

        protected void createShowReset()
      • createStartPath

        protected void createStartPath()
      • createTitle

        protected void createTitle()
      • createToolbar

        protected void createToolbar()