|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Repository | |
org.openide | Jumping-off points for all the rest of the IDE's functionality. |
org.openide.filesystems | The IDE internally uses the concept of a virtual filesystem. |
Uses of Repository in org.openide |
Methods in org.openide that return Repository | |
abstract Repository |
TopManager.getRepository()
Get the Repository of user and system files. |
Uses of Repository in org.openide.filesystems |
Methods in org.openide.filesystems that return Repository | |
Repository |
RepositoryEvent.getRepository()
Getter for the file system pool that is modified. |
Repository |
RepositoryReorderedEvent.getRepository()
Get the affected file system pool. |
static Repository |
Repository.getDefault()
Access method to get default instance of repository in the system. |
Constructors in org.openide.filesystems with parameters of type Repository | |
RepositoryEvent(Repository fsp,
FileSystem fs,
boolean add)
Create a new file system pool event. |
|
RepositoryReorderedEvent(Repository fsp,
int[] perm)
Create a new reorder event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |