org.pf.joi
Class ImageProvider

java.lang.Object
  extended by org.pf.joi.ImageProvider

public class ImageProvider
extends java.lang.Object

This singleton is responsible to provide all icons and image JOI needs.

Version:
1.0
Author:
Manfred Duchrow

Method Summary
 javax.swing.ImageIcon getLogoIcon()
           
 javax.swing.ImageIcon getPackageIcon()
           
 javax.swing.ImageIcon getPrivateIcon()
           
 javax.swing.ImageIcon getProtectedIcon()
           
 javax.swing.ImageIcon getPublicIcon()
           
 javax.swing.ImageIcon getRootIcon()
           
static ImageProvider instance()
          Returns the only instance this class supports (design pattern "Singleton")
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogoIcon

public javax.swing.ImageIcon getLogoIcon()

getRootIcon

public javax.swing.ImageIcon getRootIcon()

getPackageIcon

public javax.swing.ImageIcon getPackageIcon()

getPublicIcon

public javax.swing.ImageIcon getPublicIcon()

getProtectedIcon

public javax.swing.ImageIcon getProtectedIcon()

getPrivateIcon

public javax.swing.ImageIcon getPrivateIcon()

instance

public static ImageProvider instance()
Returns the only instance this class supports (design pattern "Singleton")