com.compomics.util.preferences.gui
Interface ImportSettingsDialogParent


public interface ImportSettingsDialogParent

Interface implemented by parents of the ImportSettingsDialog.

Author:
Harald Barsnes

Method Summary
 IdFilter getIdFilter()
          Returns the identification filter used.
 void setIdFilter(IdFilter idFilter)
          Sets the identification filter used.
 void updateFilterSettingsField(String text)
          Sets the filter settings field to the given text.
 

Method Detail

setIdFilter

void setIdFilter(IdFilter idFilter)
Sets the identification filter used.

Parameters:
idFilter - the identification filter used

getIdFilter

IdFilter getIdFilter()
Returns the identification filter used.

Returns:
the identification filter used

updateFilterSettingsField

void updateFilterSettingsField(String text)
Sets the filter settings field to the given text.

Parameters:
text - the text to set


Copyright © 2013. All Rights Reserved.