|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for objects that can contain other data objects. For example DataFolder and DataShadow implement this interface to allow others to access the contained objects in uniform maner
Field Summary | |
static String |
PROP_CHILDREN
Name of property that holds children of this container. |
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener l)
Adds a listener. |
DataObject[] |
getChildren()
|
void |
removePropertyChangeListener(PropertyChangeListener l)
Removes property change listener. |
Field Detail |
public static final String PROP_CHILDREN
Method Detail |
public DataObject[] getChildren()
public void addPropertyChangeListener(PropertyChangeListener l)
l
- the listenerpublic void removePropertyChangeListener(PropertyChangeListener l)
l
- the listener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |