com.l2fprod.common.swing
Class ComponentFactory.DefaultComponentFactory

java.lang.Object
  extended by com.l2fprod.common.swing.ComponentFactory.DefaultComponentFactory
All Implemented Interfaces:
ComponentFactory
Enclosing interface:
ComponentFactory

public static class ComponentFactory.DefaultComponentFactory
extends java.lang.Object
implements ComponentFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.l2fprod.common.swing.ComponentFactory
ComponentFactory.DefaultComponentFactory, ComponentFactory.Helper
 
Constructor Summary
ComponentFactory.DefaultComponentFactory()
           
 
Method Summary
 javax.swing.JComboBox createComboBox()
           
 javax.swing.JButton createMiniButton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentFactory.DefaultComponentFactory

public ComponentFactory.DefaultComponentFactory()
Method Detail

createMiniButton

public javax.swing.JButton createMiniButton()
Specified by:
createMiniButton in interface ComponentFactory

createComboBox

public javax.swing.JComboBox createComboBox()
Specified by:
createComboBox in interface ComponentFactory