Uses of Interface
org.eclipse.e4.ui.model.application.ui.basic.MDialog
-
Packages that use MDialog Package Description org.eclipse.e4.ui.model.application Application programming interfaces describing the Eclipse 4 application model elements.org.eclipse.e4.ui.model.application.ui.basic Application programming interfaces describing the basic Eclipse 4 user interface model elements. -
-
Uses of MDialog in org.eclipse.e4.ui.model.application
Methods in org.eclipse.e4.ui.model.application that return types with arguments of type MDialog Modifier and Type Method Description List<MDialog>MApplication. getDialogs()Returns the value of the 'Dialogs' reference list. -
Uses of MDialog in org.eclipse.e4.ui.model.application.ui.basic
Subinterfaces of MDialog in org.eclipse.e4.ui.model.application.ui.basic Modifier and Type Interface Description interfaceMWizardDialogDeprecated.Methods in org.eclipse.e4.ui.model.application.ui.basic that return MDialog Modifier and Type Method Description MDialogMBasicFactory. createDialog()Deprecated.
-