|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.ui.component.TableTop
public final class TableTop
Field Summary | |
---|---|
javax.swing.JTabbedPane |
tabbedPane
Tabbed zone panel. |
javax.swing.JPanel |
tablePanel
The component representing the table : plays + hands |
Method Summary | |
---|---|
void |
fillAdditionalZones(Player player,
java.util.Collection<ExpandableZone> additionalZones)
Add the specified additional zones arround the stack & TBZ zones. |
static TableTop |
getInstance()
Return the unique instance of this class. |
static void |
init(javax.swing.JTabbedPane playerTabbedPanel,
javax.swing.JTabbedPane previewTabbedPanel)
Create a new instance of this class. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final javax.swing.JTabbedPane tabbedPane
public final javax.swing.JPanel tablePanel
Method Detail |
---|
public static void init(javax.swing.JTabbedPane playerTabbedPanel, javax.swing.JTabbedPane previewTabbedPanel)
playerTabbedPanel
- the panel where player related panels will be added.previewTabbedPanel
- the panel containing chat, log, preview panelpublic void fillAdditionalZones(Player player, java.util.Collection<ExpandableZone> additionalZones)
player
- additionalZones
- the panel where player related panels will be added.public static TableTop getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |