Interface ButtonFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
FlatButtonFactory

public interface ButtonFactory extends Serializable
A button factory.
  • Method Details

    • createButton

      AbstractButton createButton(Object object)
      Creates a button.
      Parameters:
      object - argument to the button factory
      Returns:
      the created button