Uses of Interface
org.eclipse.jface.dialogs.IPageChangingListener
-
Packages that use IPageChangingListener Package Description org.eclipse.jface.wizard Provides a framework for wizards. -
-
Uses of IPageChangingListener in org.eclipse.jface.wizard
Methods in org.eclipse.jface.wizard with parameters of type IPageChangingListener Modifier and Type Method Description void
WizardDialog. addPageChangingListener(IPageChangingListener listener)
Adds a listener for page changes to the list of page changing listeners registered for this dialog.void
WizardDialog. removePageChangingListener(IPageChangingListener listener)
Removes the provided page changing listener from the list of page changing listeners registered for the dialog.
-