Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
V
verifyOverride(String, File)
- Static method in class file.
FileDialogs
verifyOverride(String, String)
- Static method in class file.
FileDialogs
verifyOverwrite(File)
- Static method in class file.
FileDialogs
verifyOverwrite(String)
- Static method in class file.
FileDialogs
vfs
- package vfs
The vfs package implements virtual file systems.
VFSDirectory
- Class in
vfs
A VFSDirectory is a container for VFSItem objects in a virtual file system.
VFSDirectory(URL)
- Constructor for class vfs.
VFSDirectory
new VFSDirectory(url) returns a virtual file system root directory representing the directory whose URL is url.
VFSDirectory(String, VFSDirectory)
- Constructor for class vfs.
VFSDirectory
new VFSDirectory(nm, par) returns a virtual directory named nm whose parent is par.
VFSError
- Error in
vfs
A VFSError is used to rethrow checked exceptions as unchecked exceptions, which do not require a try..catch statement.
VFSError(Throwable)
- Constructor for error vfs.
VFSError
throw new VFSError(ex) rethrows ex as an unchecked execption with no additional message.
VFSError(String, Throwable)
- Constructor for error vfs.
VFSError
throw new VFSError(msg, ex) rethrows ex as an unchecked execption with additional message msg.
VFSFile
- Class in
vfs
A VFSFile is a leaf item in a virtual file system.
VFSFile(String, VFSDirectory)
- Constructor for class vfs.
VFSFile
new VFSFile(nm, par) returns a virtual file for a file named nm whose parent directory is par.
VFSItem
- Interface in
vfs
A VFSItem is an item in a virtual file system.
VFSRoot
- Class in
vfs
A VFSRoot is the root of a virtual file system.
VFSRoot(Class, String)
- Constructor for class vfs.
VFSRoot
new VFSRoot(c, nm) returns a virtual file system root for the directory named nm in the classpath entry containing c.
VFSRoot(Class)
- Constructor for class vfs.
VFSRoot
new VFSRoot(c) returns a virtual file system root for the package that contains c.
VFSVisitor
- Interface in
vfs
A VFSVisitor executes an algorithm with files and directories while being escorted through a virtual file system.
View
<
T
,
TM
extends
Model
<? extends
T
>> - Interface in
mvc
DOCME.
Viewable
- Interface in
gui
A Viewable is an object that can supply a component for viewing.
ViewableNamer
- Class in
mvc
A ViewableNamer names Viewable objects using the getName() method of the object's view component.
ViewableNamer()
- Constructor for class mvc.
ViewableNamer
new ViewableNamer() returns a new ViewableNamer.
visit(VFSFile)
- Method in interface vfs.
VFSVisitor
v.visit(f) performs algorithm steps required when v is escorted to the file f.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X