|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectastex.generic.Generic
public class Generic
| Field Summary | |
|---|---|
static java.lang.String |
ClassName
|
| Fields inherited from interface astex.generic.GenericInterface |
|---|
Name |
| Constructor Summary | |
|---|---|
Generic()
|
|
Generic(java.lang.String cl)
|
|
| Method Summary | |
|---|---|
void |
addChild(GenericInterface child)
Add a child. |
void |
addListener(GenericEventInterface gei)
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. |
boolean |
getBoolean(java.lang.Object property,
boolean def)
Get a boolean. |
java.util.Enumeration |
getChildren(java.lang.Object type)
Get an enumeration of our children. |
java.lang.Object |
getClassname()
Get our class description. |
double |
getDouble(java.lang.Object property,
double def)
Get a double. |
int |
getInteger(java.lang.Object property,
int def)
Get an int. |
java.util.Enumeration |
getParents(java.lang.Object type)
Get an Enumeration of our parents. |
java.util.Enumeration |
getProperties()
Return an enumeration of our properties. |
java.lang.String |
getString(java.lang.Object property,
java.lang.String def)
Get a String. |
static void |
main(java.lang.String[] args)
|
void |
removeChild(GenericInterface child)
Remove a child. |
void |
removeListener(GenericEventInterface gei)
Remove a listener. |
void |
removeParent(GenericInterface parent)
Remove a parent. |
java.lang.Object |
set(java.lang.Object name,
java.lang.Object value)
Set an object value. |
void |
setBoolean(java.lang.Object property,
boolean val)
Set a Boolean. |
void |
setClassname(java.lang.String c)
Set our classname. |
void |
setDouble(java.lang.Object property,
double val)
Set a double. |
void |
setInteger(java.lang.Object property,
int val)
Set an int. |
void |
setString(java.lang.Object property,
java.lang.String val)
Set a String. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ClassName
| Constructor Detail |
|---|
public Generic(java.lang.String cl)
public Generic()
| Method Detail |
|---|
public java.lang.Object get(java.lang.Object key,
java.lang.Object def)
GenericInterface
get in interface GenericInterface
public java.lang.Object set(java.lang.Object name,
java.lang.Object value)
GenericInterface
set in interface GenericInterfacepublic java.util.Enumeration getProperties()
GenericInterface
getProperties in interface GenericInterfacepublic void setClassname(java.lang.String c)
GenericInterface
setClassname in interface GenericInterfacepublic java.lang.Object getClassname()
GenericInterface
getClassname in interface GenericInterfacepublic void addChild(GenericInterface child)
GenericInterface
addChild in interface GenericInterfacepublic void removeChild(GenericInterface child)
GenericInterface
removeChild in interface GenericInterfacepublic java.util.Enumeration getChildren(java.lang.Object type)
GenericInterface
getChildren in interface GenericInterfacepublic void addParent(GenericInterface parent)
GenericInterface
addParent in interface GenericInterfacepublic void removeParent(GenericInterface parent)
GenericInterface
removeParent in interface GenericInterfacepublic java.util.Enumeration getParents(java.lang.Object type)
GenericInterface
getParents in interface GenericInterfacepublic void addListener(GenericEventInterface gei)
GenericInterface
addListener in interface GenericInterfacepublic void removeListener(GenericEventInterface gei)
GenericInterface
removeListener in interface GenericInterfacepublic static void main(java.lang.String[] args)
public double getDouble(java.lang.Object property,
double def)
public int getInteger(java.lang.Object property,
int def)
public java.lang.String getString(java.lang.Object property,
java.lang.String def)
public boolean getBoolean(java.lang.Object property,
boolean def)
public void setDouble(java.lang.Object property,
double val)
public void setInteger(java.lang.Object property,
int val)
public void setString(java.lang.Object property,
java.lang.String val)
public void setBoolean(java.lang.Object property,
boolean val)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||