|
java-gnome version 4.0.15 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.PolicyType
public final class PolicyType
Constants to determines when a scrollbar will be visible.
| Field Summary | |
|---|---|
static PolicyType |
ALWAYS
Force the scrollbar to be always visible. |
static PolicyType |
AUTOMATIC
The scrollbar will appear when necessary and disappear when the child widget is smaller than the allocated region. |
static PolicyType |
NEVER
Prevent the scrollbar from ever appearing. |
| 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 PolicyType ALWAYS
public static final PolicyType AUTOMATIC
public static final PolicyType NEVER
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||