jaxx.runtime.swing
Class AboutPanelHandler

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

public class AboutPanelHandler
extends Object

Handler of the ui AboutPanel.

Since:
2.4
Author:
tchemit

Field Summary
protected  Action closeAction
           
protected  AboutPanel ui
           
 
Constructor Summary
AboutPanelHandler(AboutPanel ui)
           
 
Method Summary
 void buildTopPanel()
           
 void init()
           
protected  String load(String filename)
           
 void setLicenseFile(String filename)
           
 void setThirdpartyFile(String filename)
           
 void showInDialog(Frame ui, boolean undecorated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ui

protected final AboutPanel ui

closeAction

protected final Action closeAction
Constructor Detail

AboutPanelHandler

public AboutPanelHandler(AboutPanel ui)
Method Detail

setLicenseFile

public void setLicenseFile(String filename)

setThirdpartyFile

public void setThirdpartyFile(String filename)

buildTopPanel

public void buildTopPanel()

init

public void init()

showInDialog

public void showInDialog(Frame ui,
                         boolean undecorated)

load

protected String load(String filename)


Copyright © 2008-2011 CodeLutin. All Rights Reserved.