|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mvc.Choice.ControllerImplementation<T,java.lang.String> mvc.ListChooser<T>
public class ListChooser<T>
DOCME.
Constructor Summary | |
---|---|
ListChooser(Choice.Model<? extends T> m)
new ListChooser(m) returns a new ListChooser. |
|
ListChooser(Choice.Model<? extends T> m,
Converter<? super T,? extends java.lang.String> cvtr)
new ListChooser(m, cvtr) returns a new ListChooser. |
|
ListChooser(Choice.Model<? extends T> m,
Namer<? super T> nmr)
new ListChooser(m, cvtr) returns a new ListChooser. |
Method Summary | |
---|---|
protected javax.swing.JComponent |
createViewComponent()
DOCME. |
protected int |
getViewIndex()
DOCME. |
protected void |
setDisplayObjects(java.util.Iterator<java.lang.String> nms)
DOCME. |
protected void |
setViewIndex(int nm)
DOCME. |
Methods inherited from class mvc.Choice.ControllerImplementation |
---|
getModel, getViewComponent, setModel, setModelValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListChooser(Choice.Model<? extends T> m)
m
- public ListChooser(Choice.Model<? extends T> m, Converter<? super T,? extends java.lang.String> cvtr)
m
- cvtr
- public ListChooser(Choice.Model<? extends T> m, Namer<? super T> nmr)
m
- nmr
- Method Detail |
---|
protected javax.swing.JComponent createViewComponent()
createViewComponent
in class Choice.ControllerImplementation<T,java.lang.String>
protected void setDisplayObjects(java.util.Iterator<java.lang.String> nms)
setDisplayObjects
in class Choice.ControllerImplementation<T,java.lang.String>
nms
- protected void setViewIndex(int nm)
setViewIndex
in class Choice.ControllerImplementation<T,java.lang.String>
nm
- protected int getViewIndex()
getViewIndex
in class Choice.ControllerImplementation<T,java.lang.String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |