Uses of Interface
com.helger.commons.name.IHasDisplayName
-
Packages that use IHasDisplayName Package Description com.helger.commons.email com.helger.commons.name com.helger.commons.system com.helger.commons.thirdparty -
-
Uses of IHasDisplayName in com.helger.commons.email
Subinterfaces of IHasDisplayName in com.helger.commons.email Modifier and Type Interface Description interfaceIEmailAddressAggregation of a personal name and an email address.Classes in com.helger.commons.email that implement IHasDisplayName Modifier and Type Class Description classEmailAddressThis class handles a single email address. -
Uses of IHasDisplayName in com.helger.commons.name
Methods in com.helger.commons.name that return types with arguments of type IHasDisplayName Modifier and Type Method Description static IDisplayNameProvider<IHasDisplayName>IDisplayNameProvider. createHasDisplayName()static Comparator<IHasDisplayName>IHasDisplayName. getComparatorCollating(Locale aSortLocale) -
Uses of IHasDisplayName in com.helger.commons.system
Classes in com.helger.commons.system that implement IHasDisplayName Modifier and Type Class Description classEOperatingSystemThis enumeration is used to determine the currently running Operating system. -
Uses of IHasDisplayName in com.helger.commons.thirdparty
Subinterfaces of IHasDisplayName in com.helger.commons.thirdparty Modifier and Type Interface Description interfaceILicenseRepresents a single license.interfaceIThirdPartyModuleRepresents meta information for a single third-party module (aka JAR file).Classes in com.helger.commons.thirdparty that implement IHasDisplayName Modifier and Type Class Description classCustomLicenseRepresents a custom license.classELicenseRepresents a bunch of Open Source licenses regularly used.classThirdPartyModuleThe default implementation of theIThirdPartyModuleinterface.
-