org.chorem.jtimer.ui
Class HelpFrame

java.lang.Object
  extended by org.jdesktop.application.AbstractBean
      extended by org.jdesktop.application.View
          extended by org.jdesktop.application.FrameView
              extended by org.chorem.jtimer.ui.HelpFrame
All Implemented Interfaces:
EventListener, HyperlinkListener

public class HelpFrame
extends org.jdesktop.application.FrameView
implements HyperlinkListener

Help window.

Version:
$Revision: 2858 $ Last update : $Date: 2012-04-12 10:56:05 +0200 (Thu, 12 Apr 2012) $ By : $Author: echatellier $
Author:
chatellier

Field Summary
 
Fields inherited from class org.jdesktop.application.FrameView
MAIN_FRAME_NAME
 
Constructor Summary
HelpFrame(org.jdesktop.application.Application application)
          Constructor.
 
Method Summary
 void closeView()
          Close action.
protected  Component getAboutTab()
          Build about tab.
protected  Component getLicenseTab()
          Build license tab.
protected  JComponent getMainComponent()
          Get UI main component.
 void hyperlinkUpdate(HyperlinkEvent he)
           
 
Methods inherited from class org.jdesktop.application.FrameView
getFrame, getRootPane, setFrame
 
Methods inherited from class org.jdesktop.application.View
getApplication, getComponent, getContext, getMenuBar, getResourceMap, getStatusBar, getToolBar, getToolBars, setComponent, setMenuBar, setStatusBar, setToolBar, setToolBars
 
Methods inherited from class org.jdesktop.application.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpFrame

public HelpFrame(org.jdesktop.application.Application application)
Constructor. Build UI.

Parameters:
application - parent application
Method Detail

getMainComponent

protected JComponent getMainComponent()
Get UI main component.

Returns:
view's main component

getLicenseTab

protected Component getLicenseTab()
Build license tab.

Returns:
license tab component

getAboutTab

protected Component getAboutTab()
Build about tab.

Returns:
about tab component

closeView

@Action
public void closeView()
Close action.


hyperlinkUpdate

public void hyperlinkUpdate(HyperlinkEvent he)
Specified by:
hyperlinkUpdate in interface HyperlinkListener


Copyright © 2007-2012 CodeLutin. All Rights Reserved.