com.compomics.util.gui.searchsettings
Interface SearchSettingsDialogParent


public interface SearchSettingsDialogParent

Interface for parents of the SearchSettingsDialog.

Author:
Harald Barsnes

Field Summary
static String TITLED_BORDER_HORIZONTAL_PADDING
          The horizontal padding used before and after the text in the titled borders.
 
Method Summary
 String getLastSelectedFolder()
          Returns the last selected folder.
 ArrayList<String> getModificationUse()
          Returns the list of modifications used.
 SearchParameters getSearchParameters()
          Returns the search parameters.
 File getUserModificationsFile()
          Returns the user modifications file.
 void setLastSelectedFolder(String lastSelectedFolder)
          Set the last selected folder.
 void setSearchParameters(SearchParameters searchParameters)
          Set the search parameters.
 

Field Detail

TITLED_BORDER_HORIZONTAL_PADDING

static final String TITLED_BORDER_HORIZONTAL_PADDING
The horizontal padding used before and after the text in the titled borders. (Needed to make it look as good in Java 7 as it did in Java 6...)

See Also:
Constant Field Values
Method Detail

getLastSelectedFolder

String getLastSelectedFolder()
Returns the last selected folder.

Returns:
the last selected folder

setLastSelectedFolder

void setLastSelectedFolder(String lastSelectedFolder)
Set the last selected folder.

Parameters:
lastSelectedFolder -

getUserModificationsFile

File getUserModificationsFile()
Returns the user modifications file.

Returns:
the user modifications file

getSearchParameters

SearchParameters getSearchParameters()
Returns the search parameters.

Returns:
the search parameters

setSearchParameters

void setSearchParameters(SearchParameters searchParameters)
Set the search parameters.

Parameters:
searchParameters -

getModificationUse

ArrayList<String> getModificationUse()
Returns the list of modifications used.

Returns:
the list of modifications used


Copyright © 2013. All Rights Reserved.