org.gnu.gtk

Class ReliefStyle

public class ReliefStyle 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.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.

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 ReliefStyleHALF
static ReliefStyleNONE
static ReliefStyleNORMAL
Method Summary
ReliefStyleand(ReliefStyle other)
static ReliefStyleintern(int value)
ReliefStyleor(ReliefStyle other)
booleantest(ReliefStyle other)
ReliefStylexor(ReliefStyle other)

Field Detail

HALF

public static final ReliefStyle HALF

NONE

public static final ReliefStyle NONE

NORMAL

public static final ReliefStyle NORMAL

Method Detail

and

public ReliefStyle and(ReliefStyle other)

intern

public static ReliefStyle intern(int value)

or

public ReliefStyle or(ReliefStyle other)

test

public boolean test(ReliefStyle other)

xor

public ReliefStyle xor(ReliefStyle other)