Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.dinopolis.util.resource: Javadoc index of package org.dinopolis.util.resource.


Package Samples:

org.dinopolis.util.resource

Classes:

AbstractResources: AbstractResources represents an abstract, base class that may be userd by Other Resources implementations. Stored resources can not only be requested as Strings , but also in many different other types, like integers , StringArrays , booleans , Colors , Icons and others. Resource entries contain key/value pairs. The keys uniquely identify a specific object in the bundle. Here's an example resource that contains two key/value pairs: my_app.dimension.width=300 my_app.dimension.height=200 Keys are always String s. In this example, the keys are my_app.dimension.width and my_app.dimension.height . In ...
FileResources: This class provides the functionality to read resources from a system or user resource file. The way that this is done is: It looks for a resource file within the users home directory and if a proper file is found, it looks for the specific proporty. If no file or the specific property was not found, the system resource file is being asked for the property. Stored resources can not only be requested as Strings , but also in many different other types, like integers , StringArrays , booleans , Colors , Icons and others. Resource files contain key/value pairs. The keys uniquely identify a locale-specific ...
ResourceGroup: A tagging class, to identify resource groups.

Home | Contact Us | Privacy Policy | Terms of Service