Uses of Interface
com.pnfsoftware.jeb.core.units.IUnitProvider
Packages that use IUnitProvider
Package
Description
Standard implementations of basic units objects.
-
Uses of IUnitProvider in com.pnfsoftware.jeb.core.units.impl
Classes in com.pnfsoftware.jeb.core.units.impl that implement IUnitProviderModifier and TypeClassDescriptionclass
Default serializable abstract implementation ofIUnitProvider
.Constructors in com.pnfsoftware.jeb.core.units.impl with parameters of type IUnitProviderModifierConstructorDescriptionBinaryWrapperUnit
(IBinaryUnit unit, IUnitProvider provider) InteractiveWrapperUnit
(IInteractiveUnit unit, IUnitProvider provider) WrapperUnit
(T unit, IUnitProvider provider)