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

Quick Search    Search Deep

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

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

public class DemoHtmlTemplate
extends DemoPanel
implements nextapp.echo.event.ActionListener, nextapp.echo.event.WindowListener

Demonstrates a HtmlTemplate


Field Summary
(package private)  nextapp.echo.Window demoWindow
           
 
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
DemoHtmlTemplate(echopoint.demo.DemoInstance demoInstance)
          DemoHtmlTemplate constructor comment.
 
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
(package private)  nextapp.echo.Window initWindow(java.lang.String templateFile)
           
 void windowClosed(nextapp.echo.event.WindowEvent e)
          Invoked when a window has been closed.
 void windowClosing(nextapp.echo.event.WindowEvent e)
          Invoked immediately prior to a window closing.
 void windowEvent(nextapp.echo.event.WindowEvent e)
           
 void windowOpened(nextapp.echo.event.WindowEvent e)
          Invoked when a window is opened.
 
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
 

Field Detail

demoWindow

nextapp.echo.Window demoWindow
Constructor Detail

DemoHtmlTemplate

public DemoHtmlTemplate(echopoint.demo.DemoInstance demoInstance)
DemoHtmlTemplate constructor comment.

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

initWindow

nextapp.echo.Window initWindow(java.lang.String templateFile)

windowClosed

public void windowClosed(nextapp.echo.event.WindowEvent e)
Description copied from interface: nextapp.echo.event.WindowListener
Invoked when a window has been closed.

Specified by:
windowClosed in interface nextapp.echo.event.WindowListener

windowClosing

public void windowClosing(nextapp.echo.event.WindowEvent e)
Description copied from interface: nextapp.echo.event.WindowListener
Invoked immediately prior to a window closing.

Specified by:
windowClosing in interface nextapp.echo.event.WindowListener

windowEvent

public void windowEvent(nextapp.echo.event.WindowEvent e)

windowOpened

public void windowOpened(nextapp.echo.event.WindowEvent e)
Description copied from interface: nextapp.echo.event.WindowListener
Invoked when a window is opened.

Specified by:
windowOpened in interface nextapp.echo.event.WindowListener