Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
GObject
public class HScale
extends Scale
Constructor Summary | |
| |
| |
|
Method Summary | |
static HScale |
|
static Type |
|
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 HScale(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 HScale using a handle to a native resource.
public HScale(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 horizontal 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 HScale(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 HScale widget.
- Parameters:
adjustment
- TheAdjustment
which sets the range of the scale.
public static HScale getHScale(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.
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.