|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.swing.PropertyLabelInfoProvider
public class PropertyLabelInfoProvider
Creates a LabelInfo according to some properties in the item.
| Constructor Summary | |
|---|---|
PropertyLabelInfoProvider()
|
|
| Method Summary | |
|---|---|
LabelInfo |
getLabelIcon(Object item)
Gets the label information. |
void |
setIconPropertyPath(String iconPropertyPath)
Sets the path to the property that contains the icon |
void |
setIconService(IconService iconService)
Sets the icon service used to access the icon |
void |
setTextPropertyPath(String textPropertyPath)
Sets the path to the property that contains the text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyLabelInfoProvider()
| Method Detail |
|---|
public LabelInfo getLabelIcon(Object item)
LabelInfoProvider
getLabelIcon in interface LabelInfoProvideritem - the item
public void setTextPropertyPath(String textPropertyPath)
textPropertyPath - Path to the property that contains the textpublic void setIconPropertyPath(String iconPropertyPath)
iconPropertyPath - Property pathpublic void setIconService(IconService iconService)
iconService - Icon service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||