|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.ReliefStyle
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
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 |
|---|
public static final ReliefStyle NORMAL
public static final ReliefStyle HALF
public static final ReliefStyle NONE
| Method Detail |
|---|
public static ReliefStyle intern(int value)
public ReliefStyle or(ReliefStyle other)
public ReliefStyle and(ReliefStyle other)
public ReliefStyle xor(ReliefStyle other)
public boolean test(ReliefStyle other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||