|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GenericInterface
| Field Summary | |
|---|---|
static java.lang.String |
Name
Some defined property constants. |
| Method Summary | |
|---|---|
void |
addChild(GenericInterface child)
Add a child. |
void |
addListener(GenericEventInterface geh)
Add a listener. |
void |
addParent(GenericInterface parent)
Add a parent. |
java.lang.Object |
get(java.lang.Object key,
java.lang.Object def)
Get Object representing key. |
java.util.Enumeration |
getChildren(java.lang.Object type)
Get an enumeration of our children. |
java.lang.Object |
getClassname()
Get our class description. |
java.util.Enumeration |
getParents(java.lang.Object type)
Get an Enumeration of our parents. |
java.util.Enumeration |
getProperties()
Return an enumeration of our properties. |
void |
removeChild(GenericInterface child)
Remove a child. |
void |
removeListener(GenericEventInterface geh)
Remove a listener. |
void |
removeParent(GenericInterface parent)
Remove a parent. |
java.lang.Object |
set(java.lang.Object key,
java.lang.Object value)
Set an object value. |
void |
setClassname(java.lang.String classname)
Set our classname. |
| Field Detail |
|---|
static final java.lang.String Name
| Method Detail |
|---|
java.util.Enumeration getProperties()
java.lang.Object get(java.lang.Object key,
java.lang.Object def)
java.lang.Object set(java.lang.Object key,
java.lang.Object value)
java.lang.Object getClassname()
void setClassname(java.lang.String classname)
java.util.Enumeration getParents(java.lang.Object type)
void addParent(GenericInterface parent)
void removeParent(GenericInterface parent)
java.util.Enumeration getChildren(java.lang.Object type)
void addChild(GenericInterface child)
void removeChild(GenericInterface child)
void addListener(GenericEventInterface geh)
void removeListener(GenericEventInterface geh)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||