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