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

Packages that use LayoutManager
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.gui.layout   
 

Uses of LayoutManager in com.threerings.opengl.gui
 

Methods in com.threerings.opengl.gui that return LayoutManager
 LayoutManager Container.getLayoutManager()
          Returns the layout manager configured for this container.
 

Methods in com.threerings.opengl.gui with parameters of type LayoutManager
 void Container.setLayoutManager(LayoutManager layout)
          Configures this container with an entity that will set the size and position of its children.
 

Constructors in com.threerings.opengl.gui with parameters of type LayoutManager
Container(GlContext ctx, LayoutManager layout)
          Creates a container with the supplied layout manager.
PopupWindow(GlContext ctx, Window parent, LayoutManager layout)
           
StretchWindow(GlContext ctx, LayoutManager layout)
           
Window(GlContext ctx, LayoutManager layout)
           
 

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

Subclasses of LayoutManager in com.threerings.opengl.gui.layout
 class AbsoluteLayout
          Lays out components at absolute coordinate and with (optional) absolute sizes.
 class AnchorLayout
          Lays out components based on anchors that match a point on the child component to a point on the parent.
 class BorderLayout
          Lays out the children of a container around the borders and one in the center.
 class GroupLayout
          Group layout managers lay out widgets in horizontal or vertical groups.
 class HGroupLayout
          Handles horizontally laid out groups.
 class TableLayout
          Lays out components in a simple grid arrangement, wherein the width and height of each column and row is defined by the widest preferred width and height of any component in that column and row.
 class VGroupLayout
          Handles vertically laid out groups.
 



Copyright © 2011. All Rights Reserved.