Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.altara.util
Class IconService  view IconService download IconService.java

java.lang.Object
  extended byorg.altara.util.IconService

public class IconService
extends java.lang.Object


Nested Class Summary
static class IconService.IconNotFoundException
           
static class IconService.IconServiceException
           
static class IconService.IconServiceNotInitializedException
           
 
Field Summary
(package private)  java.lang.Class classBase
           
(package private) static IconService current
           
(package private)  java.util.Map iconCache
           
(package private)  java.lang.String iconPath
           
 
Constructor Summary
private IconService(java.lang.Class classBase, java.lang.String iconPath)
           
 
Method Summary
static javax.swing.ImageIcon getIcon(java.lang.String iconName)
           
private  javax.swing.ImageIcon getIconImpl(java.lang.String iconName)
           
static void initialize(java.lang.Class classBase, java.lang.String iconPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iconPath

java.lang.String iconPath

classBase

java.lang.Class classBase

iconCache

java.util.Map iconCache

current

static IconService current
Constructor Detail

IconService

private IconService(java.lang.Class classBase,
                    java.lang.String iconPath)
Method Detail

initialize

public static void initialize(java.lang.Class classBase,
                              java.lang.String iconPath)

getIcon

public static javax.swing.ImageIcon getIcon(java.lang.String iconName)

getIconImpl

private javax.swing.ImageIcon getIconImpl(java.lang.String iconName)