net.infonode.gui.button

Interface ButtonFactory

public interface ButtonFactory extends Serializable

A button factory.

Version: $Revision: 1.5 $

Author: $Author: jesper $

Method Summary
AbstractButtoncreateButton(Object object)
Creates a button.

Method Detail

createButton

public AbstractButton createButton(Object object)
Creates a button.

Parameters: object argument to the button factory

Returns: the created button