com.tssap.util.ui.reuse.chooser
Interface ITextChooser
- All Superinterfaces:
- IChooser, IDisplayableChooser
- All Known Subinterfaces:
- IRadioChooser
- All Known Implementing Classes:
- TextChooser
- public interface ITextChooser
- extends IDisplayableChooser
getTextLabel
public java.lang.String getTextLabel()
getTextEntry
public java.lang.String getTextEntry()
getButtonText
public java.lang.String getButtonText()
getButtonImage
public org.eclipse.swt.graphics.Image getButtonImage()
getChooser
public IDisplayableChooser getChooser()
setTextLabel
public void setTextLabel(java.lang.String textLabel)
setTextEntry
public void setTextEntry(java.lang.String textEntry)
setButtonText
public void setButtonText(java.lang.String buttonText)
setButtonImage
public void setButtonImage(org.eclipse.swt.graphics.Image buttonImage)
setChooser
public void setChooser(IDisplayableChooser chooser)
Copyright © 2005 SAP AG. All Rights Reserved.