Uses of Class
sun.beanbox.Wrapper

Packages that use Wrapper
sun.beanbox   
 

Uses of Wrapper in sun.beanbox
 

Methods in sun.beanbox that return Wrapper
static Wrapper Wrapper.findWrapper(java.awt.Component comp)
          Static method to map from an AWT component to the associated Wrapper.
 Wrapper BeanBox.getTopWrapper()
          Get the top wrapper (i.e.
static Wrapper BeanBoxFrame.getTopWrapper()