Uses of Interface
de.cau.cs.kieler.core.ui.commands.FunctionReturningString

Packages that use FunctionReturningString
de.cau.cs.kieler.core.ui.commands Contains the different commands and related classes needed for the KIELER UI. 
 

Uses of FunctionReturningString in de.cau.cs.kieler.core.ui.commands
 

Classes in de.cau.cs.kieler.core.ui.commands that implement FunctionReturningString
static class FunctionReturningString.IFileToStringFunction
          Example function for computing the representation of an IFile.
 

Constructors in de.cau.cs.kieler.core.ui.commands with parameters of type FunctionReturningString
SelectObjectsFromListDialog(Shell theShell, List<Type> allParam, String messageParam, FunctionReturningString<Type> toStringParam)
          Creates a new dialog.