NASA World Wind

gov.nasa.worldwind.applications.gio.catalogui
Class IconComponent

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.catalogui.IconComponent

public class IconComponent
extends Object


Constructor Summary
IconComponent()
           
 
Method Summary
protected static Icon fetchIcon(String path, Class<?> cls)
           
 Icon getIcon()
           
 String getIconPath()
           
 boolean isProblemReadingIcon()
           
protected  Icon loadIcon(Class<?> cls)
           
protected static Icon readIcon(String path, Class<?> cls)
           
 void setIconPath(String iconPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconComponent

public IconComponent()
Method Detail

fetchIcon

protected static Icon fetchIcon(String path,
                                Class<?> cls)

getIcon

public Icon getIcon()

getIconPath

public String getIconPath()

isProblemReadingIcon

public boolean isProblemReadingIcon()

loadIcon

protected Icon loadIcon(Class<?> cls)

readIcon

protected static Icon readIcon(String path,
                               Class<?> cls)

setIconPath

public void setIconPath(String iconPath)

NASA World Wind