Package jaxx.runtime.swing
Class AboutPanelHandler
- java.lang.Object
-
- jaxx.runtime.swing.AboutPanelHandler
-
@Deprecated public class AboutPanelHandler extends Object
Deprecated.please use now jaxx-widgets-about module instead.Handler of the uiAboutPanel.- Since:
- 2.4
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Field Summary
Fields Modifier and Type Field Description protected ActioncloseActionDeprecated.protected AboutPaneluiDeprecated.
-
Constructor Summary
Constructors Constructor Description AboutPanelHandler(AboutPanel ui)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidbuildTopPanel()Deprecated.voidinit()Deprecated.protected Stringload(String filename)Deprecated.voidsetLicenseFile(String filename)Deprecated.voidsetThirdpartyFile(String filename)Deprecated.voidshowInDialog(Frame ui, boolean undecorated)Deprecated.
-
-
-
Field Detail
-
ui
protected final AboutPanel ui
Deprecated.
-
closeAction
protected final Action closeAction
Deprecated.
-
-
Constructor Detail
-
AboutPanelHandler
public AboutPanelHandler(AboutPanel ui)
Deprecated.
-
-
Method Detail
-
setLicenseFile
public void setLicenseFile(String filename)
Deprecated.
-
setThirdpartyFile
public void setThirdpartyFile(String filename)
Deprecated.
-
buildTopPanel
public void buildTopPanel()
Deprecated.
-
init
public void init()
Deprecated.
-
showInDialog
public void showInDialog(Frame ui, boolean undecorated)
Deprecated.
-
-