Uses of Class
org.eclipse.nebula.widgets.compositetable.AbstractGridRowLayout
-
Packages that use AbstractGridRowLayout Package Description org.eclipse.nebula.widgets.compositetable -
-
Uses of AbstractGridRowLayout in org.eclipse.nebula.widgets.compositetable
Subclasses of AbstractGridRowLayout in org.eclipse.nebula.widgets.compositetable Modifier and Type Class Description classGridRowLayoutClass GridRowLayout.(package private) classHeaderLayoutclassResizableGridRowLayoutResizableGridRowLayout works with HeaderLayout to implement column resizing semantics for CompositeTable UIs.Fields in org.eclipse.nebula.widgets.compositetable declared as AbstractGridRowLayout Modifier and Type Field Description private AbstractGridRowLayoutResizableGridRowLayout. delegateMethods in org.eclipse.nebula.widgets.compositetable that return AbstractGridRowLayout Modifier and Type Method Description AbstractGridRowLayoutAbstractGridRowLayout. setFittingHorizontally(boolean fittingHorizontally)Method setFittingHorizontally.AbstractGridRowLayoutResizableGridRowLayout. setFittingHorizontally(boolean fittingHorizontally)AbstractGridRowLayoutAbstractGridRowLayout. setWeights(int[] weights)Method setWeights.AbstractGridRowLayoutHeaderLayout. setWeights(int[] weights)AbstractGridRowLayoutResizableGridRowLayout. setWeights(int[] weights)
-