|
org.openide.nodes 7.21.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Node.Handle
Serializable node reference. The node should not
be serialized directly but via this handle. One can obtain a handle
by a call to Node.getHandle()
.
If that methods returns a non-null
value, one can serialize it,
and after deserialization
use getNode()
to obtain the original node.
Related documentation
Field Summary | |
---|---|
static long |
serialVersionUID
Deprecated. Only public by accident. |
Method Summary | |
---|---|
Node |
getNode()
Reconstitute the node for this handle. |
Field Detail |
---|
@Deprecated static final long serialVersionUID
Method Detail |
---|
Node getNode() throws IOException
IOException
- if the node cannot be created
|
org.openide.nodes 7.21.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |