Uses of Interface
com.blackrook.gui.model.RangeModel
Packages that use RangeModel
Package
Description
Contains common implementations of the RangeModel.
Contains objects to add to the GUI scene.
-
Uses of RangeModel in com.blackrook.gui.model.range
Classes in com.blackrook.gui.model.range that implement RangeModelModifier and TypeClassDescriptionclassAn implementation ofRangeModelthat returns a floating-point range.classAn implementation ofRangeModelthat returns an integer range. -
Uses of RangeModel in com.blackrook.gui.object
Fields in com.blackrook.gui.object declared as RangeModelModifier and TypeFieldDescriptionprotected RangeModel<T> GUIProgressBar.modelBar model.protected RangeModel<T> GUISlider.modelSlider model.Constructors in com.blackrook.gui.object with parameters of type RangeModelModifierConstructorDescriptionGUIProgressBar(RangeModel<T> model, GUIProgressBar.Style style) Creates a new progress bar using the provided model and style.GUISlider(RangeModel<T> model) Creates a new GUI Slider object in horizontal style.GUISlider(RangeModel<T> model, GUISlider.Style style) Creates a new GUI Slider object.GUISlider(RangeModel<T> model, GUISlider.Style style, float thumbScalar) Creates a new GUI Slider object.