Package gnu.kawa.models
Class Row
- java.lang.Object
-
- gnu.kawa.models.Model
-
- gnu.kawa.models.Box
-
- gnu.kawa.models.Row
-
- All Implemented Interfaces:
Viewable
,Serializable
public class Row extends Box implements Viewable
A "horizontal box" container.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Row()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAxis()
Return 0 for a horizontal box; 1 for a vertical box.-
Methods inherited from class gnu.kawa.models.Box
add, getCellSpacing, getComponent, getComponentCount, makeView, setCellSpacing
-
Methods inherited from class gnu.kawa.models.Model
addListener, addListener, notifyListeners
-
-