protoj.help_ui
Class HelpUI

java.lang.Object
  extended by mvp.View
      extended by protoj.help_ui.HelpUI
All Implemented Interfaces:
java.io.Serializable, java.util.Observer

public class HelpUI
extends mvp.View

Skeleton version of HelpUI class that constructs and composes its pulldown menu.

See Also:
Serialized Form

Field Summary
protected  HelpMenu helpMenu
          The companion model
 
Fields inherited from class mvp.View
closeAdapter, editable, model, screen, shown, widget, window
 
Constructor Summary
HelpUI(mvp.Screen screen, Help help)
          Constructor constructs HelpUI object with the given screen and companion help model.
 
Method Summary
 java.awt.Component compose()
          Compose this by composing the help pulldown menu.
 
Methods inherited from class mvp.View
getModel, getWidget, getWindow, hide, isEditable, isShown, run, setEditable, setExitOnClose, setModel, show, show, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

helpMenu

protected HelpMenu helpMenu
The companion model

Constructor Detail

HelpUI

public HelpUI(mvp.Screen screen,
              Help help)
Constructor constructs HelpUI object with the given screen and companion help model.

Method Detail

compose

public java.awt.Component compose()
Compose this by composing the help pulldown menu.

Overrides:
compose in class mvp.View