jdraw.align_ui
Class AlignUI

java.lang.Object
  |
  +--mvp.View
        |
        +--jdraw.align_ui.AlignUI
All Implemented Interfaces:
java.util.Observer

public class AlignUI
extends mvp.View

Class AlignUI is the companion view for the Align model class. AlignUI constructs and composes the Align pulldown menu.


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

Field Detail

alignMenu

protected AlignMenu alignMenu
The companion model
Constructor Detail

AlignUI

public AlignUI(mvp.Screen screen,
               Align align)
Construct this with the given screen and companion Align model.
Method Detail

compose

public java.awt.Component compose()
Compose this by composing the Align pulldown menu.
Overrides:
compose in class mvp.View