ggz.cards
Class SmartChatLayout
java.lang.Object
ggz.cards.SmartChatLayout
- All Implemented Interfaces:
- java.awt.LayoutManager
public class SmartChatLayout
- extends java.lang.Object
- implements java.awt.LayoutManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHAT
public static final java.lang.String CHAT
- See Also:
- Constant Field Values
TABLE
public static final java.lang.String TABLE
- See Also:
- Constant Field Values
SPECTATOR_LIST
public static final java.lang.String SPECTATOR_LIST
- See Also:
- Constant Field Values
SmartChatLayout
public SmartChatLayout()
addLayoutComponent
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
- Specified by:
addLayoutComponent
in interface java.awt.LayoutManager
layoutContainer
public void layoutContainer(java.awt.Container parent)
- Lays out the table so that it's always square, chat gets the rest.
- Specified by:
layoutContainer
in interface java.awt.LayoutManager
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
- Specified by:
minimumLayoutSize
in interface java.awt.LayoutManager
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
- Specified by:
preferredLayoutSize
in interface java.awt.LayoutManager
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component comp)
- Specified by:
removeLayoutComponent
in interface java.awt.LayoutManager