NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
eppleton Posted via mailing list.
|
|
| Back to top |
|
 |
Thomas Meyer Posted via mailing list.
|
Posted: Sun Jul 19, 2009 8:23 pm Post subject: How to use FileEntry.Folder? |
|
|
Hello,
for example, I read with:
...
FileObject root;
... root initialization ...
Enumeration<? extends FileObject> entries = root.getChildren(true);
...
some files and folders and want to show them in a view. For the files
I have a DataObject which extends MultiDataObject and can show them
in the view. Purely by chance I found in the docs FileEntry.Folder but
I have no idea how to use it. Is it generally the right class for my goal?
(I want to use all the methods oft this class, too.)
Thank you very much,
Thomas Meyer |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|