All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.env.presentation.UiPrivateListPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----ncsa.awt.ArrangePanel
                                   |
                                   +----ncsa.awt.BorderPanel
                                           |
                                           +----ncsa.env.presentation.FBBorderPanel
                                                   |
                                                   +----ncsa.env.presentation.AddRemoveLists
                                                           |
                                                           +----ncsa.env.presentation.UiPrivateListPanel

public class UiPrivateListPanel
extends AddRemoveLists

Constructor Index

 o UiPrivateListPanel(String, Color, PacSession, AddressBook, Vector)

Method Index

 o actionPerformed(ActionEvent)
 o deleteObject(Object)
 o existElement(Vector, AddressItem)
 o getObjectLabel(Object)
 o getUiPrivateListPanel()
 o mouseExited(MouseEvent)
 o newElement()
 o setEnabled(boolean)
 o setUiPrivateListPanel(Vector)
 o updateTextFields(Vector, List, int)

Constructors

 o UiPrivateListPanel
 public UiPrivateListPanel(String title,
                           Color color,
                           PacSession pacs,
                           AddressBook book,
                           Vector current)

Methods

 o updateTextFields
 protected void updateTextFields(Vector v,
                                 List list,
                                 int index)
Overrides:
updateTextFields in class AddRemoveLists
 o getObjectLabel
 protected String getObjectLabel(Object item)
Overrides:
getObjectLabel in class AddRemoveLists
 o deleteObject
 protected void deleteObject(Object item)
Overrides:
deleteObject in class AddRemoveLists
 o existElement
 protected int existElement(Vector v,
                            AddressItem item)
 o setUiPrivateListPanel
 public void setUiPrivateListPanel(Vector current)
 o getUiPrivateListPanel
 public Vector getUiPrivateListPanel()
 o setEnabled
 public void setEnabled(boolean b)
Overrides:
setEnabled in class AddRemoveLists
 o newElement
 public void newElement()
 o mouseExited
 public void mouseExited(MouseEvent evt)
Overrides:
mouseExited in class AddRemoveLists
 o actionPerformed
 public void actionPerformed(ActionEvent evt)
Overrides:
actionPerformed in class AddRemoveLists

All Packages  Class Hierarchy  This Package  Previous  Next  Index