All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.jcon.core.part.NodeUser

public interface NodeUser
A class may optionally implement this interface to indicate it wants its node. This should seldom be used, because it violates core encapsulation. This is an example of the Object User Pattern.


Method Index

 o setNode(Node)
Sets the node the part is in.

Methods

 o setNode
 public abstract void setNode(Node node)
Sets the node the part is in.


All Packages  Class Hierarchy  This Package  Previous  Next  Index