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


Method Summary
 org.eclipse.swt.graphics.Image getButtonImage()
           
 java.lang.String getButtonText()
           
 IDisplayableChooser getChooser()
           
 java.lang.String getTextEntry()
           
 java.lang.String getTextLabel()
           
 void setButtonImage(org.eclipse.swt.graphics.Image buttonImage)
           
 void setButtonText(java.lang.String buttonText)
           
 void setChooser(IDisplayableChooser chooser)
           
 void setTextEntry(java.lang.String textEntry)
           
 void setTextLabel(java.lang.String textLabel)
           
 
Methods inherited from interface com.tssap.util.ui.reuse.chooser.IDisplayableChooser
getSelection
 

Method Detail

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.