public class OptionsUI extends CalendarToolWindow
| Modifier and Type | Field and Description |
|---|---|
protected AdministrativeOptionsPanel |
administrativePanel
The administrative pane
|
protected FontsOptionsPanel |
fontsPanel
The fonts pane
|
protected OptionsMenu |
optionsMenu
The menu
|
protected javax.swing.JPanel |
panel
The background panel
|
protected SchedulingOptionsPanel |
schedulingPanel
The scheduling pane
|
protected javax.swing.JTabbedPane |
tabs
The tabbed dialog
|
protected TimesAndDatesOptionsPanel |
timesAndDatesPanel
The times and dates pane
|
protected ViewingOptionsPanel |
viewingPanel
The viewing pane
|
calToolUI| Constructor and Description |
|---|
OptionsUI(mvp.Screen screen,
Options options,
CalendarToolUI calToolUI)
Construct this with the given screen, model, and parent view.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
compose() |
protected void |
composeButtonRow() |
protected void |
composeTabs() |
void |
selectTab(java.lang.String selection)
Select the tabbed with the name of the given string.
|
showprotected javax.swing.JPanel panel
protected javax.swing.JTabbedPane tabs
protected TimesAndDatesOptionsPanel timesAndDatesPanel
protected FontsOptionsPanel fontsPanel
protected SchedulingOptionsPanel schedulingPanel
protected ViewingOptionsPanel viewingPanel
protected AdministrativeOptionsPanel administrativePanel
protected OptionsMenu optionsMenu
public OptionsUI(mvp.Screen screen,
Options options,
CalendarToolUI calToolUI)