com.japisoft.resourcebrowser
Interface FileResourceView


public interface FileResourceView

This is a UI delegate for each resource file

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Method Summary
 javax.swing.Icon getIcon(java.lang.String fileName)
          This is the icon shown to the user for this file name
 java.lang.String getName(java.lang.String fileName)
          This is the real file name shown to the user
 

Method Detail

getIcon

public javax.swing.Icon getIcon(java.lang.String fileName)
This is the icon shown to the user for this file name


getName

public java.lang.String getName(java.lang.String fileName)
This is the real file name shown to the user