Package jaxx.runtime.swing
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.ActioncloseActionDeprecated.protected AboutPaneluiDeprecated. -
Constructor Summary
Constructors Constructor Description AboutPanelHandler(AboutPanel ui)Deprecated. -
Method Summary
Modifier and Type Method Description voidbuildTopPanel()Deprecated.voidinit()Deprecated.protected java.lang.Stringload(java.lang.String filename)Deprecated.voidsetLicenseFile(java.lang.String filename)Deprecated.voidsetThirdpartyFile(java.lang.String filename)Deprecated.voidshowInDialog(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
Deprecated. -
closeAction
protected final javax.swing.Action closeActionDeprecated.
-
-
Constructor Details
-
AboutPanelHandler
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.
-