com.tssap.util.ui.reuse.chooser
Interface IDisplayableChooser

All Superinterfaces:
IChooser
All Known Subinterfaces:
IRadioChooser, ITextChooser
All Known Implementing Classes:
ResourceChooser, ObjectSelectionChooser, FileChooser

public interface IDisplayableChooser
extends IChooser

Title: Description: interface for Chooser implementation that need a parent Shell to act on. Copyright: Copyright (c) 2002 Company: SAP AG

Version:
1.0

Method Summary
 java.lang.String getSelection(java.lang.String currentText, org.eclipse.swt.widgets.Shell parentShell)
           
 

Method Detail

getSelection

public java.lang.String getSelection(java.lang.String currentText,
                                     org.eclipse.swt.widgets.Shell parentShell)


Copyright © 2005 SAP AG. All Rights Reserved.