java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.marginallyclever.communications.application.ConversationHistoryList
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ConversationHistoryList extends JPanel
a list of all the events that have happened in a conversation.
See Also:
  • Constructor Details

    • ConversationHistoryList

      public ConversationHistoryList()
  • Method Details

    • clear

      public void clear()
    • addListSelectionListener

      public void addListSelectionListener(ListSelectionListener listener)
    • getSelectedIndex

      public int getSelectedIndex()
    • getSelectedValue

      public ConversationEvent getSelectedValue()
    • addElement

      public void addElement(String src, String str)
    • paint

      public void paint(Graphics g)
      Overrides:
      paint in class JComponent
    • main

      public static void main(String[] args)