public class TimesAndDatesOptionsPanel
extends mvp.View
| Modifier and Type | Field and Description |
|---|---|
protected double |
maxTextFieldHeight
The max height of a text field
|
| Constructor and Description |
|---|
TimesAndDatesOptionsPanel(mvp.Screen screen,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected final double maxTextFieldHeight
public TimesAndDatesOptionsPanel(mvp.Screen screen,
Options options)
public java.awt.Component compose()
compose in class mvp.Viewprotected java.awt.Component composeTimeFormat()
protected java.awt.Component composeClockButtons()
protected java.awt.Component composeAMPMCheckBoxes()
protected java.awt.Component composeAMPMPrefix()
protected java.awt.Component composeDateDisplayFormat()
protected java.awt.Component composeDateInputFormat()