org.gnu.gtk
Class ReliefStyle

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

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.ReliefStyle. 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 ReliefStyle
extends org.gnu.glib.Enum

The reliefStyle is used by a number of widgets, such as Button. All methods of this calss are for internal use only. The developer uses ReliefStyle in the following manner:
Button.setReliefStyle( ReliefStyle.HALF ); todo...


Field Summary
static ReliefStyle HALF
          Deprecated.  
static ReliefStyle NONE
          Deprecated.  
static ReliefStyle NORMAL
          Deprecated.  
 
Method Summary
 ReliefStyle and(ReliefStyle other)
          Deprecated.  
static ReliefStyle intern(int value)
          Deprecated.  
 ReliefStyle or(ReliefStyle other)
          Deprecated.  
 boolean test(ReliefStyle other)
          Deprecated.  
 ReliefStyle xor(ReliefStyle 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

NORMAL

public static final ReliefStyle NORMAL
Deprecated. 

HALF

public static final ReliefStyle HALF
Deprecated. 

NONE

public static final ReliefStyle NONE
Deprecated. 
Method Detail

intern

public static ReliefStyle intern(int value)
Deprecated. 

or

public ReliefStyle or(ReliefStyle other)
Deprecated. 

and

public ReliefStyle and(ReliefStyle other)
Deprecated. 

xor

public ReliefStyle xor(ReliefStyle other)
Deprecated. 

test

public boolean test(ReliefStyle other)
Deprecated.