Uses of Class
org.eclipse.jface.dialogs.PageChangingEvent
Packages that use PageChangingEvent
Package
Description
Provides support for dialogs.
Provides a framework for wizards.
-
Uses of PageChangingEvent in org.eclipse.jface.dialogs
Methods in org.eclipse.jface.dialogs with parameters of type PageChangingEventModifier and TypeMethodDescriptionvoidIPageChangingListener.handlePageChanging(PageChangingEvent event) Handle the anIDialogPagechanging. -
Uses of PageChangingEvent in org.eclipse.jface.wizard
Methods in org.eclipse.jface.wizard with parameters of type PageChangingEventModifier and TypeMethodDescriptionprotected voidWizardDialog.firePageChanging(PageChangingEvent event) Notifies any page changing listeners that the currently selected dialog page is changing.