processing.app.tools
Interface Tool

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
Archiver, AutoFormat, ColorSelector, CreateFont, FixEncoding

public interface Tool
extends java.lang.Runnable

Interface for items to be shown in the Tools menu.


Method Summary
 java.lang.String getMenuTitle()
           
 void init(Editor editor)
           
 void run()
           
 

Method Detail

init

void init(Editor editor)

run

void run()
Specified by:
run in interface java.lang.Runnable

getMenuTitle

java.lang.String getMenuTitle()