Class AboutPanelHandler

java.lang.Object
jaxx.runtime.swing.AboutPanelHandler

@Deprecated
public class AboutPanelHandler
extends java.lang.Object
Deprecated.
please use now jaxx-widgets-about module instead.
Handler of the ui AboutPanel.
Since:
2.4
Author:
Tony Chemit - chemit@codelutin.com
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected javax.swing.Action closeAction
    Deprecated.
     
    protected AboutPanel ui
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor Description
    AboutPanelHandler​(AboutPanel ui)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void buildTopPanel()
    Deprecated.
     
    void init()
    Deprecated.
     
    protected java.lang.String load​(java.lang.String filename)
    Deprecated.
     
    void setLicenseFile​(java.lang.String filename)
    Deprecated.
     
    void setThirdpartyFile​(java.lang.String filename)
    Deprecated.
     
    void showInDialog​(java.awt.Frame ui, boolean undecorated)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ui

      protected final AboutPanel ui
      Deprecated.
    • closeAction

      protected final javax.swing.Action closeAction
      Deprecated.
  • Constructor Details

    • AboutPanelHandler

      public AboutPanelHandler​(AboutPanel ui)
      Deprecated.
  • Method Details

    • setLicenseFile

      public void setLicenseFile​(java.lang.String filename)
      Deprecated.
    • setThirdpartyFile

      public void setThirdpartyFile​(java.lang.String filename)
      Deprecated.
    • buildTopPanel

      public void buildTopPanel()
      Deprecated.
    • init

      public void init()
      Deprecated.
    • showInDialog

      public void showInDialog​(java.awt.Frame ui, boolean undecorated)
      Deprecated.
    • load

      protected java.lang.String load​(java.lang.String filename)
      Deprecated.