List of usage examples for org.eclipse.jface.layout TableColumnLayout subclass-usage
From source file org.csstudio.ui.util.MinSizeTableColumnLayout.java
/** {@link TableColumnLayout} that enforces a minimum column width
*
* <p>Especially on Linux this avoids the "vanishing column"
* issue when users resize a column to nothing and then moan
* because it's gone.
*
From source file org.switchyard.tools.ui.editor.diagram.shared.TableColumnLayout.java
/**
* TableColumnLayout
*
* <p/>
* Addresses issues with the Eclipse supplied TableColumnLayout class,
* specifically computeSize() and computeTrim().