|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmvc.CardView<T>
public class CardView<T extends Viewable>
DOCME.
| Constructor Summary | |
|---|---|
CardView(Choice.Model<? extends T> m)
new CardView(m) returns a new CardView. |
|
CardView(Choice.Model<? extends T> m,
WrapMethod wm)
new CardView(m) returns a new CardView. |
|
| Method Summary | |
|---|---|
javax.swing.JComponent |
getViewComponent()
DOCME. |
void |
setModel(Choice.Model<? extends T> m)
DOCME. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CardView(Choice.Model<? extends T> m)
m -
public CardView(Choice.Model<? extends T> m,
WrapMethod wm)
m - | Method Detail |
|---|
public javax.swing.JComponent getViewComponent()
getViewComponent in interface Viewablepublic void setModel(Choice.Model<? extends T> m)
setModel in interface View<T extends Viewable,Choice.Model<? extends T extends Viewable>>m -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||