Example usage for org.eclipse.jface.layout TreeColumnLayout subclass-usage

List of usage examples for org.eclipse.jface.layout TreeColumnLayout subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.layout TreeColumnLayout subclass-usage.

Usage

From source file gov.nasa.ensemble.common.ui.treetable.TreeTableColumnLayout.java

public class TreeTableColumnLayout extends TreeColumnLayout {

    private boolean inLayout = false;
    private final boolean proportionalResizing;

    public TreeTableColumnLayout(boolean proportionalResizing) {