com.explosion.datastream.exql.gui
Class SQLTextActionsListener

java.lang.Object
  extended by com.explosion.datastream.exql.gui.SQLTextActionsListener
All Implemented Interfaces:
com.explosion.expf.ExpActionListener, java.awt.event.ActionListener, java.awt.event.FocusListener, java.util.EventListener

public class SQLTextActionsListener
extends java.lang.Object
implements com.explosion.expf.ExpActionListener, java.awt.event.FocusListener

Author:
Steve.Cowx Created on Jan 1, 2004

Constructor Summary
SQLTextActionsListener(com.explosion.expfmodules.texteditor.ExpfTextArea component, java.awt.Component highLevelParent)
          Constructor for TextEditorLocalListener.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 java.util.Map getListensFor()
           
 void setCookie(int number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLTextActionsListener

public SQLTextActionsListener(com.explosion.expfmodules.texteditor.ExpfTextArea component,
                              java.awt.Component highLevelParent)
Constructor for TextEditorLocalListener.

Method Detail

getListensFor

public java.util.Map getListensFor()
Specified by:
getListensFor in interface com.explosion.expf.ExpActionListener
See Also:
com.explosion.expf.Interfaces.ExpActionListener#getListensFor()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
See Also:
ActionListener.actionPerformed(ActionEvent)

setCookie

public void setCookie(int number)

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent e)
Specified by:
focusLost in interface java.awt.event.FocusListener


Copyright © 2003-2005 Explosion I.T.. All Rights Reserved.