org.gnu.gtk
Class ShadowType

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

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

Used to change the appearance of an outline typically provided by a Frame.

  GTK_SHADOW_NONE
  No outline.
  GTK_SHADOW_IN
  The outline is bevelled inwards.
  GTK_SHADOW_OUT
  The outline is bevelled outwards like a button.
  GTK_SHADOW_ETCHED_IN
  The outline itself is an inward bevel, but the frame does
  GTK_SHADOW_ETCHED_OUT
 
TODO: update doc


Field Summary
static ShadowType ETCHED_IN
          Deprecated.  
static ShadowType ETCHED_OUT
          Deprecated.  
static ShadowType IN
          Deprecated.  
static ShadowType NONE
          Deprecated.  
static ShadowType OUT
          Deprecated.  
 
Method Summary
 ShadowType and(ShadowType other)
          Deprecated.  
static ShadowType intern(int value)
          Deprecated.  
 ShadowType or(ShadowType other)
          Deprecated.  
 boolean test(ShadowType other)
          Deprecated.  
 ShadowType xor(ShadowType 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

NONE

public static final ShadowType NONE
Deprecated. 

IN

public static final ShadowType IN
Deprecated. 

OUT

public static final ShadowType OUT
Deprecated. 

ETCHED_IN

public static final ShadowType ETCHED_IN
Deprecated. 

ETCHED_OUT

public static final ShadowType ETCHED_OUT
Deprecated. 
Method Detail

intern

public static ShadowType intern(int value)
Deprecated. 

or

public ShadowType or(ShadowType other)
Deprecated. 

and

public ShadowType and(ShadowType other)
Deprecated. 

xor

public ShadowType xor(ShadowType other)
Deprecated. 

test

public boolean test(ShadowType other)
Deprecated.