|
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.Container
org.gnome.gtk.Bin
org.gnome.gtk.MenuItem
org.gnome.gtk.SeparatorMenuItem
public class SeparatorMenuItem
A separator between groups of related MenuItems.
A SeparatorMenuItem is a special type of MenuItem that is shown to the user as a horizontal line. Its unique usage is to visually group together related MenuItem's within a Menu.
These are added to a Menu in the same way as any other MenuItem. You usually will want to add it between two different sets of related MenuItems; it's considered bad form to led or end a Menu with a separator.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.gnome.gtk.MenuItem |
|---|
MenuItem.Activate |
| 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 | |
|---|---|
SeparatorMenuItem()
Create a new SeparatorMenuItem. |
|
| Method Summary |
|---|
| Methods inherited from class org.gnome.gtk.MenuItem |
|---|
connect, getRelatedAction, getSubmenu, setAccelerator, setRelatedAction, setSubmenu |
| Methods inherited from class org.gnome.gtk.Bin |
|---|
getChild |
| Methods inherited from class org.gnome.gtk.Container |
|---|
add, getChildren, remove, setBorderWidth |
| 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 SeparatorMenuItem()
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||