com.instantbank.lettertemplate.editor.applet
Class TemplateEditor.ComponentEditor.VariableInsertAction

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--com.instantbank.lettertemplate.editor.applet.TemplateEditor.ComponentEditor.VariableInsertAction
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
TemplateEditor.ComponentEditor

class TemplateEditor.ComponentEditor.VariableInsertAction
extends java.awt.event.MouseAdapter

Implements variable insertion at caret position, via right mouse click and if there is a selected leaf in the tree of variables.


Constructor Summary
(package private) TemplateEditor.ComponentEditor.VariableInsertAction()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
          Implements variable insertion at caret position, via right mouse click and if there is a selected leaf in the tree of variables.
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

TemplateEditor.ComponentEditor.VariableInsertAction

TemplateEditor.ComponentEditor.VariableInsertAction()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Implements variable insertion at caret position, via right mouse click and if there is a selected leaf in the tree of variables.
Overrides:
mouseClicked in class java.awt.event.MouseAdapter
Parameters:
e - Description of the Parameter