|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Card | |
org.cb.cardboard | A package containing (supposedly) generic classes and interfaces for cardboard games implementations. |
org.cb.jset | Classes part of the core of the implementation, used by both the client and the server packages.. |
org.cb.jset.client.model | The model of the JSet client. |
org.cb.jset.client.ui | The UI of the JSet client. |
Uses of Card in org.cb.cardboard |
Methods in org.cb.cardboard that return Card | |
Card |
CardBoardModel.getElementAt(int index)
Returns the value at the specified index. |
Methods in org.cb.cardboard with parameters of type Card | |
java.awt.Component |
BoardCardRenderer.getBoardCardRendererComponent(JCardBoard cardBoard,
Card value,
int index,
boolean isSelected,
boolean cardHasFocus)
Return a component that has been configured to display the specified value. |
Uses of Card in org.cb.jset |
Classes in org.cb.jset that implement Card | |
class |
JSetCard
An implementation of a Card for the game. |
Uses of Card in org.cb.jset.client.model |
Methods in org.cb.jset.client.model that return Card | |
Card |
JSetClientBoardModel.getElementAt(int index)
Return the Card element specified by the index on the board. |
Constructors in org.cb.jset.client.model with parameters of type Card | |
CardEvent(Card source,
int type)
Constructs an instance of CardEvent , given the specified source and type. |
Uses of Card in org.cb.jset.client.ui |
Constructors in org.cb.jset.client.ui with parameters of type Card | |
JSetBoardComponent(Card[] listData)
Constructs a JCardBoardComponent that displays the elements in
the specified array. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |