|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.PositionType
public final class PositionType
Which edge of a Widget an adornment is placed at. These constants are used
by Scale and Notebook to specify where the value is located or where the
tabs will be placed (see setValuePosition()
and setTabPosition()
respectively).
Field Summary | |
---|---|
static PositionType |
BOTTOM
Feature will be placed below the Widget. |
static PositionType |
LEFT
Feature will be placed to the left side of the Widget. |
static PositionType |
RIGHT
Feature will be placed to the right side of the Widget. |
static PositionType |
TOP
Feature will be placed above the Widget. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PositionType BOTTOM
public static final PositionType LEFT
public static final PositionType RIGHT
public static final PositionType TOP
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |