Uses of Class
org.gnu.gnome.UIInfo

Packages that use UIInfo
org.gnu.gnome   
 

Uses of UIInfo in org.gnu.gnome
 

Methods in org.gnu.gnome that return UIInfo
static UIInfo UIInfo.end()
          Use this method to end an array.
static UIInfo UIInfo.separator()
          Use this method to include a separator in your menu or toolbar
static UIInfo UIInfo.item(java.lang.String label, java.lang.String tooltip, MenuItemListener listener, byte[] xpmData)
          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.
static UIInfo UIInfo.item(java.lang.String label, java.lang.String tooltip, ButtonListener listener, byte[] xpmData)
          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.
static UIInfo UIInfo.itemStock(java.lang.String label, java.lang.String tooltip, MenuItemListener listener, GtkStockItem stockID)
          Use this method to include an item in your menu that includes a GNOME-stock image.
static UIInfo UIInfo.itemStock(java.lang.String label, java.lang.String tooltip, ButtonListener listener, GtkStockItem stockID)
          Use this method to include an item in your menu that includes a GNOME-stock image.
static UIInfo UIInfo.item(java.lang.String label, java.lang.String tooltip, MenuItemListener listener)
          Use this method to add an item to the menu that has no pixmap associated with it.
static UIInfo UIInfo.item(java.lang.String label, java.lang.String tooltip, ButtonListener listener)
          Use this method to add an item to the menu that has no pixmap associated with it.
static UIInfo UIInfo.toggleItem(java.lang.String label, java.lang.String tooltip, MenuItemListener listener, byte[] xpmData)
          Creates a toggle-item (a checkbox) in a menu, this includes an xpm graphic.
static UIInfo UIInfo.toggleItem(java.lang.String label, java.lang.String tooltip, ButtonListener listener, byte[] xpmData)
          Creates a toggle-item (a checkbox) in a menu, this includes an xpm graphic.
static UIInfo UIInfo.toggleItemStock(java.lang.String label, java.lang.String tooltip, MenuItemListener listener, GtkStockItem stock)
          Creates a toggle-item (a checkbox) in a menu, this includes an stock icon.
static UIInfo UIInfo.toggleItemStock(java.lang.String label, java.lang.String tooltip, ButtonListener listener, GtkStockItem stock)
          Creates a toggle-item (a checkbox) in a menu, this includes an stock icon.
static UIInfo UIInfo.toggleItem(java.lang.String label, java.lang.String tooltip, MenuItemListener listener)
          Creates a toggle-item (a checkbox) in a menu with no icon.
static UIInfo UIInfo.toggleItem(java.lang.String label, java.lang.String tooltip, ButtonListener listener)
          Creates a toggle-item (a checkbox) in a menu with no icon.
static UIInfo UIInfo.radioList(UIInfo[] list)
          Creates a structure to insert a list of radio items.
static UIInfo UIInfo.radioItem(java.lang.String label, java.lang.String tooltip, MenuItemListener listener, byte[] xpmData)
           
static UIInfo UIInfo.radioItem(java.lang.String label, java.lang.String tooltip, ButtonListener listener, byte[] xpmData)
           
static UIInfo UIInfo.radioItem(java.lang.String label, java.lang.String tooltip, MenuItemListener listener)
           
static UIInfo UIInfo.radioItem(java.lang.String label, java.lang.String tooltip, ButtonListener listener)
           
static UIInfo UIInfo.radioItemStock(java.lang.String label, java.lang.String tooltip, MenuItemListener listener, GtkStockItem stock)
           
static UIInfo UIInfo.radioItemStock(java.lang.String label, java.lang.String tooltip, ButtonListener listener, GtkStockItem stock)
           
static UIInfo UIInfo.subtree(java.lang.String label, UIInfo[] tree)
          Creates a submenu or a sub-tree in the menu stracture.
static UIInfo UIInfo.subtree(java.lang.String label, UIInfo[] tree, java.lang.String stockID)
          Creates a submenu or a sub-tree in the menu stracture with a stock pixmap displayed.
static UIInfo UIInfo.help(java.lang.String helpNode)
           
static UIInfo UIInfo.newItem(java.lang.String label, java.lang.String tip, MenuItemListener listener)
           
static UIInfo UIInfo.newSubtree(UIInfo[] tree)
           
static UIInfo UIInfo.openItem(MenuItemListener listener)
           
static UIInfo UIInfo.openItem(ButtonListener listener)
           
static UIInfo UIInfo.saveItem(MenuItemListener listener)
           
static UIInfo UIInfo.saveItem(ButtonListener listener)
           
static UIInfo UIInfo.saveAsItem(MenuItemListener listener)
           
static UIInfo UIInfo.saveAsItem(ButtonListener listener)
           
static UIInfo UIInfo.revertItem(MenuItemListener listener)
           
static UIInfo UIInfo.revertItem(ButtonListener listener)
           
static UIInfo UIInfo.printItem(MenuItemListener listener)
           
static UIInfo UIInfo.printItem(ButtonListener listener)
           
static UIInfo UIInfo.printSetupItem(MenuItemListener listener)
           
static UIInfo UIInfo.printSetupItem(ButtonListener listener)
           
static UIInfo UIInfo.closeItem(MenuItemListener listener)
           
static UIInfo UIInfo.closeItem(ButtonListener listener)
           
static UIInfo UIInfo.quitItem(MenuItemListener listener)
           
static UIInfo UIInfo.quitItem(ButtonListener listener)
           
static UIInfo UIInfo.cutItem(MenuItemListener listener)
           
static UIInfo UIInfo.cutItem(ButtonListener listener)
           
static UIInfo UIInfo.copyItem(MenuItemListener listener)
           
static UIInfo UIInfo.copyItem(ButtonListener listener)
           
static UIInfo UIInfo.pasteItem(MenuItemListener listener)
           
static UIInfo UIInfo.pasteItem(ButtonListener listener)
           
static UIInfo UIInfo.selectAllItem(MenuItemListener listener)
           
static UIInfo UIInfo.selectAllItem(ButtonListener listener)
           
static UIInfo UIInfo.clearItem(MenuItemListener listener)
           
static UIInfo UIInfo.clearItem(ButtonListener listener)
           
static UIInfo UIInfo.undoItem(MenuItemListener listener)
           
static UIInfo UIInfo.undoItem(ButtonListener listener)
           
static UIInfo UIInfo.redoItem(MenuItemListener listener)
           
static UIInfo UIInfo.redoItem(ButtonListener listener)
           
static UIInfo UIInfo.findItem(MenuItemListener listener)
           
static UIInfo UIInfo.findItem(ButtonListener listener)
           
static UIInfo UIInfo.findAgainItem(MenuItemListener listener)
           
static UIInfo UIInfo.findAgainItem(ButtonListener listener)
           
static UIInfo UIInfo.replaceItem(MenuItemListener listener)
           
static UIInfo UIInfo.replaceItem(ButtonListener listener)
           
static UIInfo UIInfo.propertiesItem(MenuItemListener listener)
           
static UIInfo UIInfo.propertiesItem(ButtonListener listener)
           
static UIInfo UIInfo.preferencesItem(MenuItemListener listener)
           
static UIInfo UIInfo.preferencesItem(ButtonListener listener)
           
static UIInfo UIInfo.newWindowItem(MenuItemListener listener)
           
static UIInfo UIInfo.newWindowItem(ButtonListener listener)
           
static UIInfo UIInfo.closeWindowItem(MenuItemListener listener)
           
static UIInfo UIInfo.closeWindowItem(ButtonListener listener)
           
static UIInfo UIInfo.aboutItem(MenuItemListener listener)
           
static UIInfo UIInfo.aboutItem(ButtonListener listener)
           
static UIInfo UIInfo.newGameItem(MenuItemListener listener)
           
static UIInfo UIInfo.newGameItem(ButtonListener listener)
           
static UIInfo UIInfo.pauseGameItem(MenuItemListener listener)
           
static UIInfo UIInfo.pauseGameItem(ButtonListener listener)
           
static UIInfo UIInfo.restartGameItem(MenuItemListener listener)
           
static UIInfo UIInfo.restartGameItem(ButtonListener listener)
           
static UIInfo UIInfo.undoMoveItem(MenuItemListener listener)
           
static UIInfo UIInfo.undoMoveItem(ButtonListener listener)
           
static UIInfo UIInfo.redoMoveItem(MenuItemListener listener)
           
static UIInfo UIInfo.redoMoveItem(ButtonListener listener)
           
static UIInfo UIInfo.hintItem(MenuItemListener listener)
           
static UIInfo UIInfo.hintItem(ButtonListener listener)
           
static UIInfo UIInfo.scoresItem(MenuItemListener listener)
           
static UIInfo UIInfo.scoresItem(ButtonListener listener)
           
static UIInfo UIInfo.endGameItem(MenuItemListener listener)
           
static UIInfo UIInfo.endGameItem(ButtonListener listener)
           
 

Methods in org.gnu.gnome with parameters of type UIInfo
 void PopupMenu.append(UIInfo[] uiinfos)
          Append new menu items to the PopupMenu.
 void App.createMenus(UIInfo[] uiinfos)
          Construct a menu bar and attach it to the specified application window.
 void App.insertMenu(java.lang.String path, UIInfo[] uiinfos)
          Inserts a menu in the existing app's menu structure right after the item described by path.
 void App.createToolBar(UIInfo[] uiinfos)
          Construct a toolbar and attach it to the specified application window.
 void App.installMenuHints(UIInfo[] uiinfos)
          Activate the menu item hings, displaying in the statusbar or appbar.
static UIInfo UIInfo.radioList(UIInfo[] list)
          Creates a structure to insert a list of radio items.
static UIInfo UIInfo.subtree(java.lang.String label, UIInfo[] tree)
          Creates a submenu or a sub-tree in the menu stracture.
static UIInfo UIInfo.subtree(java.lang.String label, UIInfo[] tree, java.lang.String stockID)
          Creates a submenu or a sub-tree in the menu stracture with a stock pixmap displayed.
static UIInfo UIInfo.newSubtree(UIInfo[] tree)
           
 

Constructors in org.gnu.gnome with parameters of type UIInfo
PopupMenu(UIInfo[] uiinfos)
          Construct a new PopupMenu object.
PopupMenu(UIInfo[] uiinfos, AccelGroup accelGroup)
          Construct a new PopupMenu object.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net