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

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

Introduction

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

Usage

From source file ac.soton.eventb.classdiagrams.diagram.sheet.custom.DecoratedInputValidator.java

/**
 * @author vitaly
 *
 */
public abstract class DecoratedInputValidator implements IInputValidator {

From source file ac.soton.eventb.statemachines.diagram.sheet.custom.DecoratedInputValidator.java

/**
 * @author vitaly
 *
 */
public abstract class DecoratedInputValidator implements IInputValidator {

From source file ac.soton.fmusim.components.ui.dialogs.DecoratedInputValidator.java

/**
 * Decorated validator for use in the input dialogs to show
 * the validation markers on assigned input controls.
 * 
 * @author vitaly
 *

From source file ac.soton.multisim.diagram.sheet.custom.common.DecoratedInputValidator.java

/**
 * Decorated validator for use in the input dialogs to show
 * the validation markers on assigned input controls.
 * 
 * @author vitaly
 *

From source file ac.soton.multisim.ui.dialogs.DecoratedInputValidator.java

/**
 * Decorated validator for use in the input dialogs to show
 * the validation markers on assigned input controls.
 * 
 * @author vitaly
 *

From source file ac.soton.rms.ui.dialogs.DecoratedInputValidator.java

/**
 * Decorated validator for use in the input dialogs to show
 * the validation markers on assigned input controls.
 * 
 * @author vitaly
 *

From source file at.rc.tacos.client.util.DateValidator.java

/**
 * This class validates a date. It makes sure that the given string can be
 * parsed into a valid date.
 * 
 * @author Michael
 */

From source file at.rc.tacos.client.util.NumberValidator.java

/**
 * This class validates numbers so that only numeric values can be entered
 * 
 * @author Michael
 */
public class NumberValidator implements IInputValidator {

From source file au.gov.ga.earthsci.application.util.EmptyStringInputValidator.java

/**
 * An {@link IInputValidator} that validates the input text is not null or blank.
 * 
 * @author James Navin (james.navin@ga.gov.au)
 */
public class EmptyStringInputValidator implements IInputValidator {

From source file au.gov.ga.earthsci.common.ui.dialogs.EmptyStringInputValidator.java

/**
 * An {@link IInputValidator} that validates the input text is not null or
 * blank.
 * 
 * @author James Navin (james.navin@ga.gov.au)
 */