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 class
GridRowLayout
Class GridRowLayout.(package private) class
HeaderLayout
class
ResizableGridRowLayout
ResizableGridRowLayout 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 AbstractGridRowLayout
ResizableGridRowLayout. delegate
Methods in org.eclipse.nebula.widgets.compositetable that return AbstractGridRowLayout Modifier and Type Method Description AbstractGridRowLayout
AbstractGridRowLayout. setFittingHorizontally(boolean fittingHorizontally)
Method setFittingHorizontally.AbstractGridRowLayout
ResizableGridRowLayout. setFittingHorizontally(boolean fittingHorizontally)
AbstractGridRowLayout
AbstractGridRowLayout. setWeights(int[] weights)
Method setWeights.AbstractGridRowLayout
HeaderLayout. setWeights(int[] weights)
AbstractGridRowLayout
ResizableGridRowLayout. setWeights(int[] weights)
-