Uses of Class
com.threerings.opengl.gui.BoundedRangeModel

Packages that use BoundedRangeModel
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.gui.config GUI configurations. 
 

Uses of BoundedRangeModel in com.threerings.opengl.gui
 

Subclasses of BoundedRangeModel in com.threerings.opengl.gui
 class BoundedSnappingRangeModel
          Provides a Bounded range model where values snap to a period.
 

Methods in com.threerings.opengl.gui that return BoundedRangeModel
 BoundedRangeModel Slider.getModel()
          Returns a reference to the slider's range model.
 BoundedRangeModel ScrollButton.getModel()
          Returns a reference to the scrollbar's range model.
 BoundedRangeModel ScrollBar.getModel()
          Returns a reference to the scrollbar's range model.
 BoundedRangeModel TextArea.getScrollModel()
          Returns a model that can be wired to a scroll bar to allow scrolling up and down through the lines in this text area.
 

Constructors in com.threerings.opengl.gui with parameters of type BoundedRangeModel
ScrollBar(GlContext ctx, int orientation, BoundedRangeModel model)
          Creates a scroll bar with the specified orientation which will interact with the supplied model.
ScrollButton(GlContext ctx, boolean less, int orientation, BoundedRangeModel model)
          Creates a scroll button with the specified orientation which will interact with the supplied model.
Slider(GlContext ctx, int orient, BoundedRangeModel model)
          Creates a slider with the specified orientation and range model.
 

Uses of BoundedRangeModel in com.threerings.opengl.gui.config
 

Methods in com.threerings.opengl.gui.config that return BoundedRangeModel
 BoundedRangeModel BoundedRangeModelConfig.createBoundedRangeModel()
          Creates a bounded range model from this config.
 BoundedRangeModel BoundedRangeModelConfig.Snapping.createBoundedRangeModel()
           
 



Copyright © 2011. All Rights Reserved.