pivot.wtk
Class Slider
java.lang.Object
pivot.wtk.Component
pivot.wtk.Container
pivot.wtk.Slider
- All Implemented Interfaces:
- java.lang.Iterable<Component>, Sequence<Component>, ConstrainedVisual, Visual
public class Slider
- extends Container
Allows a user to select one of a range of values.
- Author:
- gbrown
Methods inherited from class pivot.wtk.Container |
add, containsFocus, get, getComponentAt, getContainerListeners, getContainerMouseListeners, getContextKey, getDescendantAt, getFocusTraversalPolicy, getLength, indexOf, insert, invalidate, isAncestor, isFocusable, isValid, iterator, load, load, mouseClick, mouseDown, mouseMove, mouseOut, mouseUp, mouseWheel, move, paint, remove, remove, removeAll, requestFocus, setContextKey, setEnabled, setFocusTraversalPolicy, setParent, setTooltip, setVisible, store, store, update, validate |
Methods inherited from class pivot.wtk.Component |
clearFocus, clearFocus, finalize, getAttributes, getBounds, getComponentClassListeners, getComponentDataListeners, getComponentDecoratorListeners, getComponentDragDropListeners, getComponentKeyListeners, getComponentLayoutListeners, getComponentListeners, getComponentMouseButtonListeners, getComponentMouseListeners, getComponentMouseWheelListeners, getComponents, getComponentStateListeners, getCursor, getDecoratedBounds, getDecorators, getDisplay, getDragSource, getDropTarget, getFocusedComponent, getHandle, getHeight, getLocation, getParent, getPreferredHeight, getPreferredHeight, getPreferredSize, getPreferredWidth, getPreferredWidth, getSize, getSkin, getStyles, getTooltipText, getUserData, getVisibleArea, getVisibleArea, getVisibleArea, getWidth, getWindow, getX, getY, installSkin, isBlocked, isDisplayable, isEnabled, isFocused, isMouseOver, isPreferredHeightSet, isPreferredSizeSet, isPreferredWidthSet, isShowing, isVisible, keyPressed, keyReleased, keyTyped, mapPointFromAncestor, mapPointToAncestor, mouseOver, repaint, repaint, repaint, repaint, repaint, repaint, requestFocus, scrollAreaToVisible, scrollAreaToVisible, setAttributes, setCursor, setCursor, setDisplayable, setDragSource, setDropTarget, setFocused, setLocation, setLocation, setPreferredHeight, setPreferredSize, setPreferredSize, setPreferredWidth, setSize, setSize, setSkin, setStyles, setStyles, setStyles, setTooltipText, setUserData, toString, transferFocus |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT_MINIMUM
public static final int DEFAULT_MINIMUM
- See Also:
- Constant Field Values
DEFAULT_MAXIMUM
public static final int DEFAULT_MAXIMUM
- See Also:
- Constant Field Values
DEFAULT_VALUE
public static final int DEFAULT_VALUE
- See Also:
- Constant Field Values
MINIMUM_KEY
public static final java.lang.String MINIMUM_KEY
- See Also:
- Constant Field Values
MAXIMUM_KEY
public static final java.lang.String MAXIMUM_KEY
- See Also:
- Constant Field Values
Slider
public Slider()
getMinimum
public int getMinimum()
setMinimum
public void setMinimum(int minimum)
getMaximum
public int getMaximum()
setMaximum
public void setMaximum(int maximum)
setBounds
public void setBounds(int minimum,
int maximum)
setBounds
public final void setBounds(Dictionary<java.lang.String,?> bounds)
setBounds
public final void setBounds(java.lang.String bounds)
getValue
public int getValue()
setValue
public void setValue(int value)
getSliderListeners
public ListenerList<SliderListener> getSliderListeners()
getSliderValueListeners
public ListenerList<SliderValueListener> getSliderValueListeners()