Class CCVFlowLayout
java.lang.Object
java.awt.FlowLayout
net.sf.colossus.gui.CCVFlowLayout
- All Implemented Interfaces:
ComponentListener, LayoutManager, Serializable, EventListener
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FlowLayout
addLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toString
-
Field Details
-
parentScrollPane
-
parentComponent
-
-
Constructor Details
-
CCVFlowLayout
CCVFlowLayout(JScrollPane sp, JComponent me, int al, int sx, int sy)
-
-
Method Details
-
getOurSize
-
componentResized
- Specified by:
componentResizedin interfaceComponentListener
-
componentMoved
- Specified by:
componentMovedin interfaceComponentListener
-
componentShown
- Specified by:
componentShownin interfaceComponentListener
-
componentHidden
- Specified by:
componentHiddenin interfaceComponentListener
-