All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jclass.bwt.JCChoiceInterface

public interface JCChoiceInterface

Method Index

 o add(String)
adds an item to the list
 o addItemListener(JCItemListener)
Add a listener to catch and selections made by the object that implements a JCChoiceInterface
 o getSelectedIndex()
Get the index into the list of the current selected item
 o setItems(String[])
Set the text of the list of choices

Methods

 o addItemListener
 public abstract void addItemListener(JCItemListener listener)
Add a listener to catch and selections made by the object that implements a JCChoiceInterface

 o setItems
 public abstract void setItems(String items[])
Set the text of the list of choices

 o add
 public abstract void add(String item)
adds an item to the list

 o getSelectedIndex
 public abstract int getSelectedIndex()
Get the index into the list of the current selected item


All Packages  Class Hierarchy  This Package  Previous  Next  Index