org.springframework.richclient.factory
Class DefaultButtonFactory

java.lang.Object
  extended by org.springframework.richclient.factory.DefaultButtonFactory
All Implemented Interfaces:
ButtonFactory

public class DefaultButtonFactory
extends Object
implements ButtonFactory

Default implementation of a ButtonFactory.

Author:
Keith Donald

Constructor Summary
DefaultButtonFactory()
           
 
Method Summary
 AbstractButton createButton()
          Returns a standard button.
 AbstractButton createCheckBox()
          Returns a checkBox.
 AbstractButton createRadioButton()
          Returns a radioButton.
 AbstractButton createToggleButton()
          Returns a toggleButton.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultButtonFactory

public DefaultButtonFactory()
Method Detail

createButton

public AbstractButton createButton()
Returns a standard button.

Specified by:
createButton in interface ButtonFactory

createCheckBox

public AbstractButton createCheckBox()
Returns a checkBox.

Specified by:
createCheckBox in interface ButtonFactory

createToggleButton

public AbstractButton createToggleButton()
Returns a toggleButton.

Specified by:
createToggleButton in interface ButtonFactory

createRadioButton

public AbstractButton createRadioButton()
Returns a radioButton.

Specified by:
createRadioButton in interface ButtonFactory


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.