|
java-gnome version 4.1.2 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.RegionFlags
public final class RegionFlags
Describe a region within a widget.
Field Summary | |
---|---|
static RegionFlags |
EVEN
Region has an even number within a set. |
static RegionFlags |
FIRST
Region is the first one within a set. |
static RegionFlags |
LAST
Region is the last one within a set. |
static RegionFlags |
NULL
This is a constant specific to the binding in order to make the return value of StyleContext.hasRegion(StyleRegion) consistent even if
the context doesn't contain the given StyleRegion . |
static RegionFlags |
ODD
Region has an odd number within a set. |
static RegionFlags |
SORTED
Region is part of a sorted area. |
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 RegionFlags EVEN
public static final RegionFlags FIRST
public static final RegionFlags LAST
public static final RegionFlags NULL
StyleContext.hasRegion(StyleRegion)
consistent even if
the context doesn't contain the given StyleRegion
.
public static final RegionFlags ODD
public static final RegionFlags SORTED
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |