public class FileEditorHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FileEditorHandler.ExtentionFileFiler |
| Modifier and Type | Field and Description |
|---|---|
protected JDialog |
dialogOwner
To set the dialog (see http://nuiton.org/issues/2578).
|
static File |
lastSelectedPath |
static String |
SEPARATOR_REGEX |
protected FileEditor |
view |
| Constructor and Description |
|---|
FileEditorHandler(FileEditor view) |
| Modifier and Type | Method and Description |
|---|---|
void |
openLocation() |
protected void |
setDialogOwner(JDialog dialogOwner) |
void |
setSelectedFile(File file) |
void |
setSelectedFile(String path) |
public static final String SEPARATOR_REGEX
public static File lastSelectedPath
protected FileEditor view
protected JDialog dialogOwner
public FileEditorHandler(FileEditor view)
Copyright © 2008–2014 CodeLutin. All rights reserved.