| Package | Description |
|---|---|
| org.gjt.sp.jedit.browser |
jEdit's file system browser.
|
| org.gjt.sp.jedit.gui |
Various GUI controls and dialog boxes.
|
| org.gjt.sp.jedit.io |
Virtual file system and multi-threaded I/O.
|
| Modifier and Type | Method | Description |
|---|---|---|
VFSBrowser |
VFSFileChooserDialog.getBrowser() |
Returns the VFSBrowser instance used internally.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BrowserListener.filesActivated(VFSBrowser browser,
VFSFile[] files) |
The user has double-clicked a set of files.
|
void |
BrowserListener.filesSelected(VFSBrowser browser,
VFSFile[] files) |
The user has selected a set of files.
|
| Constructor | Description |
|---|---|
BrowserCommandsMenu(VFSBrowser browser,
VFSFile[] files) |
|
VFSFileNameField(VFSBrowser browser,
java.lang.String model) |
| Constructor | Description |
|---|---|
FilePropertiesDialog(View view,
VFSBrowser browser,
VFSFile[] files) |
The FilePropertiesDialog's constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
VFSFile.findCompletion(java.lang.String path,
java.lang.String complete,
VFSBrowser browser,
boolean dirsOnly) |