ix.ip2
Class IssueEditor

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

class IssueEditor
extends ItemEditor

A simple editor for entering and viewing Issues.


Inner Class Summary
(package private)  class IssueEditor.IssueEditPanel
           
 
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) IssueEditor(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

IssueEditor

IssueEditor(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