Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Enum
org.gnu.gtk.UpdateType
public class UpdateType
extends Enum
Range
Field Summary | |
static UpdateType |
|
static UpdateType |
|
static UpdateType |
|
Method Summary | |
UpdateType |
|
static UpdateType |
|
UpdateType |
|
boolean |
|
UpdateType |
|
public static final UpdateType CONTINUOUS
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.
Anytime the range slider is moved, the range value will change and the value_changed signal will be emitted.
public static final UpdateType DELAYED
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.
The value will be updated after a brief timeout where no slider motion occurs, so updates are spaced by a short time rather than continuous.
public static final UpdateType DISCONTINUOUS
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.
The value will only be updated when the user releases the button and ends the slider drag operation.