caltool.options_ui
Class ViewingListsAppointmentsOptionsPanel

java.lang.Object
  extended by mvp.View
      extended by caltool.options_ui.ViewingListsAppointmentsOptionsPanel
All Implemented Interfaces:
java.io.Serializable, java.util.Observer

public class ViewingListsAppointmentsOptionsPanel
extends mvp.View

See Also:
Serialized Form

Field Summary
protected  double maxTextFieldHeight
          The max height of a text field
 
Fields inherited from class mvp.View
closeAdapter, editable, model, screen, shown, widget, window
 
Constructor Summary
ViewingListsAppointmentsOptionsPanel(mvp.Screen screen, Options options)
           
 
Method Summary
 java.awt.Component compose()
           
 
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

maxTextFieldHeight

protected final double maxTextFieldHeight
The max height of a text field

Constructor Detail

ViewingListsAppointmentsOptionsPanel

public ViewingListsAppointmentsOptionsPanel(mvp.Screen screen,
                                            Options options)
Method Detail

compose

public java.awt.Component compose()
Overrides:
compose in class mvp.View