Uses of Interface
com.jgoodies.common.internal.StringResourceAccessor
Packages that use StringResourceAccessor
Package
Description
Consists of internal classes that are not part of the public API.
-
Uses of StringResourceAccessor in com.jgoodies.common.internal
Subinterfaces of StringResourceAccessor in com.jgoodies.common.internalModifier and TypeInterfaceDescriptioninterface
Combines the StringResourceAccessor and IconResourceAccessor interfaces.Classes in com.jgoodies.common.internal that implement StringResourceAccessorModifier and TypeClassDescriptionfinal class
Turns a ResourceBundle into aStringAndIconResourceAccessor
.Methods in com.jgoodies.common.internal with parameters of type StringResourceAccessorModifier and TypeMethodDescriptionstatic String
StringResourceAccess.getResourceString
(StringResourceAccessor accessor, String key, Object... args) Looks up and returns a String associated with the given resource key from the given StringResourceAccessor.