Uses of Class
org.eclipse.jface.layout.FillLayoutFactory
-
Packages that use FillLayoutFactory Package Description org.eclipse.jface.layout Provides support for layout generation. -
-
Uses of FillLayoutFactory in org.eclipse.jface.layout
Methods in org.eclipse.jface.layout that return FillLayoutFactory Modifier and Type Method Description FillLayoutFactoryFillLayoutFactory. copy()Creates a copy of the receiver.static FillLayoutFactoryFillLayoutFactory. createFrom(FillLayout l)Creates a factory that creates copies of the given layout.FillLayoutFactoryFillLayoutFactory. extendedMargins(int width, int height)Sets the margins for layouts created with this factory.static FillLayoutFactoryFillLayoutFactory. fillDefaults()Creates a factory that creates copies of the given layout.FillLayoutFactoryFillLayoutFactory. margins(int width, int height)Sets the margins for layouts created with this factory.FillLayoutFactoryFillLayoutFactory. margins(Point margins)Sets the margins for layouts created with this factory.
-