gnu.kawa.models
Class Row

java.lang.Object
  extended by gnu.kawa.models.Model
      extended by gnu.kawa.models.Box
          extended by gnu.kawa.models.Row
All Implemented Interfaces:
Viewable, java.io.Serializable

public class Row
extends Box
implements Viewable

A "horizontal box" container.

See Also:
Serialized Form

Constructor Summary
Row()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gnu.kawa.models.Viewable
makeView
 

Constructor Detail

Row

public Row()
Method Detail

getAxis

public int getAxis()
Description copied from class: Box
Return 0 for a horizontal box; 1 for a vertical box.

Specified by:
getAxis in class Box