Example usage for org.eclipse.jface.dialogs IMessageProvider interface-usage

List of usage examples for org.eclipse.jface.dialogs IMessageProvider interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.dialogs IMessageProvider interface-usage.

Usage

From source file org.jboss.tools.foundation.ui.xpl.taskwizard.IWizardHandle.java

/**
 * A wizard handle.
 * 
 * @since 1.1
 */
public interface IWizardHandle extends IMessageProvider {

From source file org.jboss.tools.vpe.editor.Message.java

/**
 * Simple implementation of {@link IMessageProvider}.
 * 
 * @author yradtsevich
 *
 */

From source file org.kalypso.contribs.eclipse.ui.forms.MessageProvider.java

/**
 * Straight forward implementation of the {@link IMessageProvider}
 * 
 * @author Gernot Belger
 */
public class MessageProvider implements IMessageProvider {

From source file org.xmind.gef.ui.editor.IInteractiveMessage.java

/**
 * @author Frank Shaka
 * @since 3.6.50
 */
public interface IInteractiveMessage extends IMessageProvider {

From source file org.xtuml.bp.debug.ui.launch.VerifiableElementComposite.java

public class VerifiableElementComposite extends Composite implements Listener, IMessageProvider {

    // controls
    private ModelCheckedTreeViewer tableTreeViewer;

    private VerifiableElementInitializerDialog initializerEditor = null;

From source file org2.eclipse.php.internal.debug.ui.wizard.IWizardHandle.java

/**
 * A wizard handle.
 * [Copied from WST)
 */
public interface IWizardHandle extends IMessageProvider {
    /**