Uses of Interface
org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces.IButtonHandler
Packages that use IButtonHandler
-
Uses of IButtonHandler in org.eclipse.birt.core.ui.frameworks.taskwizard
Methods in org.eclipse.birt.core.ui.frameworks.taskwizard that return types with arguments of type IButtonHandlerModifier and TypeMethodDescriptionprotected List<IButtonHandler>
WizardBase.getCustomButtons()
WizardBase.getTabToolButtons()
Returns all tab tool buttons.Methods in org.eclipse.birt.core.ui.frameworks.taskwizard with parameters of type IButtonHandlerModifier and TypeMethodDescriptionvoid
WizardBase.addCustomButton
(IButtonHandler buttonHandler) Adds a custom button after built-in buttons.void
WizardBase.addTabToolButton
(IButtonHandler buttonHandler) Adds tab tool button.