|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Deck
A visual component, such as a tab control, that keeps a set of components like cards in a deck.
| Method Summary | |
|---|---|
void |
addCard(java.awt.Component card,
java.lang.Object index)
Add a card. |
void |
addSpecificationListener(SpecificationListener nosey)
Listens for specification of index objects. |
java.lang.Object |
getCurrentIndex()
|
void |
removeSpecificationListener(SpecificationListener repentant)
|
void |
setEnabled(java.lang.Object index,
boolean enabled)
Enable or disable card corresponding to index. |
void |
showCard(java.lang.Object index)
Show card corresponding to index. |
| Method Detail |
|---|
void addCard(java.awt.Component card,
java.lang.Object index)
void showCard(java.lang.Object index)
void setEnabled(java.lang.Object index,
boolean enabled)
void addSpecificationListener(SpecificationListener nosey)
void removeSpecificationListener(SpecificationListener repentant)
java.lang.Object getCurrentIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||