Package de.calcom.cclib.text
Class FindReplaceEvent
- java.lang.Object
-
- java.util.EventObject
-
- de.calcom.cclib.text.FindReplaceEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class FindReplaceEvent extends java.util.EventObject
This is simply overriding EventObject by storing a FindReplaceDialog into the source field of the superclass.Added i18n support for application SimplyHTML in version 1.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FindReplaceEvent(FindReplaceDialog source)
-
-
-
Constructor Detail
-
FindReplaceEvent
public FindReplaceEvent(FindReplaceDialog source)
-
-