ResourceProvider.java :  » Swing-Library » jide-oss-2.8.3 » com » jidesoft » utils » Java Open Source

Java Open Source » Swing Library » jide oss 2.8.3 
jide oss 2.8.3 » com » jidesoft » utils » ResourceProvider.java
/*
 * @(#)ResourceProvider.java 11/15/2008
 *
 * Copyright 2002 - 2008 JIDE Software Inc. All rights reserved.
 *
 */

package com.jidesoft.utils;

public interface ResourceProvider {
    String getResourceString(String key);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.