com.instantbank.lettertemplate.editor.applet
Class TemplateEditor.EditorStuff.SetUnderlineAction

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

class TemplateEditor.EditorStuff.SetUnderlineAction
extends java.lang.Object
implements java.awt.event.ActionListener

Toggles selected text between Underlined-non Underlined.


Constructor Summary
(package private) TemplateEditor.EditorStuff.SetUnderlineAction()
           
 
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.EditorStuff.SetUnderlineAction

TemplateEditor.EditorStuff.SetUnderlineAction()
Method Detail

actionPerformed

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