com.photoviewer.client.ui
Class ConstWidgets

java.lang.Object
  extended bycom.photoviewer.client.ui.ConstWidgets

public class ConstWidgets
extends java.lang.Object

Class used to cache commonly used widgets such as small images, Fonts, Colors, etc.

Author:
John De Regnaucourt

Constructor Summary
ConstWidgets(PhotoViewer thinlet)
           
 
Method Summary
static java.awt.Image getImage(java.lang.String name)
          Get the Image with the passed in name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstWidgets

public ConstWidgets(PhotoViewer thinlet)
Method Detail

getImage

public static java.awt.Image getImage(java.lang.String name)
Get the Image with the passed in name

Parameters:
name - String name of the resource to get
Returns:
Image instance