Uses of Class
eu.isas.peptideshaker.gui.WelcomeDialog
Packages that use WelcomeDialog
Package
Description
GUI dialogs and helper classes.
Getting started dialog.
-
Uses of WelcomeDialog in eu.isas.peptideshaker.gui
Methods in eu.isas.peptideshaker.gui with parameters of type WelcomeDialogModifier and TypeMethodDescriptionvoidPeptideShakerGUI.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 WelcomeDialogModifierConstructorDescriptionNewDialog(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 WelcomeDialogModifierConstructorDescriptionGettingStartedDialog(PeptideShakerGUI peptideShakerGUI, WelcomeDialog welcomeDialog, boolean modal) Creates a new GettingStartedDialog.