Uses of Class
org.eclipse.swt.layout.FillLayout
-
Packages that use FillLayout Package Description org.eclipse.jface.layout Provides support for layout generation. -
-
Uses of FillLayout in org.eclipse.jface.layout
Methods in org.eclipse.jface.layout that return FillLayout Modifier and Type Method Description static FillLayoutFillLayoutFactory. copyLayout(FillLayout l)Copies the givenFillLayoutinstanceFillLayoutFillLayoutFactory. create()Creates a newFillLayout, and initializes it with values from the factory.Methods in org.eclipse.jface.layout with parameters of type FillLayout Modifier and Type Method Description static FillLayoutFillLayoutFactory. copyLayout(FillLayout l)Copies the givenFillLayoutinstancestatic FillLayoutFactoryFillLayoutFactory. createFrom(FillLayout l)Creates a factory that creates copies of the given layout.
-