Class FlatButtonFactory

  • All Implemented Interfaces:
    java.io.Serializable, ButtonFactory

    public class FlatButtonFactory
    extends java.lang.Object
    implements ButtonFactory, java.io.Serializable
    Creates a flat button with mouse over highlighting.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.AbstractButton createButton​(java.lang.Object object)
      Creates a button.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatButtonFactory

        public FlatButtonFactory()
    • Method Detail

      • createButton

        public javax.swing.AbstractButton createButton​(java.lang.Object object)
        Description copied from interface: ButtonFactory
        Creates a button.
        Specified by:
        createButton in interface ButtonFactory
        Parameters:
        object - argument to the button factory
        Returns:
        the created button