All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.preferences.CatBagPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----semper.preferences.PrefPanel
                                   |
                                   +----semper.preferences.CatBagPanel

public class CatBagPanel
extends PrefPanel
implements ActionListener, ItemListener

Constructor Index

 o CatBagPanel(List, List, TextField, Choice, Button, Button, PrefField)

Method Index

 o actionPerformed(ActionEvent)
This is the method responsible to deal with one of the frame buttons (cancel,reset,use).
 o DoCatList()
 o DoCatList_DESELECT()
 o DoCatNameList()
 o DoCatNameList_DESELECT()
 o isModified()
 o itemStateChanged(ItemEvent)
This implements the ItemListener interface.

Constructors

 o CatBagPanel
 public CatBagPanel(List catNameList,
                    List catList,
                    TextField tf,
                    Choice ch,
                    Button addButton,
                    Button removeButton,
                    PrefField owner)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent event)
This is the method responsible to deal with one of the frame buttons (cancel,reset,use).

Parameters:
event - is what occured.
 o itemStateChanged
 public void itemStateChanged(ItemEvent e)
This implements the ItemListener interface.

Parameters:
e - is the event.
 o DoCatList_DESELECT
 protected void DoCatList_DESELECT()
 o DoCatNameList_DESELECT
 protected void DoCatNameList_DESELECT()
 o DoCatNameList
 protected void DoCatNameList()
 o DoCatList
 protected void DoCatList()
 o isModified
 public boolean isModified()

All Packages  Class Hierarchy  This Package  Previous  Next  Index