Class TabbedHoverUtil
- java.lang.Object
-
- net.infonode.tabbedpanel.internal.TabbedHoverUtil
-
public class TabbedHoverUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TabbedHoverUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanacceptTabbedPanelHover(TabbedPanelHoverPolicy policy, java.util.ArrayList enterables, TabbedPanel tp, java.awt.Component c)static booleanhasVisibleTabbedPanelChild(java.awt.Component c)static booleanisDeepestHoverableTabbedPanel(java.util.ArrayList enterables, TabbedPanel tp)
-
-
-
Method Detail
-
isDeepestHoverableTabbedPanel
public static boolean isDeepestHoverableTabbedPanel(java.util.ArrayList enterables, TabbedPanel tp)
-
hasVisibleTabbedPanelChild
public static boolean hasVisibleTabbedPanelChild(java.awt.Component c)
-
acceptTabbedPanelHover
public static boolean acceptTabbedPanelHover(TabbedPanelHoverPolicy policy, java.util.ArrayList enterables, TabbedPanel tp, java.awt.Component c)
-
-