Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
GObject
public class VScale
extends Scale
Constructor Summary | |
| |
| |
|
Method Summary | |
static Type |
|
static VScale |
|
Methods inherited from class org.gnu.gtk.Scale | |
getDrawValue , getEventListenerClass , getEventType , getLayout , getLayoutOffsetX , getLayoutOffsetY , getType , removeFormatListener , setDigits , setDrawValue , setFormatListener , setValuePosition |
Methods inherited from class org.gnu.gtk.Range | |
addListener , addRangeListener , getAdjustment , getEventListenerClass , getEventType , getInverted , getType , getUpdatePolicy , getValue , removeRangeListener , setAdjustment , setIncrements , setInverted , setRange , setUpdatePolicy , setValue |
public VScale(Handle handle)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Construct a VScale using a handle to a native resource.
public VScale(double min, double max, double step)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
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. Step must be nonzero; it's the distance the slider moves when using the arrow keys to adjust the scale value.
- Parameters:
min
- Minimum valuemax
- Maximum valuestep
- Step increment (tick size) used with keyboard shortcuts
public VScale(Adjustment adjustment)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Creates a new VScale
- Parameters:
adjustment
- TheAdjustment
which sets the range of the scale.
public static Type getType()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Retrieve the runtime type used by the GLib library.
public static VScale getVScale(Handle handle)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Internal static factory method to be used by Java-Gnome only.