Package org.graffiti.plugin.gui
Interface GraffitiToolComponent
- All Superinterfaces:
GraffitiComponent
,GraffitiContainer
- All Known Implementing Classes:
ToolButton
public interface GraffitiToolComponent extends GraffitiContainer
-
Method Summary
Modifier and Type Method Description void
addActionListener(ActionListener al)
DOCUMENT ME!Tool
getTool()
Returns the tool this button is identified with.void
removeActionListener(ActionListener al)
DOCUMENT ME!Methods inherited from interface org.graffiti.plugin.gui.GraffitiComponent
getPreferredComponent
Methods inherited from interface org.graffiti.plugin.gui.GraffitiContainer
getId
-
Method Details
-
getTool
Tool getTool()Returns the tool this button is identified with.- Returns:
- the tool this button is identified with.
-
addActionListener
DOCUMENT ME!- Parameters:
al
- DOCUMENT ME!
-
removeActionListener
DOCUMENT ME!- Parameters:
al
- DOCUMENT ME!
-