Ontimize 5.2072EN

com.ontimize.gui.field
Class RTFDataField.ActionWrapper

java.lang.Object
  extended bycom.ontimize.gui.field.RTFDataField.ActionWrapper
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Direct Known Subclasses:
RTFDataField.AlignListener
Enclosing class:
RTFDataField

protected class RTFDataField.ActionWrapper
extends java.lang.Object
implements java.awt.event.ActionListener

Class to adapt the style field.

Author:
Imatia Innovation

Field Summary
protected  javax.swing.text.StyledEditorKit.StyledTextAction act
           
 
Constructor Summary
RTFDataField.ActionWrapper(javax.swing.text.StyledEditorKit.StyledTextAction a)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

act

protected javax.swing.text.StyledEditorKit.StyledTextAction act
Constructor Detail

RTFDataField.ActionWrapper

public RTFDataField.ActionWrapper(javax.swing.text.StyledEditorKit.StyledTextAction a)
Method Detail

actionPerformed

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

Ontimize