Uses of Class
com.threerings.opengl.gui.layout.TableLayout

Packages that use TableLayout
com.threerings.opengl.gui.layout   
 

Uses of TableLayout in com.threerings.opengl.gui.layout
 

Methods in com.threerings.opengl.gui.layout that return TableLayout
 TableLayout TableLayout.setEqualRows(boolean equalRows)
          Configures whether or not the table will force all rows to be a uniform size.
 TableLayout TableLayout.setFixedColumn(int column, boolean fixed)
          Configures a column as fixed or free.
 TableLayout TableLayout.setHorizontalAlignment(TableLayout.Alignment align)
          Configures the horizontal alignment (or stretching) of this table.
 TableLayout TableLayout.setVerticalAlignment(TableLayout.Alignment align)
          Configures the vertical alignment of this table.
 



Copyright © 2011. All Rights Reserved.