Package org.eclipse.core.internal.databinding.property

Examples of org.eclipse.core.internal.databinding.property.ListPropertyDetailValuesList


    return MasterDetailObservables.detailList(master,
        listFactory(master.getRealm()), getElementType());
  }

  public final IListProperty values(IValueProperty detailValue) {
    return new ListPropertyDetailValuesList(this, detailValue);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.core.internal.databinding.property.ListPropertyDetailValuesList

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.