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
-
Slider(int, int)
-
-
deselect()
-
-
getValue()
-
-
minimumSize()
-
-
mouseDown(Event, int, int)
-
-
mouseDrag(Event, int, int)
-
-
mouseUp(Event, int, int)
-
-
paint(Graphics)
-
-
preferredSize()
-
-
repaint(Graphics)
-
-
resize(int, int)
-
-
select()
-
-
valueChangedCallback(double)
-
Slider
public Slider(int width,
int height)
resize
public synchronized void resize(int newWidth,
int newHeight)
getValue
public synchronized double getValue()
paint
public synchronized void paint(Graphics g)
- Overrides:
- paint in class Widget
repaint
public synchronized void repaint(Graphics g)
- Overrides:
- repaint in class Widget
mouseDown
public synchronized boolean mouseDown(Event evt,
int evtX,
int evtY)
- Overrides:
- mouseDown in class Widget
mouseUp
public synchronized boolean mouseUp(Event evt,
int evtX,
int evtY)
- Overrides:
- mouseUp in class Widget
mouseDrag
public synchronized boolean mouseDrag(Event evt,
int evtX,
int evtY)
- Overrides:
- mouseDrag in class Widget
preferredSize
public synchronized Dimension preferredSize()
- Overrides:
- preferredSize in class Widget
minimumSize
public synchronized Dimension minimumSize()
- Overrides:
- minimumSize in class Widget
select
public synchronized void select()
- Overrides:
- select in class Widget
deselect
public synchronized void deselect()
- Overrides:
- deselect in class Widget
valueChangedCallback
public void valueChangedCallback(double value)
All Packages Class Hierarchy This Package Previous Next Index