net.infonode.tabbedpanel.internal
Class TabbedHoverUtil

java.lang.Object
  extended by net.infonode.tabbedpanel.internal.TabbedHoverUtil

public class TabbedHoverUtil
extends java.lang.Object

Author:
johan

Constructor Summary
TabbedHoverUtil()
           
 
Method Summary
static boolean acceptTabbedPanelHover(TabbedPanelHoverPolicy policy, java.util.ArrayList enterables, TabbedPanel tp, java.awt.Component c)
           
static boolean hasVisibleTabbedPanelChild(java.awt.Component c)
           
static boolean isDeepestHoverableTabbedPanel(java.util.ArrayList enterables, TabbedPanel tp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabbedHoverUtil

public TabbedHoverUtil()
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)