org.openbp.cockpit.plugins.finder.treemodel
Interface NodeMapper


public interface NodeMapper

Mappes the node to a displayable string that is shown in the tree.

Author:
Baumgartner Michael

Method Summary
 java.lang.String getDisplayString(java.lang.Object nodeData)
          Mappes the node to a string that is displayed in the tree.
 

Method Detail

getDisplayString

java.lang.String getDisplayString(java.lang.Object nodeData)
Mappes the node to a string that is displayed in the tree.

Parameters:
nodeData - The data of the node
Returns:
The display string


Copyright © 2011. All Rights Reserved.