|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectspin.demo.prompt.PromptBeanImpl
public class PromptBeanImpl
Implementation of a prompt.
| Constructor Summary | |
|---|---|
PromptBeanImpl()
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
get(int index)
Get a value. |
void |
process(int index)
Process. |
void |
process(Prompt prompt)
Process. |
int |
size()
Size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PromptBeanImpl()
| Method Detail |
|---|
public int size()
size in interface PromptBeanpublic java.lang.String get(int index)
get in interface PromptBeanindex - index of valuepublic void process(int index)
process in interface PromptBeanindex - index of value to processpublic void process(Prompt prompt)
process in interface PromptBeanprompt - the prompt to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||