Package org.eclipse.core.internal.databinding

Examples of org.eclipse.core.internal.databinding.ValidationStatusProviderModelsProperty


   *
   * @return an {@link IListProperty} < {@link IObservable} > for
   *         observing the models of a {@link ValidationStatusProvider}.
   */
  public static IListProperty models() {
    return new ValidationStatusProviderModelsProperty();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.core.internal.databinding.ValidationStatusProviderModelsProperty

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.