net.sourceforge.jsxe.gui
Class jsxeAboutDialog

java.lang.Object
  extended bynet.sourceforge.jsxe.LocalizedAction
      extended bynet.sourceforge.jsxe.gui.jsxeAboutDialog

public class jsxeAboutDialog
extends LocalizedAction

Displays the jsXe about dialog.

Version:
$Id: jsxeAboutDialog.java 966 2006-06-20 19:29:38Z ian_lewis $
Author:
Ian Lewis (IanLewis@member.fsf.org), Trish Hartnett (trishah136@member.fsf.org)

Field Summary
 
Fields inherited from class net.sourceforge.jsxe.LocalizedAction
INTERNAL_NAME, MESSAGE_NAME, NAME, TOOLTIP_MESSAGE_NAME
 
Constructor Summary
jsxeAboutDialog()
           
 
Method Summary
 void invoke(TabbedView view, ActionEvent evt)
          Displays jsXe's About dialog
 
Methods inherited from class net.sourceforge.jsxe.LocalizedAction
getLabel, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

jsxeAboutDialog

public jsxeAboutDialog()
Method Detail

invoke

public void invoke(TabbedView view,
                   ActionEvent evt)
Displays jsXe's About dialog

Specified by:
invoke in class LocalizedAction
Parameters:
view - the view that invoked the action.
evt - the ActionEvent for this event.