|
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.ArrowType
public final class ArrowType
Used to indicate the direction in which the arrow graphic on an
Arrow
Widget will point.
Field Summary | |
---|---|
static ArrowType |
DOWN
Represents an downward pointing arrow. |
static ArrowType |
LEFT
Represents a left pointing arrow. |
static ArrowType |
NONE
Don't draw an arrow. |
static ArrowType |
RIGHT
Represents an arrow pointing right. |
static ArrowType |
UP
Represents an upward pointing arrow. |
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 ArrowType DOWN
public static final ArrowType LEFT
public static final ArrowType NONE
NONE
is a special mode which causes an Arrow Widget to
occupies the space that an normal Arrow would, but without having an
arrow graphic drawn in it. This can be useful in cases where you are
trying to normalize the size requests for a series of Widgets.
public static final ArrowType RIGHT
public static final ArrowType UP
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |