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
-
CatBagPanel(List, List, TextField, Choice, Button, Button, PrefField)
-
-
actionPerformed(ActionEvent)
- This is the method responsible to deal with one of the frame
buttons (cancel,reset,use).
-
DoCatList()
-
-
DoCatList_DESELECT()
-
-
DoCatNameList()
-
-
DoCatNameList_DESELECT()
-
-
isModified()
-
-
itemStateChanged(ItemEvent)
- This implements the ItemListener interface.
CatBagPanel
public CatBagPanel(List catNameList,
List catList,
TextField tf,
Choice ch,
Button addButton,
Button removeButton,
PrefField owner)
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.
itemStateChanged
public void itemStateChanged(ItemEvent e)
- This implements the ItemListener interface.
- Parameters:
- e - is the event.
DoCatList_DESELECT
protected void DoCatList_DESELECT()
DoCatNameList_DESELECT
protected void DoCatNameList_DESELECT()
DoCatNameList
protected void DoCatNameList()
DoCatList
protected void DoCatList()
isModified
public boolean isModified()
All Packages Class Hierarchy This Package Previous Next Index