Uses of Interface
paolomind.multitalk.plugin.ToolInterface

Packages that use ToolInterface
paolomind.multitalk.component Pacchetto con le classi che gestiscono i componenti grafici dell'applicazione 
paolomind.multitalk.plugin Paccehtto con le classi per la gestione di tool e moduli dell'applicazione 
paolomind.multitalk.toolwrapper Paccehtto con le classi implementative dei tools 
 

Uses of ToolInterface in paolomind.multitalk.component
 

Classes in paolomind.multitalk.component that implement ToolInterface
 class ActionCommandTool
          Un toolManager che implementa l' AWT ActionListener.
 

Methods in paolomind.multitalk.component with parameters of type ToolInterface
 javax.swing.AbstractButton ActionCommandTool.setupAction(ToolInterface t, javax.swing.AbstractButton b)
          Metodo che si occupa di assegnare l'ActionListener ad un javax.swing.AbstractButton e inizializzare l'ActionCommand.
 java.awt.Button ActionCommandTool.setupAction(ToolInterface t, java.awt.Button b)
          Metodo che si occupa di assegnare l'ActionListner ad un java.awt.Button e inizializzare l'ActionCommand.
 

Uses of ToolInterface in paolomind.multitalk.plugin
 

Classes in paolomind.multitalk.plugin that implement ToolInterface
 class ToolManager
          classe per gestire un insieme di tool.
 

Methods in paolomind.multitalk.plugin with parameters of type ToolInterface
 void ToolManager.register(java.lang.String n, ToolInterface t)
          funzione di registrazione specifica per ToolManager.
 void ToolManager.register(ToolInterface t)
          funzione di registrazione specifica per ToolManager.
 

Uses of ToolInterface in paolomind.multitalk.toolwrapper
 

Classes in paolomind.multitalk.toolwrapper that implement ToolInterface
 class EchoEventToolWrapper
          una classe tool per rimandare tutti gli eventi ad un sender.
 class PythonToolWrapper
           
 



Copyright © 2007. All Rights Reserved.