Uses of Class
eu.isas.peptideshaker.gui.WelcomeDialog
| Package | Description |
|---|---|
| eu.isas.peptideshaker.gui |
GUI dialogs and helper classes.
|
| eu.isas.peptideshaker.gui.start |
Getting started dialog.
|
-
Uses of WelcomeDialog in eu.isas.peptideshaker.gui
Methods in eu.isas.peptideshaker.gui with parameters of type WelcomeDialog Modifier and Type Method Description voidPeptideShakerGUI. editPathSettings(WelcomeDialog welcomeDialog)Opens a dialog allowing the setting of paths.voidPeptideShakerGUI. loadRecentProjectsList(JPopupMenu menu, WelcomeDialog welcomeDialog)Add the list of recently used files to the file menu.Constructors in eu.isas.peptideshaker.gui with parameters of type WelcomeDialog Constructor Description NewDialog(WelcomeDialog welcomeDialog, PeptideShakerGUI peptideShakerGui, boolean modal)Creates a new open dialog. -
Uses of WelcomeDialog in eu.isas.peptideshaker.gui.start
Constructors in eu.isas.peptideshaker.gui.start with parameters of type WelcomeDialog Constructor Description GettingStartedDialog(PeptideShakerGUI peptideShakerGUI, WelcomeDialog welcomeDialog, boolean modal)Creates a new GettingStartedDialog.