net.sf.doolin.gui.swing
Class DefaultLabelInfoProvider

java.lang.Object
  extended by 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

Constructor Summary
DefaultLabelInfoProvider()
           
 
Method Summary
 LabelInfo getLabelIcon(Object item)
          Gets the label information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLabelInfoProvider

public DefaultLabelInfoProvider()
Method Detail

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.