Uses of Class
com.threerings.opengl.gui.layout.GroupLayout.Justification

Packages that use GroupLayout.Justification
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.gui.config GUI configurations. 
com.threerings.opengl.gui.layout   
 

Uses of GroupLayout.Justification in com.threerings.opengl.gui
 

Methods in com.threerings.opengl.gui with parameters of type GroupLayout.Justification
 void TabbedPane.setTabAlignment(GroupLayout.Justification tabAlign)
          Sets the justification for the tab buttons.
 

Constructors in com.threerings.opengl.gui with parameters of type GroupLayout.Justification
TabbedPane(GlContext ctx, GroupLayout.Justification tabAlign)
          Creates a tabbed pane.
TabbedPane(GlContext ctx, GroupLayout.Justification tabAlign, int gap)
          Creates a tabbed pane.
 

Uses of GroupLayout.Justification in com.threerings.opengl.gui.config
 

Methods in com.threerings.opengl.gui.config that return GroupLayout.Justification
 GroupLayout.Justification LayoutConfig.Justification.getJustification()
          Returns the corresponding group justification.
 

Uses of GroupLayout.Justification in com.threerings.opengl.gui.layout
 

Fields in com.threerings.opengl.gui.layout declared as GroupLayout.Justification
static GroupLayout.Justification GroupLayout.BOTTOM
          A justification constant.
static GroupLayout.Justification GroupLayout.CENTER
          A justification constant.
static GroupLayout.Justification GroupLayout.LEFT
          A justification constant.
static GroupLayout.Justification GroupLayout.RIGHT
          A justification constant.
static GroupLayout.Justification GroupLayout.TOP
          A justification constant.
 

Methods in com.threerings.opengl.gui.layout that return GroupLayout.Justification
 GroupLayout.Justification GroupLayout.getJustification()
           
 GroupLayout.Justification GroupLayout.getOffAxisJustification()
           
 

Methods in com.threerings.opengl.gui.layout with parameters of type GroupLayout.Justification
static Container GroupLayout.makeHBox(GlContext ctx, GroupLayout.Justification justification)
          Makes a container configured with a horizontal group layout manager.
static Container GroupLayout.makeHBox(GlContext ctx, GroupLayout.Justification justification, Component... comps)
          Makes a horizontal box of components that uses the supplied (on-axis) justification.
static GroupLayout GroupLayout.makeHoriz(GroupLayout.Justification justification)
          Convenience method for creating a horizontal group layout manager.
static GroupLayout GroupLayout.makeHoriz(GroupLayout.Policy policy, GroupLayout.Justification justification, GroupLayout.Policy offpolicy)
          Convenience method for creating a horizontal group layout manager.
static Container GroupLayout.makeVBox(GlContext ctx, GroupLayout.Justification justification)
          Creates a container configured with a vertical group layout manager.
static Container GroupLayout.makeVBox(GlContext ctx, GroupLayout.Justification justification, Component... comps)
          Makes a vertical box of components that uses the supplied (on-axis) justification.
static GroupLayout GroupLayout.makeVert(GroupLayout.Justification justification)
          Convenience method for creating a vertical group layout manager.
static GroupLayout GroupLayout.makeVert(GroupLayout.Policy policy, GroupLayout.Justification justification, GroupLayout.Policy offpolicy)
          Convenience method for creating a vertical group layout manager.
 GroupLayout GroupLayout.setJustification(GroupLayout.Justification justification)
           
 GroupLayout GroupLayout.setOffAxisJustification(GroupLayout.Justification justification)
           
 



Copyright © 2011. All Rights Reserved.