@Deprecated
public abstract class RepositoryNodeFactory
extends java.lang.Object
| Modifier | Constructor | Description |
|---|---|---|
protected |
RepositoryNodeFactory() |
Deprecated.
Subclass constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RepositoryNodeFactory |
getDefault() |
Deprecated.
Get the default factory.
|
abstract org.openide.nodes.Node |
repository(DataFilter f) |
Deprecated.
Create a node representing a subset of the repository of filesystems.
|
protected RepositoryNodeFactory()
public static RepositoryNodeFactory getDefault()
public abstract org.openide.nodes.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 filterBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.