Package com.taobao.eclipse.plugin.reviewboard.subclipse.dialog

Examples of com.taobao.eclipse.plugin.reviewboard.subclipse.dialog.ResourceSelectionTreePreCommit


    @SuppressWarnings("deprecation")
    protected void createSourceSelectionTreeOrTable(Composite composite) {
        IToolbarControlCreator toolbarControlCreator = getToolbarControlCreator();
        if( null != resources && resources.length != 0 ){
           
            resourceSelectionTree = new ResourceSelectionTreePreCommit(composite, SWT.NONE,
                    RbSubclipseMessages.getString("PreReviewBoardAction.dialogTitle_1"),
                    resources, statusMap, null, true, toolbarControlCreator, null); //$NON-NLS-1$
            ((CheckboxTreeViewer)resourceSelectionTree.getTreeViewer()).setAllChecked(true);
            resourceSelectionTree.getTreeViewer().addSelectionChangedListener(new ISelectionChangedListener() {
                public void selectionChanged(SelectionChangedEvent event) {
View Full Code Here

TOP

Related Classes of com.taobao.eclipse.plugin.reviewboard.subclipse.dialog.ResourceSelectionTreePreCommit

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.