org.netbeans.api.visual 2.35

org.netbeans.api.visual.action
Interface HoverProvider


public interface HoverProvider

This interface controls hover action.


Method Summary
 void widgetHovered(Widget widget)
          Called to notify that a specified widget is hovered.
 

Method Detail

widgetHovered

void widgetHovered(Widget widget)
Called to notify that a specified widget is hovered.

Parameters:
widget - the hovered widget

org.netbeans.api.visual 2.35

Built on November 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.