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 voidaddActionListener(ActionListener al)DOCUMENT ME!ToolgetTool()Returns the tool this button is identified with.voidremoveActionListener(ActionListener al)DOCUMENT ME!Methods inherited from interface org.graffiti.plugin.gui.GraffitiComponent
getPreferredComponentMethods 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!
-