net.sourceforge.jsxe.action
Class ValidationErrorsAction

java.lang.Object
  extended bynet.sourceforge.jsxe.LocalizedAction
      extended bynet.sourceforge.jsxe.action.ValidationErrorsAction

public class ValidationErrorsAction
extends LocalizedAction

The action shows the Validation Errors Dialog

Version:
$Id: ValidationErrorsAction.java 998 2006-07-07 04:43:06Z ian_lewis $
Author:
Ian Lewis (IanLewis@member.fsf.org)

Field Summary
 
Fields inherited from class net.sourceforge.jsxe.LocalizedAction
INTERNAL_NAME, MESSAGE_NAME, NAME, TOOLTIP_MESSAGE_NAME
 
Constructor Summary
ValidationErrorsAction()
           
 
Method Summary
 void invoke(TabbedView view, ActionEvent evt)
          The method that is run when the action is invoked.
 
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

ValidationErrorsAction

public ValidationErrorsAction()
Method Detail

invoke

public void invoke(TabbedView view,
                   ActionEvent evt)
Description copied from class: LocalizedAction
The method that is run when the action is invoked.

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