net.sf.doolin.gui.service.icon
Class AbstractIconService.IconItem

java.lang.Object
  extended by net.sf.doolin.gui.service.icon.AbstractIconService.IconItem
Enclosing class:
AbstractIconService

protected static class AbstractIconService.IconItem
extends Object

Associations between icon sizes and actual icons.

Author:
Damien Coraboeuf

Field Summary
protected  Map<IconSize,Icon> iconObjects
          Associations between icon sizes and actual icons.
 
Constructor Summary
protected AbstractIconService.IconItem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iconObjects

protected Map<IconSize,Icon> iconObjects
Associations between icon sizes and actual icons.

Constructor Detail

AbstractIconService.IconItem

protected AbstractIconService.IconItem()


Copyright © 2011. All Rights Reserved.