Class FileEditorHandler

java.lang.Object
jaxx.runtime.swing.editor.FileEditorHandler

public class FileEditorHandler
extends java.lang.Object
Author:
Sylvain Lletellier
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  FileEditorHandler.ExtentionFileFiler  
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected javax.swing.JDialog dialogOwner
    To set the dialog (see https://forge.nuiton.org/issues/2578).
    static java.io.File lastSelectedPath  
    static java.lang.String SEPARATOR_REGEX  
    protected FileEditor view  
  • Constructor Summary

    Constructors
    Constructor Description
    FileEditorHandler​(FileEditor view)  
  • Method Summary

    Modifier and Type Method Description
    void openLocation()  
    protected void setDialogOwner​(javax.swing.JDialog dialogOwner)  
    void setSelectedFile​(java.io.File file)  
    void setSelectedFile​(java.lang.String path)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SEPARATOR_REGEX

      public static final java.lang.String SEPARATOR_REGEX
      See Also:
      Constant Field Values
    • lastSelectedPath

      public static java.io.File lastSelectedPath
    • view

      protected FileEditor view
    • dialogOwner

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

    • FileEditorHandler

      public FileEditorHandler​(FileEditor view)
  • Method Details

    • openLocation

      public void openLocation()
    • setSelectedFile

      public void setSelectedFile​(java.lang.String path)
    • setSelectedFile

      public void setSelectedFile​(java.io.File file)
    • setDialogOwner

      protected void setDialogOwner​(javax.swing.JDialog dialogOwner)