Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nextapp.testforecho
Class UncheckedExceptionTest  view UncheckedExceptionTest download UncheckedExceptionTest.java

java.lang.Object
  extended bynextapp.echo.Component
      extended bynextapp.echo.AbstractPane
          extended bynextapp.echo.ContentPane
              extended bynextapp.testforecho.UncheckedExceptionTest
All Implemented Interfaces:
nextapp.echo.event.ActionListener, java.util.EventListener, java.io.Serializable

public class UncheckedExceptionTest
extends nextapp.echo.ContentPane
implements nextapp.echo.event.ActionListener


Nested Class Summary
 class UncheckedExceptionTest.JustATestException
           
 
Nested classes inherited from class nextapp.echo.ContentPane
 
Field Summary
private  nextapp.echo.Button addWindowButton
           
private  nextapp.echo.TextField errorUriField
           
private  nextapp.echo.Button errorUriUpdateButton
           
private  nextapp.echo.Button exceptionButton
           
 
Fields inherited from class nextapp.echo.ContentPane
BACKGROUND_IMAGE_PROPERTIES_CHANGED_PROPERTY, DEFAULT_INSETS, HEIGHT_CHANGED_PROPERTY, HEIGHT_EXTENT_CHANGED_PROPERTY, HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY, INSETS_CHANGED_PROPERTY, SCROLL_BAR_ALWAYS, SCROLL_BAR_AUTO, SCROLL_BAR_NEVER, SCROLL_BAR_POLICY_CHANGED_PROPERTY, SCROLL_BAR_X_CHANGED_PROPERTY, SCROLL_BAR_Y_CHANGED_PROPERTY, STYLE_BACKGROUND_IMAGE, STYLE_BACKGROUND_IMAGE_PROPERTIES, STYLE_HEIGHT, STYLE_HEIGHT_EXTENT, STYLE_HORIZONTAL_ALIGNMENT, STYLE_INSETS, STYLE_SCROLL_BAR_POLICY, STYLE_VERTICAL_ALIGNMENT, STYLE_WIDTH, STYLE_WIDTH_EXTENT, VERTICAL_ALIGNMENT_CHANGED_PROPERTY, WIDTH_CHANGED_PROPERTY, WIDTH_EXTENT_CHANGED_PROPERTY
 
Fields inherited from class nextapp.echo.AbstractPane
PROPORTIONAL, RESIZABLE_CHANGED_PROPERTY, STYLE_RESIZABLE
 
Fields inherited from class nextapp.echo.Component
BACKGROUND_CHANGED_PROPERTY, CHILDREN_CHANGED_PROPERTY, ENABLED_CHANGED_PROPERTY, FONT_CHANGED_PROPERTY, FOREGROUND_CHANGED_PROPERTY, IDENTIFIER_CHANGED_PROPERTY, listenerList, LOCALE_CHANGED_PROPERTY, MODEL_CHANGED_PROPERTY, STYLE_BACKGROUND, STYLE_FONT, STYLE_FOREGROUND, TAB_INDEX_CHANGED_PROPERTY, UPDATE_PROPERTY, VISIBLE_CHANGED_PROPERTY
 
Constructor Summary
UncheckedExceptionTest()
           
 
Method Summary
 void actionPerformed(nextapp.echo.event.ActionEvent e)
          Invoked when an action occurs.
 
Methods inherited from class nextapp.echo.ContentPane
applyStyle, getBackgroundImage, getBackgroundImageProperties, getHeightExtent, getHorizontalAlignment, getInsets, getScrollBarPolicy, getScrollBarX, getScrollBarY, getVerticalAlignment, getWidthExtent, setBackgroundImage, setBackgroundImageProperties, setHeight, setHeightExtent, setHorizontalAlignment, setInsets, setScrollBarPolicy, setScrollBarX, setScrollBarY, setVerticalAlignment, setWidth, setWidthExtent
 
Methods inherited from class nextapp.echo.AbstractPane
getHeight, getWidth, isResizable, setResizable
 
Methods inherited from class nextapp.echo.Component
add, add, addHierarchyListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getComponent, getComponentCount, getComponents, getEchoInstance, getFont, getForeground, getIdentifier, getLocale, getParent, getTabIndex, indexOf, init, isAncestorOf, isEnabled, isFocused, isRegistered, isShowing, isVisible, remove, remove, removeAll, removeHierarchyListener, removePropertyChangeListener, setBackground, setEnabled, setFocused, setFont, setForeground, setIdentifier, setLocale, setTabIndex, setVisible, update, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addWindowButton

private nextapp.echo.Button addWindowButton

exceptionButton

private nextapp.echo.Button exceptionButton

errorUriField

private nextapp.echo.TextField errorUriField

errorUriUpdateButton

private nextapp.echo.Button errorUriUpdateButton
Constructor Detail

UncheckedExceptionTest

public UncheckedExceptionTest()
Method Detail

actionPerformed

public void actionPerformed(nextapp.echo.event.ActionEvent e)
Description copied from interface: nextapp.echo.event.ActionListener
Invoked when an action occurs.

Specified by:
actionPerformed in interface nextapp.echo.event.ActionListener