Package net.sf.okapi.common.filters
Interface IFilterConfigurationListEditor
-
public interface IFilterConfigurationListEditorInterface to edit a list of filter configurations at once.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideditConfigurations(IFilterConfigurationMapper fcMapper)Displays a list of all available configurations in a givenFilterConfigurationMapperand allow to edit them.StringeditConfigurations(IFilterConfigurationMapper fcMapper, String configId)Displays a list of all available configurations in a givenFilterConfigurationMapper, allow to edit them and to select one.
-
-
-
Method Detail
-
editConfigurations
void editConfigurations(IFilterConfigurationMapper fcMapper)
Displays a list of all available configurations in a givenFilterConfigurationMapperand allow to edit them.- Parameters:
fcMapper- theIFilterConfigurationMapperto use.
-
editConfigurations
String editConfigurations(IFilterConfigurationMapper fcMapper, String configId)
Displays a list of all available configurations in a givenFilterConfigurationMapper, allow to edit them and to select one.- Parameters:
fcMapper- theIFilterConfigurationMapperto use.configId- the configuration id to start with (can be null or empty).- Returns:
- the configuration ID selected or null if none was selected. If the dialog is terminated with a Cancel or Close rather than a Select action, the return is null.
-
-