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

Quick Search    Search Deep

echopoint.demo.panels
Class DemoNumberFormatField  view DemoNumberFormatField download DemoNumberFormatField.java

java.lang.Object
  extended bynextapp.echo.Component
      extended bynextapp.echo.Panel
          extended byechopoint.demo.panels.DemoPanel
              extended byechopoint.demo.panels.DemoNumberFormatField
All Implemented Interfaces:
nextapp.echo.event.ActionListener, java.util.EventListener, java.io.Serializable

public class DemoNumberFormatField
extends DemoPanel
implements nextapp.echo.event.ActionListener

Demonstrates a NumberFormatField


Field Summary
 
Fields inherited from class echopoint.demo.panels.DemoPanel
demoInstance
 
Fields inherited from class nextapp.echo.Panel
DEFAULT_INSETS, HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY, INSETS_CHANGED_PROPERTY, STYLE_HORIZONTAL_ALIGNMENT, STYLE_INSETS, STYLE_VERTICAL_ALIGNMENT, VERTICAL_ALIGNMENT_CHANGED_PROPERTY
 
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
DemoNumberFormatField(echopoint.demo.DemoInstance demoInstance)
           
 
Method Summary
 void actionPerformed(nextapp.echo.event.ActionEvent e)
          Invoked when an action occurs.
 java.lang.String getActionCommand()
          Returns the action command to jump to the panel
 java.lang.String getFooter()
          Returns the footer of the panel
 java.lang.String getTitle()
          Returns the title of the panel
 
Methods inherited from class echopoint.demo.panels.DemoPanel
genBackground, genComponent, genContent, genFont, genForeground, genLargishContent, genSmallishContent, getImage, getImage, getInstance, getResource, getResourcePrefix, rollDice, rollDice, rollDice, rollDice, rollDice, toString
 
Methods inherited from class nextapp.echo.Panel
applyStyle, getHorizontalAlignment, getInsets, getVerticalAlignment, setHorizontalAlignment, setInsets, setVerticalAlignment
 
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, wait, wait, wait
 

Constructor Detail

DemoNumberFormatField

public DemoNumberFormatField(echopoint.demo.DemoInstance demoInstance)
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

getActionCommand

public java.lang.String getActionCommand()
Description copied from class: DemoPanel
Returns the action command to jump to the panel

Specified by:
getActionCommand in class DemoPanel

getFooter

public java.lang.String getFooter()
Description copied from class: DemoPanel
Returns the footer of the panel

Specified by:
getFooter in class DemoPanel

getTitle

public java.lang.String getTitle()
Description copied from class: DemoPanel
Returns the title of the panel

Specified by:
getTitle in class DemoPanel