Package org.eclipse.egit.ui.internal.staging.StagingView

Examples of org.eclipse.egit.ui.internal.staging.StagingView.Presentation


        return getTreePresentationRoots();
    }
  }

  Object[] getTreePresentationRoots() {
    Presentation presentation = stagingView.getPresentation();
    switch (presentation) {
    case COMPACT_TREE:
      return getCompactTreeRoots();
    case TREE:
      return getTreeRoots();
View Full Code Here

TOP

Related Classes of org.eclipse.egit.ui.internal.staging.StagingView.Presentation

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.