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.protein |
GUI class related to protein sequence formatting.
|
com.compomics.util.gui.searchsettings |
Search settings dialog.
|
com.compomics.util.preferences |
Utilities preferences classes.
|
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 googleCodeToolName,
String toolVersion,
String googleGroup,
String googleGroupName,
File logFile)
Creates a new BugReport dialog.
|
BugReport(JFrame frame,
LastSelectedFolder selectionFolder,
String toolName,
String googleCodeToolName,
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 |
---|
SequenceDbDetailsDialog(Frame parent,
LastSelectedFolder lastSelectedFolder,
boolean dbEditable,
Image normalImange,
Image waitingImage)
Creates a new SequenceDbDetailsDialog.
|
Constructor and Description |
---|
SearchSettingsDialog(JFrame parentFrame,
SearchParameters searchParameters,
Image normalIcon,
Image waitingIcon,
boolean setVisible,
boolean modal,
ConfigurationFile configurationFile,
LastSelectedFolder lastSelectedFolder)
Creates a new SearchSettingsDialog.
|
Modifier and Type | Method and Description |
---|---|
LastSelectedFolder |
UtilitiesUserPreferences.getLastSelectedFolder()
Returns the last selected folder.
|
Modifier and Type | Method and Description |
---|---|
void |
UtilitiesUserPreferences.setLastSelectedFolder(LastSelectedFolder lastSelectedFolder)
Sets the last selected folder.
|
Copyright © 2014. All rights reserved.