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

Quick Search    Search Deep

nextapp.testforecho
Class PropertyChangeMadnessTest  view PropertyChangeMadnessTest download PropertyChangeMadnessTest.java

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

public class PropertyChangeMadnessTest
extends nextapp.echo.ContentPane
implements nextapp.echo.event.ActionListener, java.beans.PropertyChangeListener


Nested Class Summary
 
Nested classes inherited from class nextapp.echo.ContentPane
 
Field Summary
private  nextapp.echo.Button initButton
           
private  nextapp.echo.Label label1
           
private  nextapp.echo.Label label2
           
private  nextapp.echo.Label label3
           
private  nextapp.echo.Label label4
           
private  nextapp.echo.Label label5
           
private  nextapp.echo.Label label6
           
private  nextapp.echo.Container testContainer
           
private  nextapp.echo.Grid visibilityTestGrid
           
 
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
PropertyChangeMadnessTest()
           
 
Method Summary
 void actionPerformed(nextapp.echo.event.ActionEvent e)
          Invoked when an action occurs.
 void propertyChange(java.beans.PropertyChangeEvent e)
          Fired after a Bean's property has changed.
 
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

initButton

private nextapp.echo.Button initButton

label1

private nextapp.echo.Label label1

label2

private nextapp.echo.Label label2

label3

private nextapp.echo.Label label3

label4

private nextapp.echo.Label label4

label5

private nextapp.echo.Label label5

label6

private nextapp.echo.Label label6

visibilityTestGrid

private nextapp.echo.Grid visibilityTestGrid

testContainer

private nextapp.echo.Container testContainer
Constructor Detail

PropertyChangeMadnessTest

public PropertyChangeMadnessTest()
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

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Description copied from interface: java.beans.PropertyChangeListener
Fired after a Bean's property has changed.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener