|
|||||||||
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.PolicyType
org.gnome.gtk.PolicyType
.
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 PolicyType
Determines when a scrollbar is visible.
ALWAYS The scrollbar is always visible AUTOMATIC The scrollbar will appear and disappear as needed NEVER The scrollbar will never appear
Field Summary | |
---|---|
static PolicyType |
ALWAYS
Deprecated. |
static PolicyType |
AUTOMATIC
Deprecated. |
static PolicyType |
NEVER
Deprecated. |
Method Summary | |
---|---|
PolicyType |
and(PolicyType other)
Deprecated. |
static PolicyType |
intern(int value)
Deprecated. |
PolicyType |
or(PolicyType other)
Deprecated. |
boolean |
test(PolicyType other)
Deprecated. |
PolicyType |
xor(PolicyType 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 PolicyType ALWAYS
public static final PolicyType AUTOMATIC
public static final PolicyType NEVER
Method Detail |
---|
public static PolicyType intern(int value)
public PolicyType or(PolicyType other)
public PolicyType and(PolicyType other)
public PolicyType xor(PolicyType other)
public boolean test(PolicyType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |