Class ATKFrame

All Implemented Interfaces:
fr.esrf.tangoatk.core.IErrorListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public abstract class ATKFrame extends JFrame implements fr.esrf.tangoatk.core.IErrorListener
Author:
root
See Also:
  • Field Details

    • splash

      protected Splash splash
  • Constructor Details

    • ATKFrame

      public ATKFrame()
      Creates new form ATKFrame
  • Method Details

    • showAtkFrame

      public void showAtkFrame()
    • setSplashMessage

      public void setSplashMessage(String message)
    • getSplashMessage

      public String getSplashMessage()
    • setSplashTitle

      public void setSplashTitle(String title)
    • getSplashTitle

      public String getSplashTitle()
    • getAuthor

      public abstract String getAuthor()
    • getVersion

      public String getVersion()
    • errorChange

      public void errorChange(fr.esrf.tangoatk.core.ErrorEvent evt)
      Specified by:
      errorChange in interface fr.esrf.tangoatk.core.IErrorListener