blob: 1dca06489b7a4ca559ad2e880a0ab0ba2b6bdf76 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* BSI Business Systems Integration AG - initial API and implementation
*******************************************************************************/
package org.eclipse.scout.rt.ui.rap;
import org.eclipse.swt.widgets.Composite;
public interface IValidateRoot {
String VALIDATE_ROOT_DATA = "LayoutValidateManager.validateRoot";
void validate();
Composite getUiComposite();
}