Uses of Class
org.jpos.ui.UI

Packages that use UI
org.jpos.bsh   
org.jpos.transaction.gui   
org.jpos.ui jPOS User Interface Framework 
org.jpos.ui.action   
org.jpos.ui.factory   
 

Uses of UI in org.jpos.bsh
 

Subclasses of UI in org.jpos.bsh
 class BSHUI
           
 

Fields in org.jpos.bsh declared as UI
 UI BSHAction.ui
           
 

Methods in org.jpos.bsh with parameters of type UI
 void BSHAction.setUI(UI ui, org.jdom.Element e)
           
 

Uses of UI in org.jpos.transaction.gui
 

Methods in org.jpos.transaction.gui with parameters of type UI
 JComponent TMMonitorFactory.create(UI ui, org.jdom.Element e)
           
 

Constructors in org.jpos.transaction.gui with parameters of type UI
TMMonitor(UI ui, TransactionManager tmmgr)
           
 

Uses of UI in org.jpos.ui
 

Methods in org.jpos.ui with parameters of type UI
 JComponent UI.create(UI ui, org.jdom.Element e)
          UI is itself a UIFactory.
 JComponent UIFactory.create(UI ui, org.jdom.Element config)
           
 void UIAware.setUI(UI ui, org.jdom.Element config)
           
 

Uses of UI in org.jpos.ui.action
 

Fields in org.jpos.ui.action declared as UI
 UI Exit.ui
           
 UI Dispose.ui
           
 UI Redirect.ui
           
 

Methods in org.jpos.ui.action with parameters of type UI
 void Exit.setUI(UI ui, org.jdom.Element e)
           
 void Dispose.setUI(UI ui, org.jdom.Element e)
           
 void Redirect.setUI(UI ui, org.jdom.Element e)
           
 

Uses of UI in org.jpos.ui.factory
 

Methods in org.jpos.ui.factory with parameters of type UI
 JComponent JLabelFactory.create(UI ui, org.jdom.Element e)
           
 JComponent LogListenerFactory.create(UI ui, org.jdom.Element e)
           
 JComponent VSplitFactory.create(UI ui, org.jdom.Element e)
           
 JComponent PanelFactory.create(UI ui, org.jdom.Element e)
           
 JComponent JTabbedPaneFactory.create(UI ui, org.jdom.Element e)
           
 JComponent GridLayoutFactory.create(UI ui, org.jdom.Element e)
           
 JComponent JTreeFactory.create(UI ui, org.jdom.Element e)
           
 JComponent TextFactory.create(UI ui, org.jdom.Element e)
           
 JComponent BorderLayoutFactory.create(UI ui, org.jdom.Element e)
           
 JComponent HtmlFactory.create(UI ui, org.jdom.Element e)
           
 JComponent JButtonFactory.create(UI ui, org.jdom.Element e)
           
 JComponent HSplitFactory.create(UI ui, org.jdom.Element e)
           
 JComponent ISOMeterFactory.create(UI ui, org.jdom.Element e)
           
 

Constructors in org.jpos.ui.factory with parameters of type UI
LogListenerFactory.Listener(LogProducer logger, UI ui, JTextArea text, int maxEvents, int maxLines)
           
 



Copyright © 1998-2012 jPOS.org. All Rights Reserved.