Uses of Class
org.eclipse.jface.dialogs.TitleAreaDialog
-
Packages that use TitleAreaDialog Package Description org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities.org.eclipse.jface.databinding.dialog org.eclipse.jface.wizard Provides a framework for wizards.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. -
-
Uses of TitleAreaDialog in org.eclipse.debug.ui.sourcelookup
Subclasses of TitleAreaDialog in org.eclipse.debug.ui.sourcelookup Modifier and Type Class Description class
SourceLookupDialog
A dialog for editing the source lookup path of a source lookup director. -
Uses of TitleAreaDialog in org.eclipse.jface.databinding.dialog
Methods in org.eclipse.jface.databinding.dialog with parameters of type TitleAreaDialog Modifier and Type Method Description static TitleAreaDialogSupport
TitleAreaDialogSupport. create(TitleAreaDialog dialog, DataBindingContext dbc)
Connect the validation result from the given data binding context to the given TitleAreaDialog. -
Uses of TitleAreaDialog in org.eclipse.jface.wizard
Subclasses of TitleAreaDialog in org.eclipse.jface.wizard Modifier and Type Class Description class
WizardDialog
A dialog to show a wizard to the end user. -
Uses of TitleAreaDialog in org.eclipse.ui.dialogs
Subclasses of TitleAreaDialog in org.eclipse.ui.dialogs Modifier and Type Class Description class
SaveAsDialog
A standard "Save As" dialog which solicits a path from the user.
-