| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CLGuiomBase. addMenuWindowItem(CLInternalFrame cli) | 
| void | CLGuiomBase. refresh()Sends a OMSAction.REFRESH to all frames. | 
| void | CLGuiomBase. refresh(int frameid,
       int panelid)Sends a refresh message to a frame given by id (key) and panel. | 
| void | CLGuiomBase. refreshMenuWindowItem(CLInternalFrame cli) | 
| void | CLGuiomBase. removeFrame(CLInternalFrame cli) | 
| void | CLGuiomBase. removeMenuWindowItem(int frameId) | 
| void | CLGuiomBase. reset() | 
| Constructor and Description | 
|---|
| CLGuiom() | 
| CLGuiomBase() | 
| CLWSGuiom() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | ActionHandler. onEvent(OMSEvent e) | 
| void | Action_print. onEvent(OMSEvent e) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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" | 
| Constructor and Description | 
|---|
| ComponentFactoryBase() | 
| PictureButton(java.lang.Object value) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | UIDelegate. onEvent(OMSEvent e) | 
| java.lang.Integer | UIDelegate. openForm(OMSEvent e) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CLDesktop. refresh() | 
| void | CLDesktop. refresh(int frameid,
       int panelid) | 
| void | CLDesktop. removeFrame(CLInternalFrame cli) | 
| void | CLDesktop. reset() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| InstanceSetTableModel | InstanceSetTableModelFactory. createTableModel(InstanceSet rs)Creates a table model by using the given  InstanceSet. | 
| InstanceSetTableModel | InstanceSetTableModelFactory. generateDefaultTableModel(InstanceSet is)Generates a  TableModelthat gets its contents filled from aInstanceSet. | 
| Constructor and Description | 
|---|
| InstanceSetTableModel(InstanceSet is) | 
| InstanceSetTableModel(InstanceSet is,
                     boolean enableLeftMarginColumn) |