org.gnu.gtk
public class ShadowType extends Enum
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.
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_OUTTODO: update doc
Field Summary | |
---|---|
static ShadowType | ETCHED_IN |
static ShadowType | ETCHED_OUT |
static ShadowType | IN |
static ShadowType | NONE |
static ShadowType | OUT |
Method Summary | |
---|---|
ShadowType | and(ShadowType other) |
static ShadowType | intern(int value) |
ShadowType | or(ShadowType other) |
boolean | test(ShadowType other) |
ShadowType | xor(ShadowType other) |