Uses of Interface
info.joseluismartin.gui.GuiFactory

Packages that use GuiFactory
info.joseluismartin.gui   
info.joseluismartin.gui.table   
 

Uses of GuiFactory in info.joseluismartin.gui
 

Classes in info.joseluismartin.gui that implement GuiFactory
 class ApplicationContextGuiFactory
          GuiFactory that use ApplicationContext to create and configure widgets.
 

Methods in info.joseluismartin.gui that return GuiFactory
 GuiFactory ShowRowAction.getGuiFactory()
           
 GuiFactory PageableTable.getGuiFactory()
           
 

Methods in info.joseluismartin.gui with parameters of type GuiFactory
 void ShowRowAction.setGuiFactory(GuiFactory guiFactory)
           
 void PageableTable.setGuiFactory(GuiFactory guiFactory)
           
 

Uses of GuiFactory in info.joseluismartin.gui.table
 

Methods in info.joseluismartin.gui.table that return GuiFactory
 GuiFactory TablePanel.getGuiFactory()
           
 

Methods in info.joseluismartin.gui.table with parameters of type GuiFactory
 void TablePanel.setGuiFactory(GuiFactory guiFactory)
           
 



Copyright © 2012 JDAL. All Rights Reserved.