Package | Description |
---|---|
org.openide.filesystems |
NetBeans internally uses the concept of a
virtual filesystem.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FileUtil.affectsOrder(FileAttributeEvent event)
Checks whether a change in a given file attribute would affect the result of
FileUtil.getOrder(java.util.Collection<org.openide.filesystems.FileObject>, boolean) . |
void |
FileChangeListener.fileAttributeChanged(FileAttributeEvent fe)
Fired when a file attribute is changed.
|
void |
FileChangeAdapter.fileAttributeChanged(FileAttributeEvent fe)
Fired when a file attribute is changed.
|
protected void |
FileObject.fireFileAttributeChangedEvent(Enumeration<FileChangeListener> en,
FileAttributeEvent fe)
Fire file attribute change event.
|