Uses of Class
com.irisel.oms.guiom.exceptions.GuiException

Packages that use GuiException
com.irisel.oms.guiom   
com.irisel.oms.guiom.actions   
com.irisel.oms.guiom.comp   
com.irisel.oms.guiom.control   
com.irisel.oms.guiom.interfaces   
com.irisel.oms.guiom.internal.tools   
com.irisel.oms.guiom.tablemodel TableModel support classes. 
 

Uses of GuiException in com.irisel.oms.guiom
 

Methods in com.irisel.oms.guiom that throw GuiException
 void CLGuiomBase.addMenuWindowItem(CLInternalFrame cli)
           
 void CLGuiomBase.refresh()
           
 void CLGuiomBase.removeFrame(CLInternalFrame cli)
           
 void CLGuiomBase.removeMenuWindowItem(int frameId)
           
 void CLGuiomBase.reset()
           
 

Constructors in com.irisel.oms.guiom that throw GuiException
CLGuiom()
           
CLGuiomBase()
           
CLWSGuiom()
           
 

Uses of GuiException in com.irisel.oms.guiom.actions
 

Methods in com.irisel.oms.guiom.actions that throw GuiException
 void Action_print.onEvent(OMSEvent e)
           
abstract  void ActionHandler.onEvent(OMSEvent e)
           
 

Uses of GuiException in com.irisel.oms.guiom.comp
 

Methods in com.irisel.oms.guiom.comp that throw GuiException
 InstanceSet PopUpMenu.getMenus(java.lang.String type)
          Method to retrieve menus from table OMS_GUI_CONTROL Filters by "type" Ordered by field "ord"
 void PopUpMenu.initialize(CLDesktop desk)
           
 void PopUpMenu.initialize(CLDesktop desk, java.awt.event.ActionListener actionListener, java.awt.event.MouseListener mouseListener)
           
 void TreePopUpMenu.loadMenus()
           
 void TextPopUpMenu.loadMenus()
           
 void ResultsPopUpMenu.loadMenus()
          Load Menus from table OMS_GUI_CONTROL of Type "RESULTS_MENU" and "RESULTS_MENU_ITEM"
 

Constructors in com.irisel.oms.guiom.comp that throw GuiException
ComponentFactoryBase()
           
PictureButton(java.lang.Object value)
           
 

Uses of GuiException in com.irisel.oms.guiom.control
 

Methods in com.irisel.oms.guiom.control that throw GuiException
 java.lang.String UIDelegate.onEvent(OMSEvent e)
           
 java.lang.Integer UIDelegate.openForm(OMSEvent e)
           
 

Uses of GuiException in com.irisel.oms.guiom.interfaces
 

Methods in com.irisel.oms.guiom.interfaces that throw GuiException
 void CLDesktop.refresh()
           
 void CLDesktop.removeFrame(CLInternalFrame cli)
           
 void CLDesktop.reset()
           
 

Uses of GuiException in com.irisel.oms.guiom.internal.tools
 

Methods in com.irisel.oms.guiom.internal.tools that throw GuiException
static void MenuHelper.click(javax.swing.JMenuBar menubar, java.lang.String menuPath)
           
static void MenuHelper.loadMenuItem(Instance guiCtrlMenuItemInstance, java.awt.Component parentMenuOrMenuBar, java.awt.event.ActionListener actionListener, java.awt.event.MouseListener mouseListener)
           
static javax.swing.JMenu MenuHelper.lookForMenu(java.awt.Component parentMenu, java.lang.String menuName)
           
static javax.swing.JMenu MenuHelper.lookForMenu(java.awt.Component parentMenu, java.lang.String menuName, java.lang.String menuLabel)
           
static javax.swing.JMenu MenuHelper.lookOrAddMenu(java.awt.Component parentMenu, java.lang.String menuName, java.lang.String menuLabel)
           
static javax.swing.JMenu MenuHelper.lookOrAddMenu(java.awt.Component parentMenu, java.lang.String menuName, java.lang.String menuLabel, boolean bCreateIfNotFound)
           
 

Uses of GuiException in com.irisel.oms.guiom.tablemodel
 

Methods in com.irisel.oms.guiom.tablemodel that throw GuiException
 InstanceSetTableModel InstanceSetTableModelFactory.createTableModel(InstanceSet rs)
          Creates a table model by using the given InstanceSet.
 InstanceSetTableModel InstanceSetTableModelFactory.generateDefaultTableModel(InstanceSet is)
          Generates a TableModel that gets its contents filled from a InstanceSet.
 

Constructors in com.irisel.oms.guiom.tablemodel that throw GuiException
InstanceSetTableModel(InstanceSet is)
           
InstanceSetTableModel(InstanceSet is, boolean enableLeftMarginColumn)