ist.palcom.simulated.handheld.browser.ui
Class OutCommandView

java.lang.Object
  extended by ist.palcom.simulated.handheld.browser.ui.UIComponent
      extended by ist.palcom.simulated.handheld.browser.ui.UIContainer
          extended by ist.palcom.simulated.handheld.browser.ui.OutCommandView

public class OutCommandView
extends UIContainer


Field Summary
 
Fields inherited from class ist.palcom.simulated.handheld.browser.ui.UIContainer
children
 
Fields inherited from class ist.palcom.simulated.handheld.browser.ui.UIComponent
parent
 
Constructor Summary
OutCommandView(Command command, CommandEventListener cel)
           
 
Method Summary
 javax.swing.JComponent getSwingComponent()
          Returns the Swing component for this UIComponent.
 void update()
          Update the UIComponent.
 
Methods inherited from class ist.palcom.simulated.handheld.browser.ui.UIContainer
add, addSwingComponentsForChildrenToSwingContainer, getChild, getNumberOfChildren
 
Methods inherited from class ist.palcom.simulated.handheld.browser.ui.UIComponent
changeFontSizeOfComponent, createComponentForItem, getCommandEventListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutCommandView

public OutCommandView(Command command,
                      CommandEventListener cel)
Method Detail

update

public void update()
Description copied from class: UIComponent
Update the UIComponent. Redraw all rendered components with the right text etc.

Overrides:
update in class UIContainer

getSwingComponent

public javax.swing.JComponent getSwingComponent()
Description copied from class: UIComponent
Returns the Swing component for this UIComponent.

Specified by:
getSwingComponent in class UIComponent