com.sas.swing.visuals.dataselectors.calculateditems
Class DefaultImageIconFactory

com.sas.swing.visuals.dataselectors.calculateditems.DefaultImageIconFactory
All Implemented Interfaces:
CalculatedObjectFactoryInterface.ImageIconFactoryInterface

public class DefaultImageIconFactory
implements CalculatedObjectFactoryInterface.ImageIconFactoryInterface

Returns the image file from this classes resource bundle. Otherwise null if the image is not found. This classes' .properties file must have a key called ImageLocation.notrans that defineds the relative path to the stored images. example : # icon location ImageLocation.notrans=com/sas/iquery/visuals/res/ Copyright: Copyright (c) 2002 Company: SAS


Constructor Summary
DefaultImageIconFactory()
          Constructor for DefaultImageIconFactory.
 
Method Summary
 javax.swing.Icon getImageIconByImageName(java.lang.String imageName)
           
 

Constructor Detail

DefaultImageIconFactory

public DefaultImageIconFactory()
Constructor for DefaultImageIconFactory.

Method Detail

getImageIconByImageName

public javax.swing.Icon getImageIconByImageName(java.lang.String imageName)
Specified by:
getImageIconByImageName in interface CalculatedObjectFactoryInterface.ImageIconFactoryInterface
See Also:
CalculatedObjectFactoryInterface.ImageIconFactoryInterface.getImageIconByImageName(String)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.