|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.Range
org.gnu.gtk.Scale
org.gnu.gtk.VScale
public class VScale
The VScale widget is a vertically slot containing a slider that can be moved by the mouse.
Constructor Summary | |
---|---|
VScale(Adjustment adjustment)
Creates a new VScale |
|
VScale(double min,
double max,
double step)
Creates a new vertical scale widget that lets the user input a number between min and max (including min and max) with the increment step. |
|
VScale(org.gnu.glib.Handle handle)
Construct a VScale using a handle to a native resource. |
Method Summary | |
---|---|
static Type |
getType()
Retrieve the runtime type used by the GLib library. |
static VScale |
getVScale(org.gnu.glib.Handle handle)
Internal static factory method to be used by Java-Gnome only. |
Methods inherited from class org.gnu.gtk.Scale |
---|
getDrawValue, getEventListenerClass, getEventType, getLayout, getLayoutOffsetX, getLayoutOffsetY, removeFormatListener, setDigits, setDrawValue, setFormatListener, setValuePosition |
Methods inherited from class org.gnu.gtk.Range |
---|
addListener, addRangeListener, getAdjustment, getInverted, getUpdatePolicy, getValue, removeRangeListener, setAdjustment, setIncrements, setInverted, setRange, setUpdatePolicy, setValue |
Methods inherited from class org.gnu.gtk.GtkObject |
---|
destroy, sink |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VScale(Adjustment adjustment)
adjustment
- The Adjustment
which sets the range of the scale.public VScale(double min, double max, double step)
min
- Minimum valuemax
- Maximum valuestep
- Step increment (tick size) used with keyboard shortcutspublic VScale(org.gnu.glib.Handle handle)
Method Detail |
---|
public static VScale getVScale(org.gnu.glib.Handle handle)
public static Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |