ulu.view
Interface UContained

- All Known Subinterfaces:
- Item, JAFable, View
- All Known Implementing Classes:
- ItemImpl, ViewImpl
- public interface UContained
generic interface for an object that can be contained by other objects, and is able to
refer to its parent container. This is a tree-like item, and can have only one parent at a
time.
PROP_PARENT
public static final java.lang.String PROP_PARENT
- standard property name denoting a reference to a parent item
- See Also:
- Constant Field Values
getParent
public UContainer getParent()
- get the parent Container
setParent
public void setParent(UContainer u)
- set the parent Container