caltool.options_ui
Class TimesAndDatesOptionsPanel

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

public class TimesAndDatesOptionsPanel
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
TimesAndDatesOptionsPanel(mvp.Screen screen, Options options)
           
 
Method Summary
 java.awt.Component compose()
           
protected  java.awt.Component composeAMPMCheckBoxes()
           
protected  java.awt.Component composeAMPMPrefix()
           
protected  java.awt.Component composeClockButtons()
           
protected  java.awt.Component composeDateDisplayFormat()
           
protected  java.awt.Component composeDateInputFormat()
           
protected  java.awt.Component composeTimeFormat()
           
 
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

TimesAndDatesOptionsPanel

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

compose

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

composeTimeFormat

protected java.awt.Component composeTimeFormat()

composeClockButtons

protected java.awt.Component composeClockButtons()

composeAMPMCheckBoxes

protected java.awt.Component composeAMPMCheckBoxes()

composeAMPMPrefix

protected java.awt.Component composeAMPMPrefix()

composeDateDisplayFormat

protected java.awt.Component composeDateDisplayFormat()

composeDateInputFormat

protected java.awt.Component composeDateInputFormat()