com.instantbank.lettertemplate.editor.applet
Class TemplateEditor.VariableFormatInsertion

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

class TemplateEditor.VariableFormatInsertion
extends java.lang.Object
implements java.awt.event.ActionListener

Auxiliary class that inserts a format for a variable in the text. Can be used only if the cursor is just before a variable mark in the text.


Constructor Summary
(package private) TemplateEditor.VariableFormatInsertion()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

TemplateEditor.VariableFormatInsertion

TemplateEditor.VariableFormatInsertion()
Method Detail

actionPerformed

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