public class ScheduleEventDialogGridBag
extends mvp.View
| Modifier and Type | Field and Description |
|---|---|
protected java.awt.GridBagLayout |
layout
The grid bag that controls component layout in the panel
|
protected javax.swing.JPanel |
panel
The background panel of this
|
| Constructor and Description |
|---|
ScheduleEventDialogGridBag(mvp.Screen screen,
Schedule schedule) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
compose() |
protected void |
composeButtonRow() |
protected void |
composeCategoryAndLocationRow() |
protected void |
composeStartAndEndDateRow() |
protected void |
composeTitleRow() |
protected void |
il(javax.swing.JLabel l,
int x,
int y) |
protected void |
insertLabel(javax.swing.JLabel label,
double weightx,
boolean relative,
int width) |
protected void |
insertLabeledItem(java.awt.Component item,
double weightx,
int ipadx,
boolean remainder,
int width) |
protected void |
itf(javax.swing.JTextField tf,
int x,
int y,
int pad) |
protected java.awt.GridBagLayout layout
protected javax.swing.JPanel panel
public ScheduleEventDialogGridBag(mvp.Screen screen,
Schedule schedule)
public java.awt.Component compose()
compose in class mvp.Viewprotected void composeTitleRow()
protected void composeStartAndEndDateRow()
protected void composeCategoryAndLocationRow()
protected void composeButtonRow()
protected void il(javax.swing.JLabel l,
int x,
int y)
protected void itf(javax.swing.JTextField tf,
int x,
int y,
int pad)
protected void insertLabel(javax.swing.JLabel label,
double weightx,
boolean relative,
int width)
protected void insertLabeledItem(java.awt.Component item,
double weightx,
int ipadx,
boolean remainder,
int width)