Package net.infonode.gui.hover.hoverable
Interface Hoverable
-
- All Known Implementing Classes:
ContentTitleBar
,HoverableShapedPanel
,ViewTitleBar
public interface Hoverable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
acceptHover(java.util.ArrayList enterableHoverables)
void
hoverEnter()
void
hoverExit()
-