Class tileDockable

java.lang.Object
name.moore.kevin.ze.swing.dockables.tileDockable
All Implemented Interfaces:
iDockable

public class tileDockable extends Object implements iDockable
Author:
Kevin Moore <dev@kevin.moore.name>
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • text

      public String text
      Displayed string - public so cookswing can get to it in tile.xml
    • name

      private String name
      Unique identity
    • actionlistener

      public ActionListener actionlistener
      Respond to interactions.
  • Constructor Details

    • tileDockable

      public tileDockable(String n)
  • Method Details

    • getName

      public String getName()
      Set when constructing the handler, an internal identity.
      Specified by:
      getName in interface iDockable
      Returns:
      unique name of this dockable component.
    • getXMLlayout

      public String getXMLlayout()
      Description copied from interface: iDockable
      This XML should have the content of the dockable in a panel.
      Specified by:
      getXMLlayout in interface iDockable
      Returns: