ix.ip2
Class ActivityEditor

java.lang.Object
  |
  +--ix.ip2.ItemEditor
        |
        +--ix.ip2.ActivityEditor
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class ActivityEditor
extends ItemEditor

A simple editor for entering and viewing Activities


Inner Class Summary
(package private)  class ActivityEditor.ActivityEditPanel
           
 
Inner classes inherited from class ix.ip2.ItemEditor
ItemEditor.EditPanel
 
Fields inherited from class ix.ip2.ItemEditor
agendaViewer, contentPane, editPanel, frame, saveAsRefinementItem, title
 
Constructor Summary
(package private) ActivityEditor(AgendaViewer agendaViewer, java.lang.String title)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Action interpreter
protected  ItemEditor.EditPanel makeEditPanel()
           
protected  javax.swing.JMenuBar makeMenuBar()
          Constructs the menu bar
 
Methods inherited from class ix.ip2.ItemEditor
makeMenuItem, setUpFrame, setVisible, showItem, showNewItem
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityEditor

ActivityEditor(AgendaViewer agendaViewer,
               java.lang.String title)
Method Detail

makeEditPanel

protected ItemEditor.EditPanel makeEditPanel()
Overrides:
makeEditPanel in class ItemEditor

makeMenuBar

protected javax.swing.JMenuBar makeMenuBar()
Constructs the menu bar
Overrides:
makeMenuBar in class ItemEditor

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Action interpreter
Overrides:
actionPerformed in class ItemEditor
Following copied from class: ix.ip2.ItemEditor
See Also:
CatchingActionListener