|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsWebSiteSelectSetOptions
| Constructor Summary | |
AimsWebSiteSelectSetOptions()
Creates new AimsWebSiteSelectMenuOptions |
|
| Method Summary | |
void |
add(AimsWebSiteSelectSetOption option)
Adds a new option to the collection. |
void |
clear()
Clears all options from the collection. |
java.lang.Object |
clone()
Creates a copy of this object. |
AimsWebSiteSelectSetOptions |
getCopy()
Creates a copy of this object. |
java.util.Iterator |
iterator()
Returns an iterator to loop through the options. |
void |
remove(java.lang.String description)
Removes the option with the specified description from the collection. |
int |
size()
Returns the number of options in the collection. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsWebSiteSelectSetOptions()
| Method Detail |
public java.lang.Object clone()
public AimsWebSiteSelectSetOptions getCopy()
public void add(AimsWebSiteSelectSetOption option)
option - The optionpublic void clear()
public java.util.Iterator iterator()
public void remove(java.lang.String description)
description - The description of the option.public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||