org.netbeans.api.visual 2.10

org.netbeans.api.visual.action
Interface TwoStateHoverProvider


public interface TwoStateHoverProvider

This interface provides a two-state logic for a hover action.


Method Summary
 void setHovering(Widget widget)
          Called when a hovering is going to be set to a widget.
 void unsetHovering(Widget widget)
          Called when a hovering is going to be unset from a widget.
 

Method Detail

unsetHovering

void unsetHovering(Widget widget)
Called when a hovering is going to be unset from a widget.

Parameters:
widget - the unhovered widget

setHovering

void setHovering(Widget widget)
Called when a hovering is going to be set to a widget.

Parameters:
widget - the hovered widget

org.netbeans.api.visual 2.10

Built on August 13 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.