|
org.openide.loaders 5.9.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openide.loaders.RepositoryNodeFactory
public abstract class RepositoryNodeFactory
Provisional mechanism for displaying the Repository object. It will show all filesystems, possibly with a filter.
| Constructor Summary | |
|---|---|
protected |
RepositoryNodeFactory()
Deprecated. Subclass constructor. |
| Method Summary | |
|---|---|
static RepositoryNodeFactory |
getDefault()
Deprecated. Get the default factory. |
abstract Node |
repository(DataFilter f)
Deprecated. Create a node representing a subset of the repository of filesystems. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RepositoryNodeFactory()
| Method Detail |
|---|
public static RepositoryNodeFactory getDefault()
public abstract Node repository(DataFilter f)
DataFilter.ALL.
Nodes might be reused between calls, so if you plan to add this node to a
parent, clone it first.
f - a filter
|
org.openide.loaders 5.9.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||