Package docking
Interface FocusOwnerProvider
- 
- All Known Implementing Classes:
 DefaultFocusOwnerProvider
public interface FocusOwnerProviderAn interface to provided the current focus owner. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.WindowgetActiveWindow()Returns the active windowjava.awt.ComponentgetFocusOwner()Returns the current focus owner 
 -