|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.swing.KeyLabelInfoProvider
public class KeyLabelInfoProvider
LabelInfoProvider based on a map of keys, that give access to the
text and icons.
| Constructor Summary | |
|---|---|
KeyLabelInfoProvider()
|
|
| Method Summary | |
|---|---|
IconService |
getIconService()
Gets the icon service used to access icons |
Map<Object,String> |
getKeyMap()
Gets the key map. |
LabelInfo |
getLabelIcon(Object item)
Gets the label information. |
void |
setIconService(IconService iconService)
Sets the icon service used to access icons |
void |
setKeyMap(Map<Object,String> keyMap)
Sets the key map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyLabelInfoProvider()
| Method Detail |
|---|
public LabelInfo getLabelIcon(Object item)
LabelInfoProvider
getLabelIcon in interface LabelInfoProvideritem - the item
public Map<Object,String> getKeyMap()
public void setKeyMap(Map<Object,String> keyMap)
keyMap - the key mappublic IconService getIconService()
public void setIconService(IconService iconService)
iconService - Icon service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||