plugins/org.symbian.tools.tmw.ui/src/org/symbian/tools/tmw/internal/ui/wizard/CompoundValidator.java
changeset 474 e2f461f0a9e0
parent 470 d4809db37847
child 484 f5df819c1852
equal deleted inserted replaced
473:8e8aed9adb99 474:e2f461f0a9e0
       
     1 /**
       
     2  * Copyright (c) 2010 Symbian Foundation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of the License "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Symbian Foundation - initial contribution.
       
    11  * Contributors:
       
    12  * Description:
       
    13  * Overview:
       
    14  * Details:
       
    15  * Platforms/Drives/Compatibility:
       
    16  * Assumptions/Requirement/Pre-requisites:
       
    17  * Failures and causes:
       
    18  */
     1 package org.symbian.tools.tmw.internal.ui.wizard;
    19 package org.symbian.tools.tmw.internal.ui.wizard;
     2 
    20 
     3 import org.eclipse.core.databinding.validation.IValidator;
    21 import org.eclipse.core.databinding.validation.IValidator;
     4 import org.eclipse.core.runtime.IStatus;
    22 import org.eclipse.core.runtime.IStatus;
     5 import org.eclipse.core.runtime.Status;
    23 import org.eclipse.core.runtime.Status;