Uses of Class
org.eclipse.swt.layout.BorderData
Packages that use BorderData
-
Uses of BorderData in org.eclipse.swt.layout
Methods in org.eclipse.swt.layout that return types with arguments of type BorderDataModifier and TypeMethodDescriptionprivate <C extends Control>
Map.Entry<C, BorderData> BorderLayout.borderDataControl(C control, boolean flushCache) Method parameters in org.eclipse.swt.layout with type arguments of type BorderDataModifier and TypeMethodDescriptionprivate static intBorderLayout.getMax(ToIntFunction<Point> extractor, int region, Map<Integer, List<Map.Entry<Control, BorderData>>> regionMap) private static intBorderLayout.getMax(ToIntFunction<Point> extractor, List<Map.Entry<Control, BorderData>> list, int maxW, int maxH, boolean flushCache) private intBorderLayout.getTotal(ToIntFunction<Point> extractor, int region, Map<Integer, List<Map.Entry<Control, BorderData>>> regionMap) Calculates the total W/H according to the extractorprivate static intBorderLayout.region(Map.Entry<Control, BorderData> entry)