Package jaxx.runtime.swing.editor
Class FileEditorHandler
- java.lang.Object
-
- jaxx.runtime.swing.editor.FileEditorHandler
-
public class FileEditorHandler extends 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 JDialogdialogOwnerTo set the dialog (see https://forge.nuiton.org/issues/2578).static FilelastSelectedPathstatic StringSEPARATOR_REGEXprotected FileEditorview
-
Constructor Summary
Constructors Constructor Description FileEditorHandler(FileEditor view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidopenLocation()protected voidsetDialogOwner(JDialog dialogOwner)voidsetSelectedFile(File file)voidsetSelectedFile(String path)
-
-
-
Field Detail
-
SEPARATOR_REGEX
public static final String SEPARATOR_REGEX
- See Also:
- Constant Field Values
-
lastSelectedPath
public static File lastSelectedPath
-
view
protected FileEditor view
-
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)
-
-