Package com.blackrook.gui.model
package com.blackrook.gui.model
Contains data models to apply to objects.
-
InterfacesClassDescriptionIndexedModel<T>A data model for use with objects that contain lists of predefined objects stored in a list.RangeModel<T>A data model to use with objects that have a range of values and a way to select them by varying input along a floating-point scale.SpinnerModel<T>A data model for use with objects that increment or decrement a standing value.