| com.javelin.swinglets.plaf.SComboBoxUI
SComboBoxUI | public interface SComboBoxUI extends SComponentUI(Code) | | SComboBoxUI is a SComboBoxUI user interface.
author: Robin Sharp |
Method Summary | |
public void | addTextListener(TextListener listener) Adds the specified text event listener to recieve text events
from this textcomponent. | public void | removeTextListener(TextListener listener) Removes the specified text event listener so that it no longer
receives text events from this textcomponent. |
addTextListener | public void addTextListener(TextListener listener)(Code) | | Adds the specified text event listener to recieve text events
from this textcomponent.
|
removeTextListener | public void removeTextListener(TextListener listener)(Code) | | Removes the specified text event listener so that it no longer
receives text events from this textcomponent.
|
|
|