Package edu.tufts.hrilab.action.gui
Class FileWrapper
java.lang.Object
edu.tufts.hrilab.action.gui.FileWrapper
The only purpose of this class is to store a file path alongside the file name,
for use in a JTree, as user object.
-
Constructor Summary
ConstructorsConstructorDescriptionFileWrapper
(String n, String p) FileWrapper
(String n, String p, boolean directory) -
Method Summary