Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Menu
org.gnu.gnome.PopupMenu
public class PopupMenu
extends Menu
Constructor Summary | |
|
Method Summary | |
void | |
void |
|
AccelGroup |
|
public PopupMenu(UIInfo[] uiinfos)
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Construct a new PopupMenu object.
public PopupMenu(UIInfo[] uiinfos, AccelGroup accelGroup)
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Construct a new PopupMenu object.
public void append(UIInfo[] uiinfos)
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Append new menu items to the PopupMenu.
public void attach(Widget widget)
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Attach this menu to a Widget.
public AccelGroup getAccelGroup()
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Return the AccelGroup associated with this PopupMenu.