|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--context.apps.Tour.DemoInterests
This class maintains a list of DemoInterest objects.
DemoInterest
, Serialized FormField Summary | |
static java.lang.String |
DEMO_INTERESTS
|
Constructor Summary | |
DemoInterests()
Basic empty constructor |
|
DemoInterests(AttributeNameValues atts)
|
Method Summary | |
void |
addDemoInterest(DemoInterest di)
Adds a DemoInterest object to the list |
void |
addDemoInterest(java.lang.String demo)
Adds a DemoInterest object to the list |
void |
addDemoInterest(java.lang.String demo,
java.lang.String interest)
Adds a DemoInterest object to the list |
java.util.Enumeration |
getEnumeration()
Returns an enumeration of the DemoInterest objects |
AttributeNameValues |
toAttributeNameValues()
|
Methods inherited from class java.util.Hashtable |
clear,
clone,
contains,
containsKey,
containsValue,
elements,
entrySet,
equals,
get,
hashCode,
isEmpty,
keys,
keySet,
put,
putAll,
rehash,
remove,
size,
toString,
values |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String DEMO_INTERESTS
Constructor Detail |
public DemoInterests()
public DemoInterests(AttributeNameValues atts)
Method Detail |
public void addDemoInterest(DemoInterest di)
public void addDemoInterest(java.lang.String demo)
public void addDemoInterest(java.lang.String demo, java.lang.String interest)
public java.util.Enumeration getEnumeration()
public AttributeNameValues toAttributeNameValues()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |