Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ulu.view
Interface UContained  view UContained download UContained.java

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.


Field Summary
static java.lang.String PROP_PARENT
          standard property name denoting a reference to a parent item
 
Method Summary
 UContainer getParent()
          get the parent Container
 void setParent(UContainer u)
          set the parent Container
 

Field Detail

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
Method Detail

getParent

public UContainer getParent()
get the parent Container


setParent

public void setParent(UContainer u)
set the parent Container