List of usage examples for org.eclipse.jface.dialogs IDialogConstants NEXT_LABEL
String NEXT_LABEL
To view the source code for org.eclipse.jface.dialogs IDialogConstants NEXT_LABEL.
Click Source Link
From source file:org.xmind.ui.internal.print.multipage.MultipageSetupDialog.java
License:Open Source License
protected Button createButton(Composite parent, int id, String label, boolean defaultButton) { if (id == IDialogConstants.OK_ID) label = IDialogConstants.NEXT_LABEL; return super.createButton(parent, id, label, defaultButton); }