Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Struct
org.gnu.gnome.UIInfo
public class UIInfo
extends Struct
Method Summary | |
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
int |
|
Widget | |
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
static UIInfo |
|
public static UIInfo end()
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.
Use this method to end an array.
- Returns:
- A UIInfo that should be used to terminate an array of UIInfo objects.
public int getType()
public Widget getWidget()
public static UIInfo item(String label, String tooltip, ButtonListener listener)
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.
Use this method to add an item to the menu that has no pixmap associated with it.
public static UIInfo item(String label, String tooltip, ButtonListener listener, byte[] xpmData)
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.
Generic menu or toolbar item which includes a label, a tooltip and an optional pixmap (in xpm format) to be displayed next to the entry.
public static UIInfo item(String label, String tooltip, MenuItemListener listener)
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.
Use this method to add an item to the menu that has no pixmap associated with it.
public static UIInfo item(String label, String tooltip, MenuItemListener listener, byte[] xpmData)
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.
Generic menu or toolbar item which includes a label, a tooltip and an optional pixmap (in xpm format) to be displayed next to the entry.
public static UIInfo itemStock(String label, String tooltip, ButtonListener listener, GtkStockItem stockID)
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.
Use this method to include an item in your menu that includes a GNOME-stock image.
public static UIInfo itemStock(String label, String tooltip, MenuItemListener listener, GtkStockItem stockID)
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.
Use this method to include an item in your menu that includes a GNOME-stock image.
public static UIInfo radioItem(String label, String tooltip, ButtonListener listener, byte[] xpmData)
public static UIInfo radioItem(String label, String tooltip, MenuItemListener listener, byte[] xpmData)
public static UIInfo radioItemStock(String label, String tooltip, ButtonListener listener, GtkStockItem stock)
public static UIInfo radioItemStock(String label, String tooltip, MenuItemListener listener, GtkStockItem stock)
public static UIInfo radioList(list[] )
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.
Creates a structure to insert a list of radio items.
public static UIInfo separator()
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.
Use this method to include a separator in your menu or toolbar
- Returns:
- A UIInfo that represents a separator.
public static UIInfo subtree(String label, tree[] )
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.
Creates a submenu or a sub-tree in the menu stracture.
public static UIInfo subtree(String label, tree[] , String stockID)
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.
Creates a submenu or a sub-tree in the menu stracture with a stock pixmap displayed.
public static UIInfo toggleItem(String label, String tooltip, ButtonListener listener)
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.
Creates a toggle-item (a checkbox) in a menu with no icon.
public static UIInfo toggleItem(String label, String tooltip, ButtonListener listener, byte[] xpmData)
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.
Creates a toggle-item (a checkbox) in a menu, this includes an xpm graphic.
public static UIInfo toggleItem(String label, String tooltip, MenuItemListener listener)
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.
Creates a toggle-item (a checkbox) in a menu with no icon.
public static UIInfo toggleItem(String label, String tooltip, MenuItemListener listener, byte[] xpmData)
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.
Creates a toggle-item (a checkbox) in a menu, this includes an xpm graphic.
public static UIInfo toggleItemStock(String label, String tooltip, ButtonListener listener, GtkStockItem stock)
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.
Creates a toggle-item (a checkbox) in a menu, this includes an stock icon.
public static UIInfo toggleItemStock(String label, String tooltip, MenuItemListener listener, GtkStockItem stock)
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.
Creates a toggle-item (a checkbox) in a menu, this includes an stock icon.