Class FileEditorHandler


  • public class FileEditorHandler
    extends Object
    Author:
    Sylvain Lletellier
    • Field Detail

      • lastSelectedPath

        public static File lastSelectedPath
      • dialogOwner

        protected JDialog dialogOwner
        To set the dialog (see https://forge.nuiton.org/issues/2578).
        Since:
        2.5.12
    • Constructor Detail

      • FileEditorHandler

        public FileEditorHandler​(FileEditor view)
    • Method Detail

      • openLocation

        public void openLocation()
      • setSelectedFile

        public void setSelectedFile​(String path)
      • setSelectedFile

        public void setSelectedFile​(File file)
      • setDialogOwner

        protected void setDialogOwner​(JDialog dialogOwner)