Package jaxx.runtime.swing.editor
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 classFileEditorHandler.ExtentionFileFiler -
Field Summary
Fields Modifier and Type Field Description protected javax.swing.JDialogdialogOwnerTo set the dialog (see https://forge.nuiton.org/issues/2578).static java.io.FilelastSelectedPathstatic java.lang.StringSEPARATOR_REGEXprotected FileEditorview -
Constructor Summary
Constructors Constructor Description FileEditorHandler(FileEditor view) -
Method Summary
Modifier and Type Method Description voidopenLocation()protected voidsetDialogOwner(javax.swing.JDialog dialogOwner)voidsetSelectedFile(java.io.File file)voidsetSelectedFile(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
-
dialogOwner
protected javax.swing.JDialog dialogOwnerTo set the dialog (see https://forge.nuiton.org/issues/2578).- Since:
- 2.5.12
-
-
Constructor Details
-
FileEditorHandler
-
-
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)
-