Package com.opengamma.core.id

Examples of com.opengamma.core.id.ExternalIdDisplayComparator


  private static final long serialVersionUID = 1L;
  private ExternalIdDisplayComparator _idBundleComparator;

  public JPortfolioTree(DefaultTreeModel defaultTreeModel, ConfigSource configSource) {
    super(defaultTreeModel);
    _idBundleComparator = new ExternalIdDisplayComparator()//.getComparator(configSource, ExternalIdDisplayComparatorUtils.DEFAULT_CONFIG_NAME);
  }
View Full Code Here

TOP

Related Classes of com.opengamma.core.id.ExternalIdDisplayComparator

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.