Package com.opengamma.integration.swing

Examples of com.opengamma.integration.swing.PortfolioTreeModel


  private ComboBoxModel<ViewEntry> getViewComboBoxModel() {
    return new ViewListModel(getToolContext().getConfigMaster());
  }
 
  private TreeModel getPortfolioTreeModel(UniqueId portfolioId, IntegrationToolContext toolContext) {
    return new PortfolioTreeModel(portfolioId, toolContext);
  }
View Full Code Here

TOP

Related Classes of com.opengamma.integration.swing.PortfolioTreeModel

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.