|
|||||||||
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.PositionType
org.gnome.gtk.PositionType
.
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 PositionType
A property used to determine where items appear in widgets
Scale.setValuePosition(PositionType)
Field Summary | |
---|---|
static PositionType |
BOTTOM
Deprecated. |
static PositionType |
LEFT
Deprecated. |
static PositionType |
RIGHT
Deprecated. |
static PositionType |
TOP
Deprecated. |
Method Summary | |
---|---|
PositionType |
and(PositionType other)
Deprecated. |
static PositionType |
intern(int value)
Deprecated. |
PositionType |
or(PositionType other)
Deprecated. |
boolean |
test(PositionType other)
Deprecated. |
PositionType |
xor(PositionType 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 PositionType LEFT
public static final PositionType RIGHT
public static final PositionType TOP
public static final PositionType BOTTOM
Method Detail |
---|
public static PositionType intern(int value)
public PositionType or(PositionType other)
public PositionType and(PositionType other)
public PositionType xor(PositionType other)
public boolean test(PositionType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |