Class dnx.awtutil.Slider
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.awtutil.Slider

java.lang.Object
   |
   +----dnx.awtutil.Widget
           |
           +----dnx.awtutil.Slider

public class Slider
extends Widget

Constructor Index

 o Slider(int, int)

Method Index

 o deselect()
 o getValue()
 o minimumSize()
 o mouseDown(Event, int, int)
 o mouseDrag(Event, int, int)
 o mouseUp(Event, int, int)
 o paint(Graphics)
 o preferredSize()
 o repaint(Graphics)
 o resize(int, int)
 o select()
 o valueChangedCallback(double)

Constructors

 o Slider
  public Slider(int width,
                int height)

Methods

 o resize
  public synchronized void resize(int newWidth,
                                  int newHeight)
 o getValue
  public synchronized double getValue()
 o paint
  public synchronized void paint(Graphics g)
Overrides:
paint in class Widget
 o repaint
  public synchronized void repaint(Graphics g)
Overrides:
repaint in class Widget
 o mouseDown
  public synchronized boolean mouseDown(Event evt,
                                        int evtX,
                                        int evtY)
Overrides:
mouseDown in class Widget
 o mouseUp
  public synchronized boolean mouseUp(Event evt,
                                      int evtX,
                                      int evtY)
Overrides:
mouseUp in class Widget
 o mouseDrag
  public synchronized boolean mouseDrag(Event evt,
                                        int evtX,
                                        int evtY)
Overrides:
mouseDrag in class Widget
 o preferredSize
  public synchronized Dimension preferredSize()
Overrides:
preferredSize in class Widget
 o minimumSize
  public synchronized Dimension minimumSize()
Overrides:
minimumSize in class Widget
 o select
  public synchronized void select()
Overrides:
select in class Widget
 o deselect
  public synchronized void deselect()
Overrides:
deselect in class Widget
 o valueChangedCallback
  public void valueChangedCallback(double value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index