Uses of Interface
net.miginfocom.layout.InCellGapProvider
-
Packages that use InCellGapProvider Package Description net.miginfocom.layout -
-
Uses of InCellGapProvider in net.miginfocom.layout
Fields in net.miginfocom.layout declared as InCellGapProvider Modifier and Type Field Description private static InCellGapProvider
PlatformDefaults. GAP_PROVIDER
Methods in net.miginfocom.layout that return InCellGapProvider Modifier and Type Method Description static InCellGapProvider
PlatformDefaults. getGapProvider()
Returns the current gap provider ornull
if none is set and "related" should always be used.Methods in net.miginfocom.layout with parameters of type InCellGapProvider Modifier and Type Method Description static void
PlatformDefaults. setGapProvider(InCellGapProvider provider)
Sets the current gap provider ornull
if none is set and "related" should always be used.
-