caltool.schedule_ui
Class CategoriesEditor

java.lang.Object
  extended by mvp.View
      extended by caltool.caltool_ui.CalendarToolWindow
          extended by caltool.schedule_ui.CategoriesEditor
All Implemented Interfaces:
java.io.Serializable, java.util.Observer

public class CategoriesEditor
extends CalendarToolWindow

See Also:
Serialized Form

Field Summary
 
Fields inherited from class caltool.caltool_ui.CalendarToolWindow
calToolUI
 
Fields inherited from class mvp.View
closeAdapter, editable, model, screen, shown, widget, window
 
Constructor Summary
CategoriesEditor(mvp.Screen screen, mvp.Model model, CalendarToolUI calToolUI)
           
 
Method Summary
 java.awt.Component compose()
           
protected  javax.swing.Box composeButtonRow1()
          Compose the first row of buttons, consisting of Add, Change, and Delete.
protected  javax.swing.Box composeButtonRow2()
          Compose the second row of buttons, consisting of Save As, Load, and Done.
protected  javax.swing.Box composeList()
          Compose the labeled list of cateogries.
 
Methods inherited from class caltool.caltool_ui.CalendarToolWindow
show
 
Methods inherited from class mvp.View
getModel, getWidget, getWindow, hide, isEditable, isShown, run, setEditable, setExitOnClose, setModel, show, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoriesEditor

public CategoriesEditor(mvp.Screen screen,
                        mvp.Model model,
                        CalendarToolUI calToolUI)
Method Detail

compose

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

composeList

protected javax.swing.Box composeList()
Compose the labeled list of cateogries.


composeButtonRow1

protected javax.swing.Box composeButtonRow1()
Compose the first row of buttons, consisting of Add, Change, and Delete.


composeButtonRow2

protected javax.swing.Box composeButtonRow2()
Compose the second row of buttons, consisting of Save As, Load, and Done.