Package | Description |
---|---|
com.compomics.util.gui |
Basic GUI classes.
|
com.compomics.util.gui.error_handlers |
Help handlers.
|
com.compomics.util.gui.export.graphics |
Exporting of graphics.
|
com.compomics.util.gui.parameters.identification |
GUI classes for parameters, settings and preferences used for identification.
|
com.compomics.util.gui.parameters.identification.advanced |
Dialogs for advanced identification parameters.
|
com.compomics.util.gui.parameters.identification.search |
Dialogs for searh parameters.
|
com.compomics.util.parameters.tools |
Tool parameters.
|
Modifier and Type | Method and Description |
---|---|
LastSelectedFolder |
VennDiagramDialog.getDefaultExportFolder() |
Modifier and Type | Method and Description |
---|---|
void |
XYPlottingDialog.setSelectedExportFolder(LastSelectedFolder selectedFolder) |
void |
VennDiagramDialog.setSelectedExportFolder(LastSelectedFolder selectedFolder) |
Constructor and Description |
---|
BugReport(JDialog dialog,
LastSelectedFolder selectionFolder,
String toolName,
String gitHubProjectName,
String toolVersion,
String googleGroup,
String googleGroupName,
File logFile)
Creates a new BugReport dialog.
|
BugReport(JFrame frame,
LastSelectedFolder selectionFolder,
String toolName,
String gitHubProjectName,
String toolVersion,
String googleGroup,
String googleGroupName,
File logFile)
Creates a new BugReport dialog.
|
Constructor and Description |
---|
ExportGraphicsDialog(JDialog dialog,
Image normalIcon,
Image waitingIcon,
boolean modal,
org.jfree.chart.ChartPanel chartPanel,
LastSelectedFolder lastSelectedFolder)
Create and open a new ExportPlot dialog.
|
ExportGraphicsDialog(JDialog dialog,
Image normalIcon,
Image waitingIcon,
boolean modal,
Component graphicsPanel,
LastSelectedFolder lastSelectedFolder)
Create and open a new ExportGraphicsDialog.
|
ExportGraphicsDialog(JFrame frame,
Image normalIcon,
Image waitingIcon,
boolean modal,
org.jfree.chart.ChartPanel chartPanel,
LastSelectedFolder lastSelectedFolder)
Create and open a new ExportPlot dialog.
|
ExportGraphicsDialog(JFrame frame,
Image normalIcon,
Image waitingIcon,
boolean modal,
Component graphicsPanel,
LastSelectedFolder lastSelectedFolder)
Create and open a new ExportGraphicsDialog.
|
Constructor and Description |
---|
IdentificationParametersEditionDialog(Dialog owner,
Frame parentFrame,
IdentificationParameters identificationParameters,
Image normalIcon,
Image waitingIcon,
LastSelectedFolder lastSelectedFolder,
ValidationQCParametersDialogParent validationQCPreferencesDialogParent,
boolean editable)
Creates a new IdentificationParametersEditionDialog with a dialog as
owner.
|
IdentificationParametersEditionDialog(Frame parentFrame,
IdentificationParameters identificationParameters,
Image normalIcon,
Image waitingIcon,
LastSelectedFolder lastSelectedFolder,
ValidationQCParametersDialogParent validationQCPreferencesDialogParent,
boolean editable)
Creates a new IdentificationParametersEditionDialog with a frame as
owner.
|
IdentificationParametersSelectionDialog(Frame parentFrame,
Dialog owner,
IdentificationParameters identificationParameters,
IdentificationParametersSelectionDialog.StartupMode startupMode,
Image normalIcon,
Image waitingIcon,
LastSelectedFolder lastSelectedFolder,
ValidationQCParametersDialogParent validationQCPreferencesDialogParent,
boolean editable)
Deprecated.
Constructor with a dialog as owner.
|
IdentificationParametersSelectionDialog(Frame parentFrame,
IdentificationParameters identificationParameters,
IdentificationParametersSelectionDialog.StartupMode startupMode,
Image normalIcon,
Image waitingIcon,
LastSelectedFolder lastSelectedFolder,
ValidationQCParametersDialogParent validationQCPreferencesDialogParent,
boolean editable)
Deprecated.
Constructor with a frame as owner.
|
IdentificationParametersSelectionDialog(Frame parentFrame,
Image normalIcon,
Image waitingIcon,
LastSelectedFolder lastSelectedFolder,
ValidationQCParametersDialogParent validationQCPreferencesDialogParent,
SearchParametersDialog searchSettingsDialog)
Deprecated.
Constructor with a frame as owner allowing the edition and saving from a
search parameters dialog.
|
Constructor and Description |
---|
ProteinInferenceParametersDialog(Dialog owner,
Frame parentFrame,
ProteinInferenceParameters proteinInferencePreferences,
Image normalIcon,
Image waitingIcon,
LastSelectedFolder lastSelectedFolder,
boolean editable)
Creates a new ProteinInferenceSettingsDialog with a dialog as owner.
|
ProteinInferenceParametersDialog(Frame parentFrame,
ProteinInferenceParameters proteinInferencePreferences,
Image normalIcon,
Image waitingIcon,
LastSelectedFolder lastSelectedFolder,
boolean editable)
Creates a new ProteinInferenceSettingsDialog with a frame as owner.
|
Constructor and Description |
---|
SearchParametersDialog(Dialog owner,
Frame parentFrame,
SearchParameters searchParameters,
Image normalIcon,
Image waitingIcon,
boolean setVisible,
boolean modal,
LastSelectedFolder lastSelectedFolder,
String settingsName,
boolean editable)
Creates a new SearchSettingsDialog with a dialog as owner.
|
SearchParametersDialog(Frame parentFrame,
SearchParameters searchParameters,
Image normalIcon,
Image waitingIcon,
boolean setVisible,
boolean modal,
LastSelectedFolder lastSelectedFolder,
String settingsName,
boolean editable)
Creates a new SearchSettingsDialog with a frame as owner.
|
SequenceDbDetailsDialog(Dialog owner,
Frame parent,
File selectedFastaFile,
FastaParameters fastaParameters,
LastSelectedFolder lastSelectedFolder,
boolean dbEditable,
Image normalImange,
Image waitingImage)
Creates a new SequenceDbDetailsDialog with a dialog as owner.
|
SequenceDbDetailsDialog(Frame parent,
File selectedFastaFile,
FastaParameters fastaParameters,
LastSelectedFolder lastSelectedFolder,
boolean dbEditable,
Image normalImange,
Image waitingImage)
Creates a new SequenceDbDetailsDialog.
|
Modifier and Type | Method and Description |
---|---|
LastSelectedFolder |
UtilitiesUserParameters.getLastSelectedFolder()
Returns the last selected folder.
|
Modifier and Type | Method and Description |
---|---|
void |
UtilitiesUserParameters.setLastSelectedFolder(LastSelectedFolder lastSelectedFolder)
Sets the last selected folder.
|
Copyright © 2018. All rights reserved.