Class SpellCheckPanel

java.lang.Object
com.reportmill.panels.SpellCheckPanel

public class SpellCheckPanel extends Object
This class just runs a simple modal panel to register user name and email on first run.
  • Constructor Details

    • SpellCheckPanel

      public SpellCheckPanel()
      Creates new register panel.
  • Method Details

    • 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(Object anObj)
      Handles okay button.