All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.target.TargetManager.Implementation
java.lang.Object
|
+----java.awt.swing.target.TargetManager.Abstract
|
+----java.awt.swing.target.TargetManager.Implementation
- public static class TargetManager.Implementation
- extends TargetManager.Abstract
windowAdapter-
windowsVector-
TargetManager.Implementation()
-
findTargetAndContinue(Iterator)
-
getWindowAdapter()
-
getWindowsVector()
-
registerWindow(Window)
-
windowAdapter
protected WindowAdapter windowAdapter
windowsVector
protected Vector windowsVector
TargetManager.Implementation
public TargetManager.Implementation()
getWindowAdapter
protected WindowAdapter getWindowAdapter()
getWindowsVector
protected Vector getWindowsVector()
registerWindow
public void registerWindow(Window w)
findTargetAndContinue
protected boolean findTargetAndContinue(Iterator c)
- Overrides:
- findTargetAndContinue in class TargetManager.Abstract
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature