JComponentPack 1.5.0

com.zfqjava.swing
Class JTextSpeller.AbstractSpeller

java.lang.Object
  extended by com.zfqjava.swing.JTextSpeller.AbstractSpeller
Enclosing class:
JTextSpeller

public abstract static class JTextSpeller.AbstractSpeller
extends Object

AbstractSpeller handles the spell operation.

Since:
JComponentPack 1.4

Constructor Summary
JTextSpeller.AbstractSpeller()
           
 
Method Summary
 JTextSpeller getTextSpeller()
          Returns the JTextSpeller.
abstract  void ignore()
          Called by JTextSpeller when the user hits the Ignore button.
abstract  void ignoreAll()
          Called by JTextSpeller when the user hits the Ignore All button.
 void install(JTextSpeller speller)
          Install the AbstractSpeller to JTextSpeller.
abstract  void replace()
          Called by JTextSpeller when the user hits the Replace button.
abstract  void replaceAll()
          Called by JTextSpeller when the user hits the Replace All button.
abstract  void startCheck()
          Called by JTextSpeller when start check.
 void uninstall(JTextSpeller speller)
          Uninstall the AbstractSpeller to JTextSpeller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTextSpeller.AbstractSpeller

public JTextSpeller.AbstractSpeller()
Method Detail

install

public void install(JTextSpeller speller)
Install the AbstractSpeller to JTextSpeller.

Parameters:
speller - the JTextSpeller
See Also:
uninstall(com.zfqjava.swing.JTextSpeller)

uninstall

public void uninstall(JTextSpeller speller)
Uninstall the AbstractSpeller to JTextSpeller.

See Also:
install(com.zfqjava.swing.JTextSpeller)

getTextSpeller

public JTextSpeller getTextSpeller()
Returns the JTextSpeller.

Returns:
the JTextSpeller

startCheck

public abstract void startCheck()
Called by JTextSpeller when start check. This can also be called by the programmer.


ignore

public abstract void ignore()
Called by JTextSpeller when the user hits the Ignore button.


ignoreAll

public abstract void ignoreAll()
Called by JTextSpeller when the user hits the Ignore All button.


replace

public abstract void replace()
Called by JTextSpeller when the user hits the Replace button.


replaceAll

public abstract void replaceAll()
Called by JTextSpeller when the user hits the Replace All button.


JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.