|
java-gnome version 4.1.1 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Objectorg.freedesktop.bindings.Pointer
org.freedesktop.bindings.Proxy
org.gnome.glib.Object
org.gnome.gtk.Widget
org.gnome.gtk.Range
org.gnome.gtk.Scrollbar
public class Scrollbar
A scroll bar. This is largely an internal Widget used by GTK and theme
engines for drawing; to actually manipulate a Scrollbar you instead want to
get at the Adjsutment objects being used by the enclosing ScrolledWindow's
getHAdjustment() and
getVAdjustment() to then specify
what positions are shown.
ScrolledWindow| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.gnome.gtk.Range |
|---|
Range.ValueChanged |
| Nested classes/interfaces inherited from class org.gnome.gtk.Widget |
|---|
Widget.ButtonPressEvent, Widget.ButtonReleaseEvent, Widget.Destroy, Widget.Draw, Widget.EnterNotifyEvent, Widget.FocusInEvent, Widget.FocusOutEvent, Widget.Hide, Widget.KeyPressEvent, Widget.KeyReleaseEvent, Widget.LeaveNotifyEvent, Widget.MapEvent, Widget.MotionNotifyEvent, Widget.PopupMenu, Widget.ScrollEvent, Widget.SizeAllocate, Widget.UnmapEvent, Widget.VisibilityNotifyEvent |
| Constructor Summary | |
|---|---|
Scrollbar(Orientation orientation,
Adjustment adjustment)
Construct a Scrollbar of the given orientation and supplying an Adjustment. |
|
| Method Summary |
|---|
| Methods inherited from class org.gnome.gtk.Range |
|---|
connect, getInverted, getOrientation, getValue, setInverted, setOrientation, setValue |
| Methods inherited from class org.freedesktop.bindings.Pointer |
|---|
toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Scrollbar(Orientation orientation,
Adjustment adjustment)
HScrollbar and
VScrollBar.
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||