Uses of Class
org.apache.pivot.util.Resources
-
Packages that use Resources Package Description org.apache.pivot.beans Contains classes for manipulating and interacting with Java Bean types.org.apache.pivot.util Contains a collection of common utility classes. -
-
Uses of Resources in org.apache.pivot.beans
Methods in org.apache.pivot.beans that return Resources Modifier and Type Method Description ResourcesBXMLSerializer. getResources()ResourcesResolvable. getResources()Methods in org.apache.pivot.beans with parameters of type Resources Modifier and Type Method Description voidBindable. initialize(Map<java.lang.String,java.lang.Object> namespace, java.net.URL location, Resources resources)Called to initialize the class after it has been completely processed and bound by the serializer.java.lang.ObjectBXMLSerializer. readObject(java.net.URL locationArgument, Resources resourcesArgument)Deserializes an object hierarchy from a BXML resource.voidBXMLSerializer. setResources(Resources resources)voidResolvable. setResources(Resources resources)Sets the serializer's resource bundle. -
Uses of Resources in org.apache.pivot.util
Methods in org.apache.pivot.util that return Resources Modifier and Type Method Description ResourcesResources. getParent()Constructors in org.apache.pivot.util with parameters of type Resources Constructor Description Resources(Resources parent, java.lang.String baseName)Resources(Resources parent, java.lang.String baseName, java.nio.charset.Charset charset)Resources(Resources parent, java.lang.String baseName, java.util.Locale locale)Resources(Resources parent, java.lang.String baseName, java.util.Locale locale, java.nio.charset.Charset charset)Creates a new resource bundle.
-