public class LazyBoundedRangeModel
extends javax.swing.DefaultBoundedRangeModel
Modifier and Type | Field and Description |
---|---|
int |
cachedValue |
boolean |
hasCached |
boolean |
isLazy |
Constructor and Description |
---|
LazyBoundedRangeModel(boolean isLazy) |
Modifier and Type | Method and Description |
---|---|
void |
setLazy(boolean b) |
void |
setRangeProperties(int newValue,
int newExtent,
int newMin,
int newMax,
boolean adjusting) |
public int cachedValue
public boolean hasCached
public boolean isLazy
public void setLazy(boolean b)
public void setRangeProperties(int newValue, int newExtent, int newMin, int newMax, boolean adjusting)
setRangeProperties
in interface javax.swing.BoundedRangeModel
setRangeProperties
in class javax.swing.DefaultBoundedRangeModel