|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.globalmentor.beans.BoundPropertyObject
com.guiseframework.event.GuiseBoundPropertyObject
com.guiseframework.model.ui.AbstractPresentationModel
com.guiseframework.component.AbstractComponent
com.guiseframework.component.AbstractControl
com.guiseframework.component.AbstractValueControl<V>
com.guiseframework.component.AbstractEditValueControl<V>
com.guiseframework.component.SliderControl<V>
V - The type of value the slider represents.public class SliderControl<V extends java.lang.Number>
A value control that represents its value by a slider.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.guiseframework.component.AbstractComponent |
|---|
AbstractComponent.AbstractFlyoverFrameStrategy<S extends Component>, AbstractComponent.AbstractFlyoverStrategy<S extends Component>, AbstractComponent.DefaultFlyoverStrategy<S extends Component> |
| Nested classes/interfaces inherited from interface com.guiseframework.component.Component |
|---|
Component.FlyoverStrategy<S extends Component> |
| Nested classes/interfaces inherited from interface com.guiseframework.component.Control |
|---|
Control.Status |
| Field Summary | |
|---|---|
static java.lang.String |
FLOW_PROPERTY
The flow bound property. |
static java.lang.String |
INTERVAL_PROPERTY
The interval step bound property. |
static java.lang.String |
SLIDING_PROPERTY
The bound property of the sliding state. |
static java.lang.String |
THUMB_X_IMAGE_PROPERTY
The bound property of the horizontal thumb image. |
static java.lang.String |
THUMB_Y_IMAGE_PROPERTY
The bound property of the vertical thumb image. |
static java.lang.String |
TRACK_X_IMAGE_PROPERTY
The bound property of the horizontal track image. |
static java.lang.String |
TRACK_Y_IMAGE_PROPERTY
The bound property of the vertical track image. |
| Fields inherited from class com.globalmentor.beans.BoundPropertyObject |
|---|
NO_PROPERTY_CHANGE_LISTENERS, NO_VETOABLE_CHANGE_LISTENERS |
| Fields inherited from interface com.guiseframework.component.EditComponent |
|---|
EDITABLE_PROPERTY |
| Fields inherited from interface com.guiseframework.component.Component |
|---|
BOOKMARK_ENABLED_PROPERTY, CONSTRAINTS_PROPERTY, DRAG_ENABLED_PROPERTY, DROP_ENABLED_PROPERTY, FLYOVER_ENABLED_PROPERTY, FLYOVER_STRATEGY_PROPERTY, INPUT_STRATEGY_PROPERTY, NAME_PROPERTY, NOTIFICATION_PROPERTY, ORIENTATION_PROPERTY, THEME_APPLIED_PROPERTY, VALID_PROPERTY |
| Fields inherited from interface com.guiseframework.model.Displayable |
|---|
DISPLAYED_PROPERTY |
| Fields inherited from interface com.guiseframework.model.InfoModel |
|---|
DESCRIPTION_CONTENT_TYPE_PROPERTY, DESCRIPTION_PROPERTY, INFO_CONTENT_TYPE_PROPERTY, INFO_PROPERTY |
| Fields inherited from interface com.guiseframework.model.LabelModel |
|---|
GLYPH_URI_PROPERTY, LABEL_CONTENT_TYPE_PROPERTY, LABEL_PROPERTY |
| Fields inherited from interface com.guiseframework.model.Model |
|---|
PLAIN_TEXT_CONTENT_TYPE, XHTML_CONTENT_TYPE, XHTML_FRAGMENT_CONTENT_TYPE |
| Fields inherited from interface com.guiseframework.component.ValueControl |
|---|
CONVERTER_PROPERTY |
| Fields inherited from interface com.guiseframework.component.Control |
|---|
STATUS_PROPERTY |
| Fields inherited from interface com.guiseframework.model.Enableable |
|---|
ENABLED_PROPERTY |
| Fields inherited from interface com.guiseframework.model.ValueModel |
|---|
VALIDATOR_PROPERTY, VALUE_PROPERTY |
| Constructor Summary | |
|---|---|
SliderControl(java.lang.Class<V> valueClass,
Converter<V,java.lang.String> converter,
Flow flow)
Value class, converter and flow constructor with a default value model to represent a given type. |
|
SliderControl(java.lang.Class<V> valueClass,
Flow flow)
Value class and flow constructor with a default data model to represent a given type and a default converter. |
|
SliderControl(ValueModel<V> valueModel,
Converter<V,java.lang.String> converter,
Flow flow)
Value model, converter, and flow constructor. |
|
SliderControl(ValueModel<V> valueModel,
Flow flow)
Value model and flow constructor with a default converter. |
|
SliderControl(ValuePrototype<V> valuePrototype,
Flow flow)
Prototype and flow constructor. |
|
| Method Summary | |
|---|---|
Converter<V,java.lang.String> |
getConverter()
|
Flow |
getFlow()
|
V |
getInterval()
|
java.net.URI |
getThumbImage(Axis axis)
Returns the thumb image for the indicated axis. |
java.net.URI |
getTrackImage(Axis axis)
Returns the track image for the indicated axis. |
boolean |
isSliding()
|
void |
setConverter(Converter<V,java.lang.String> newConverter)
Sets the converter. |
void |
setFlow(Flow newFlow)
Sets the flow of the slider. |
void |
setInterval(V newInterval)
Sets the value of the intervals. |
void |
setSliding(boolean newSliding)
Sets whether the slider is being slid. |
void |
setThumbImage(Axis axis,
java.net.URI newThumbImage)
Sets the thumb image for a given axis. |
void |
setThumbXImage(java.net.URI newThumbImage)
Sets the thumb image for the X axis. |
void |
setThumbYImage(java.net.URI newThumbImage)
Sets the thumb image for the Y axis. |
void |
setTrackImage(Axis axis,
java.net.URI newTrackImage)
Sets the track image for a given axis. |
void |
setTrackXImage(java.net.URI newTrackImage)
Sets the track image for the X axis. |
void |
setTrackYImage(java.net.URI newTrackImage)
Sets the track image for the Y axis. |
java.net.URI |
ThumbXImage()
Returns the thumb image for the X axis. |
java.net.URI |
ThumbYImage()
Returns the thumb image for the Y axis. |
java.net.URI |
TrackXImage()
Returns the track image for the X axis. |
java.net.URI |
TrackYImage()
Returns the track image for the Y axis. |
| Methods inherited from class com.guiseframework.component.AbstractEditValueControl |
|---|
addEditListener, fireEdited, fireEdited, isEditable, removeEditListener, setEditable |
| Methods inherited from class com.guiseframework.component.AbstractValueControl |
|---|
clearValue, determineValid, getDefaultValue, getValidator, getValue, getValueClass, getValueModel, isValidValue, reset, resetValue, setValidator, setValue, validate, validateValue |
| Methods inherited from class com.guiseframework.component.AbstractControl |
|---|
determineStatus, getEnableable, getStatus, isEnabled, setEnabled, setNotification, setStatus, updateStatus, updateValid |
| Methods inherited from class com.guiseframework.event.GuiseBoundPropertyObject |
|---|
getSession |
| Methods inherited from class com.globalmentor.beans.BoundPropertyObject |
|---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, createPostponedPropertyChangeEvent, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getForwardPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, getPropertyChangeSupport, getRepeatPropertyChangeListener, getRepeatVetoableChangeListener, getVetoableChangeListeners, getVetoableChangeListeners, getVetoableChangeSupport, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.guiseframework.platform.DepictedObject |
|---|
depict, getDepictID, getSession, processEvent |
| Methods inherited from interface com.guiseframework.model.InfoModel |
|---|
getDescription, getDescriptionContentType, getInfo, getInfoContentType, setDescription, setDescriptionContentType, setInfo, setInfoContentType |
| Methods inherited from interface com.guiseframework.model.LabelModel |
|---|
getGlyphURI, getLabel, getLabelContentType, setGlyphURI, setLabel, setLabelContentType |
| Methods inherited from interface com.globalmentor.beans.PropertyBindable |
|---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from interface com.globalmentor.beans.PropertyConstrainable |
|---|
addVetoableChangeListener, addVetoableChangeListener, getVetoableChangeListeners, getVetoableChangeListeners, hasVetoableChangeListeners, removeVetoableChangeListener, removeVetoableChangeListener |
| Methods inherited from interface com.guiseframework.component.Control |
|---|
getStatus |
| Methods inherited from interface com.guiseframework.model.Enableable |
|---|
isEnabled, setEnabled |
| Field Detail |
|---|
public static final java.lang.String FLOW_PROPERTY
public static final java.lang.String INTERVAL_PROPERTY
public static final java.lang.String SLIDING_PROPERTY
public static final java.lang.String THUMB_X_IMAGE_PROPERTY
public static final java.lang.String THUMB_Y_IMAGE_PROPERTY
public static final java.lang.String TRACK_X_IMAGE_PROPERTY
public static final java.lang.String TRACK_Y_IMAGE_PROPERTY
| Constructor Detail |
|---|
public SliderControl(java.lang.Class<V> valueClass,
Flow flow)
valueClass - The class indicating the type of value held in the model.flow - The flow along which the slider is oriented.
java.lang.NullPointerException - if the value class and/or flow is null.
public SliderControl(java.lang.Class<V> valueClass,
Converter<V,java.lang.String> converter,
Flow flow)
valueClass - The class indicating the type of value held in the model.converter - The string literal value converter for this component.flow - The flow along which the slider is oriented.
java.lang.NullPointerException - if the given value class, converter, and/or flow is null.
public SliderControl(ValueModel<V> valueModel,
Flow flow)
valueModel - The component value model.flow - The flow along which the slider is oriented.
java.lang.NullPointerException - if the given value model and/or flow is null.
java.lang.IllegalArgumentException - if no default converter is available for the given model's value class.
public SliderControl(ValueModel<V> valueModel,
Converter<V,java.lang.String> converter,
Flow flow)
valueModel - The component value model.converter - The string literal value converter for this component.flow - The flow along which the slider is oriented.
java.lang.NullPointerException - if the given value model, converter, and/or flow is null.
public SliderControl(ValuePrototype<V> valuePrototype,
Flow flow)
valuePrototype - The prototype on which this component should be based.flow - The flow along which the slider is oriented.
java.lang.NullPointerException - if the given prototype and/or flow is null.| Method Detail |
|---|
public Flow getFlow()
public void setFlow(Flow newFlow)
newFlow - The flow along which the slider is oriented.
java.lang.NullPointerException - if the given flow is null.FLOW_PROPERTYpublic Converter<V,java.lang.String> getConverter()
public void setConverter(Converter<V,java.lang.String> newConverter)
newConverter - The converter for this component.
java.lang.NullPointerException - if the given converter is null.ValueControl.CONVERTER_PROPERTYpublic V getInterval()
null if a default interval should be used.
public void setInterval(V newInterval)
throws ValidationException
newInterval - The new value of the intervals, or null if a default interval should be used.
ValidationExceptionINTERVAL_PROPERTYpublic java.net.URI getThumbImage(Axis axis)
axis - The axis for which a thumb image should be returned.
public java.net.URI ThumbXImage()
public java.net.URI ThumbYImage()
public void setThumbImage(Axis axis,
java.net.URI newThumbImage)
axis - The axis for which the thumb image should be set.newThumbImage - The thumb image.
java.lang.NullPointerException - if the given axis and/or thumb image is null.THUMB_X_IMAGE_PROPERTY,
THUMB_Y_IMAGE_PROPERTYpublic void setThumbXImage(java.net.URI newThumbImage)
newThumbImage - The thumb image.
java.lang.NullPointerException - if the given thumb image is null.THUMB_X_IMAGE_PROPERTYpublic void setThumbYImage(java.net.URI newThumbImage)
newThumbImage - The thumb image.
java.lang.NullPointerException - if the given thumb image is null.THUMB_Y_IMAGE_PROPERTYpublic java.net.URI getTrackImage(Axis axis)
axis - The axis for which a track image should be returned.
public java.net.URI TrackXImage()
public java.net.URI TrackYImage()
public void setTrackImage(Axis axis,
java.net.URI newTrackImage)
axis - The axis for which the track image should be set.newTrackImage - The track image.
java.lang.NullPointerException - if the given axis and/or track image is null.TRACK_X_IMAGE_PROPERTY,
TRACK_Y_IMAGE_PROPERTYpublic void setTrackXImage(java.net.URI newTrackImage)
newTrackImage - The track image.
java.lang.NullPointerException - if the given track image is null.TRACK_X_IMAGE_PROPERTYpublic void setTrackYImage(java.net.URI newTrackImage)
newTrackImage - The track image.
java.lang.NullPointerException - if the given track image is null.TRACK_Y_IMAGE_PROPERTYpublic boolean isSliding()
public void setSliding(boolean newSliding)
Boolean.
newSliding - true if the slider is sliding, else false.SLIDING_PROPERTY
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||