Graph Common

pl.psnc.graph.i18n
Class GraphBundleFactory

java.lang.Object
  extended by pl.psnc.graph.i18n.GraphBundleFactory

public abstract class GraphBundleFactory
extends java.lang.Object

GraphBundleFactory class - factory class for i18n resources retrieval for jGraph component.

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Constructor Summary
GraphBundleFactory()
           
 
Method Summary
static java.lang.String getValue(java.lang.String key)
          Get the value for the given key for corresponding resource bundle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphBundleFactory

public GraphBundleFactory()
Method Detail

getValue

public static java.lang.String getValue(java.lang.String key)
                                 throws pl.psnc.vlab.exception.ResourceNotFoundException
Get the value for the given key for corresponding resource bundle

Parameters:
key - key for the desired string
Returns:
value of the given key
Throws:
pl.psnc.vlab.exception.ResourceNotFoundException - thrown when bundle manager initialisation fails.

Graph Common

Copyright 2008 by VLAB Dominik Stoklosa