Package com.reportmill.panels
Class SpellCheckPanel
- java.lang.Object
-
- com.reportmill.panels.SpellCheckPanel
-
public class SpellCheckPanel extends java.lang.Object
This class just runs a simple modal panel to register user name and email on first run.
-
-
Constructor Summary
Constructors Constructor Description SpellCheckPanel()
Creates new register panel.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SpellCheckPanel
getShared()
Returns the shared instance.RJPanel
getUI()
Returns the UI (loading it if necessary).void
resetUI()
Reset the UI.void
respondUI(java.lang.Object anObj)
Handles okay button.void
show()
Runs the spell check panel.
-
-
-
Method Detail
-
getShared
public static SpellCheckPanel getShared()
Returns the shared instance.
-
show
public void show()
Runs the spell check panel.
-
getUI
public RJPanel getUI()
Returns the UI (loading it if necessary).
-
resetUI
public void resetUI()
Reset the UI.
-
respondUI
public void respondUI(java.lang.Object anObj)
Handles okay button.
-
-