com.googlecode.sarasvati.visual.util
Class ProcessHoverFunctionAdapter

java.lang.Object
  extended by com.googlecode.sarasvati.visual.util.ProcessHoverFunctionAdapter
All Implemented Interfaces:
Function<String,org.netbeans.api.visual.widget.Widget>

public class ProcessHoverFunctionAdapter
extends Object
implements Function<String,org.netbeans.api.visual.widget.Widget>


Field Summary
protected  ProcessToImageMap imageMapHelper
           
 
Constructor Summary
ProcessHoverFunctionAdapter(ProcessToImageMap imageMapHelper)
           
 
Method Summary
 String apply(org.netbeans.api.visual.widget.Widget widget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imageMapHelper

protected ProcessToImageMap imageMapHelper
Constructor Detail

ProcessHoverFunctionAdapter

public ProcessHoverFunctionAdapter(ProcessToImageMap imageMapHelper)
Method Detail

apply

public String apply(org.netbeans.api.visual.widget.Widget widget)
Specified by:
apply in interface Function<String,org.netbeans.api.visual.widget.Widget>


Copyright © 2012. All Rights Reserved.