Package net.sf.colossus.gui
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 java.awt.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:
componentResized
in interfaceComponentListener
-
componentMoved
- Specified by:
componentMoved
in interfaceComponentListener
-
componentShown
- Specified by:
componentShown
in interfaceComponentListener
-
componentHidden
- Specified by:
componentHidden
in interfaceComponentListener
-