fi.hut.tml.xsmiles.gui.components
Interface XCombo
- public interface XCombo
An interface that describes item selection components.
- Author:
- Juha
add
public void add(java.lang.String s)
- Parameters:
s - Add an element s to the combo selection
remove
public void remove(java.lang.String s)
- Parameters:
s - Remove an element from the combo
addActionListener
public void addActionListener(java.awt.event.ActionListener al)
- Parameters:
al - The actionlistener to add to the combo
removeActionListener
public void removeActionListener(java.awt.event.ActionListener al)
- Parameters:
al - The actionListener to remove
X-Smiles 1.2