Uses of Interface
com.jidesoft.swing.Overlayable

Packages that use Overlayable
com.jidesoft.swing The package contains many based classes we added on top of Swing for JIDE Common Layer. 
 

Uses of Overlayable in com.jidesoft.swing
 

Classes in com.jidesoft.swing that implement Overlayable
 class DefaultOverlayable
          DefaultOverlayable is the default implementation of Overlayable using JPanel as the base component.
 

Methods in com.jidesoft.swing that return Overlayable
static Overlayable[] OverlayableUtils.getAllOverlayables(JComponent component)
          Gets all overlayables associated with this component and its parents.
static Overlayable OverlayableUtils.getOverlayable(JComponent component)
          Gets the overlayable associated with this component and its parents.
 



Copyright © 2013. All Rights Reserved.