ar.com.leak.iolsucker.container.swing
Class SwingConfigurator

java.lang.Object
  extended by ar.com.leak.iolsucker.container.swing.SwingConfigurator
All Implemented Interfaces:
Configurator

public class SwingConfigurator
extends Object
implements Configurator

TODO Brief description. TODO Detail

Since:
Aug 4, 2005
Author:
Juan F. Codagnone

Constructor Summary
SwingConfigurator(OptionsDAO optionsDAO)
          Creates the SwingConfigurator.
 
Method Summary
 List<Runnable> filterControllers(List<Runnable> controllers)
          Permite al configurador filtrar (dejar de lado) controladores que existen en el BeanFactory
 Options getOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingConfigurator

public SwingConfigurator(OptionsDAO optionsDAO)
Creates the SwingConfigurator.

Parameters:
optionsDAO - opciones
Method Detail

filterControllers

public final List<Runnable> filterControllers(List<Runnable> controllers)
Description copied from interface: Configurator
Permite al configurador filtrar (dejar de lado) controladores que existen en el BeanFactory

Specified by:
filterControllers in interface Configurator
Parameters:
controllers - lista de controladores a filtrar
Returns:
una lista filtrada
See Also:
Configurator#filterControllers(java.awt.List)

getOptions

public final Options getOptions()
Returns:
el modelo de datos


Copyright © 2005-2009 leak.com.ar. All Rights Reserved.