org.eclipse.birt.core.ui.swt.custom
Class TextCombo
java.lang.Object
Composite
org.eclipse.birt.core.ui.swt.custom.CustomChooserComposite
org.eclipse.birt.core.ui.swt.custom.TextCombo
public class TextCombo
- extends CustomChooserComposite
Custom text combo
Constructor Summary |
TextCombo(Composite parent,
int style)
|
Methods inherited from class org.eclipse.birt.core.ui.swt.custom.CustomChooserComposite |
addListener, getChoiceIndex, getChoiceValue, getItem, getItemCount, getItems, isEnabled, removeListener, select, setChoiceValue, setEnabled, setItems |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextCombo
public TextCombo(Composite parent,
int style)
createChoice
protected ICustomChoice createChoice(Composite parent,
java.lang.Object choiceValue)
- Specified by:
createChoice
in class CustomChooserComposite
setText
public void setText(java.lang.String text)
getText
public java.lang.String getText()
deselectAll
public void deselectAll()
markSelection
public void markSelection(java.lang.String text)
unmarkSelection
public void unmarkSelection(java.lang.String text)
Copyright © 2008 Actuate Corp. All rights reserved.