Uses of Interface
net.miginfocom.layout.InCellGapProvider
Packages that use InCellGapProvider
-
Uses of InCellGapProvider in net.miginfocom.layout
Fields in net.miginfocom.layout declared as InCellGapProviderMethods in net.miginfocom.layout that return InCellGapProviderModifier and TypeMethodDescriptionstatic 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 InCellGapProviderModifier and TypeMethodDescriptionstatic void
PlatformDefaults.setGapProvider
(InCellGapProvider provider) Sets the current gap provider ornull
if none is set and "related" should always be used.