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

Quick Search    Search Deep

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

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

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

Provides the ImageIcon demo


Field Summary
(package private)  echopoint.demo.DemoInstance demoInstance
           
(package private)  nextapp.echo.Label whichPressed
           
 
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
DemoImageIcon(echopoint.demo.DemoInstance demoInstance)
          Contructs the demo
 
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
 

Field Detail

demoInstance

echopoint.demo.DemoInstance demoInstance

whichPressed

nextapp.echo.Label whichPressed
Constructor Detail

DemoImageIcon

public DemoImageIcon(echopoint.demo.DemoInstance demoInstance)
Contructs the demo

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