ix.ip2
Class IssueEditor

java.lang.Object
  extended by ix.ip2.ItemEditor
      extended by 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.


Nested Class Summary
(package private)  class IssueEditor.IssueEditPanel
           
 
Nested classes/interfaces inherited from class ix.ip2.ItemEditor
ItemEditor.EditPanel, ItemEditor.ItemTextArea, ItemEditor.TextViewFrame, ItemEditor.TreeViewFrame
 
Field Summary
 
Fields inherited from class ix.ip2.ItemEditor
agendaViewer, agent, contentPane, editPanel, fileMenu, frame, itemType, statusView, textView, title, treeView, viewMenu, viewXMLTranslator
 
Constructor Summary
IssueEditor(AgendaViewer agendaViewer, java.lang.String title)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Action interpreter
protected  ItemEditor.EditPanel makeEditPanel()
           
 
Methods inherited from class ix.ip2.ItemEditor
addEndStatus, addHandlerActionStatus, addItemConditons, addStatus, clearViews, ensureStatusView, ensureTextView, ensureTreeView, handleViewCommand, makeMenuBar, makeMenuItem, makeStatusText, makeViewXMLTranslator, setUpFrame, setVisible, showItem, showNewItem, showStatusIfVisible, showTextIfVisible, showTreeIfVisible, showViewsIfVisible
 
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()
Specified by:
makeEditPanel in class ItemEditor

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Action interpreter

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Specified by:
actionPerformed in class ItemEditor
See Also:
CatchingActionListener