public class RemindInfoSubdialog
extends mvp.View
| Modifier and Type | Field and Description |
|---|---|
protected double |
maxComponentHeight
The max height of a text field or combobox; this is necessary since
these components strech when the outer frame is resized, and look very
funky when they do
|
protected int |
maxComponentWidth
The max width of any component; this is only necessary because the max
height cannot be set separately, so we must pick some max width.
|
protected javax.swing.JCheckBox |
remindCheckBox
The checkbox that indicates whether there's a reminder.
|
protected javax.swing.JComboBox |
remindLocationComboBox
The remind location combo box.
|
protected javax.swing.JComboBox |
remindTimeComboBox
The remind time combo box.
|
protected javax.swing.JTextField |
remindTimeTextField
The remind time text field.
|
| Constructor and Description |
|---|
RemindInfoSubdialog(mvp.Screen screen,
ScheduleAppointmentDialog parentView)
Construct this with a parent view.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
compose()
Compose this as the default configuration consisting of a remind
checkbox, a time-before text field, a time-before combo box, and a
remind-location combo box.
|
void |
update(java.util.Observable o,
java.lang.Object arg) |
protected javax.swing.JCheckBox remindCheckBox
protected javax.swing.JTextField remindTimeTextField
protected javax.swing.JComboBox remindTimeComboBox
protected javax.swing.JComboBox remindLocationComboBox
protected final double maxComponentHeight
protected final int maxComponentWidth
public RemindInfoSubdialog(mvp.Screen screen,
ScheduleAppointmentDialog parentView)
public java.awt.Component compose()
compose in class mvp.Viewpublic void update(java.util.Observable o,
java.lang.Object arg)
update in interface java.util.Observerupdate in class mvp.View