Interface GraffitiToolComponent

All Superinterfaces:
GraffitiComponent, GraffitiContainer
All Known Implementing Classes:
ToolButton

public interface GraffitiToolComponent
extends GraffitiContainer
  • Method Details

    • getTool

      Tool getTool()
      Returns the tool this button is identified with.
      Returns:
      the tool this button is identified with.
    • addActionListener

      void addActionListener​(ActionListener al)
      DOCUMENT ME!
      Parameters:
      al - DOCUMENT ME!
    • removeActionListener

      void removeActionListener​(ActionListener al)
      DOCUMENT ME!
      Parameters:
      al - DOCUMENT ME!