Class AutoSpellViewFactory
- java.lang.Object
-
- com.swabunga.spell.swing.autospell.AutoSpellViewFactory
-
- All Implemented Interfaces:
javax.swing.text.ViewFactory
public class AutoSpellViewFactory extends java.lang.Object implements javax.swing.text.ViewFactory
Gets the views from the original ViewFactory and but all of them in a AutoSpellView to support the waved line style. (Maybe this should only be done for elements actually marked as misspelled, maybe...)- Author:
- Robert Gustavsson (robert@lindesign.se)
-
-
Constructor Summary
Constructors Constructor Description AutoSpellViewFactory(javax.swing.text.ViewFactory wf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.text.View
create(javax.swing.text.Element arg0)
-