|
org.openide.loaders 5.9.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DataObject.Container
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 |
---|
static final String PROP_CHILDREN
Method Detail |
---|
DataObject[] getChildren()
void addPropertyChangeListener(PropertyChangeListener l)
l
- the listenervoid removePropertyChangeListener(PropertyChangeListener l)
l
- the listener
|
org.openide.loaders 5.9.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |