net.sf.doolin.gui.swing
Class DefaultLabelInfoProvider
java.lang.Object
net.sf.doolin.gui.swing.DefaultLabelInfoProvider
- All Implemented Interfaces:
- LabelInfoProvider
public class DefaultLabelInfoProvider
- extends Object
- implements LabelInfoProvider
LabelInfo provider that returns only the Object.toString()
result of the item
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLabelInfoProvider
public DefaultLabelInfoProvider()
getLabelIcon
public LabelInfo getLabelIcon(Object item)
- Description copied from interface:
LabelInfoProvider
- Gets the label information.
- Specified by:
getLabelIcon in interface LabelInfoProvider
- Parameters:
item - the item
- Returns:
- the label information
Copyright © 2011. All Rights Reserved.