org.gnu.gtk
Class SpinButtonUpdatePolicy

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.SpinButtonUpdatePolicy

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.SpinButtonUpdatePolicy. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

public class SpinButtonUpdatePolicy
extends org.gnu.glib.Enum

This is the property which determines when a SpinButton widget should be updated. TODO: doc ALWAYS When refreshing your GtkSpinButton, the value is always displayed. IF_VALIDWhen refreshing your GtkSpinButton, the value is only displayed if it is valid within the bounds of the spin button's GtkAdjustment.

See Also:
SpinButton

Field Summary
static SpinButtonUpdatePolicy ALWAYS
          Deprecated.  
static SpinButtonUpdatePolicy IF_VALID
          Deprecated.  
 
Method Summary
 SpinButtonUpdatePolicy and(SpinButtonUpdatePolicy other)
          Deprecated.  
static SpinButtonUpdatePolicy intern(int value)
          Deprecated.  
 SpinButtonUpdatePolicy or(SpinButtonUpdatePolicy other)
          Deprecated.  
 boolean test(SpinButtonUpdatePolicy other)
          Deprecated.  
 SpinButtonUpdatePolicy xor(SpinButtonUpdatePolicy other)
          Deprecated.  
 
Methods inherited from class org.gnu.glib.Enum
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALWAYS

public static final SpinButtonUpdatePolicy ALWAYS
Deprecated. 

IF_VALID

public static final SpinButtonUpdatePolicy IF_VALID
Deprecated. 
Method Detail

intern

public static SpinButtonUpdatePolicy intern(int value)
Deprecated. 

or

public SpinButtonUpdatePolicy or(SpinButtonUpdatePolicy other)
Deprecated. 

and

public SpinButtonUpdatePolicy and(SpinButtonUpdatePolicy other)
Deprecated. 

xor

public SpinButtonUpdatePolicy xor(SpinButtonUpdatePolicy other)
Deprecated. 

test

public boolean test(SpinButtonUpdatePolicy other)
Deprecated.