Uses of Class
com.jgoodies.forms.util.DefaultUnitConverter.DialogBaseUnits
Packages that use DefaultUnitConverter.DialogBaseUnits
Package
Description
Consists of Forms framework helper classes for unit conversion and layout styles.
-
Uses of DefaultUnitConverter.DialogBaseUnits in com.jgoodies.forms.util
Fields in com.jgoodies.forms.util declared as DefaultUnitConverter.DialogBaseUnitsModifier and TypeFieldDescriptionDefaultUnitConverter.cachedDialogBaseUnitsHolds the horizontal dialog base units that are valid for the FontMetrics stored incachedFontMetrics.DefaultUnitConverter.cachedGlobalDialogBaseUnitsHolds the lazily created cached global dialog base units that are used if a component is not (yet) available - for example in a Border.Methods in com.jgoodies.forms.util that return DefaultUnitConverter.DialogBaseUnitsModifier and TypeMethodDescriptionDefaultUnitConverter.computeDialogBaseUnits(FontMetrics metrics) Computes and returns the horizontal dialog base units.DefaultUnitConverter.computeGlobalDialogBaseUnits()Computes the global dialog base units.DefaultUnitConverter.getDialogBaseUnits(Component c) Looks up and returns the dialog base units for the given component.DefaultUnitConverter.getGlobalDialogBaseUnits()Lazily computes and answer the global dialog base units.