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

Variable Index

 o windowAdapter
 o windowsVector

Constructor Index

 o TargetManager.Implementation()

Method Index

 o findTargetAndContinue(Iterator)
 o getWindowAdapter()
 o getWindowsVector()
 o registerWindow(Window)

Variables

 o windowAdapter
protected WindowAdapter windowAdapter
 o windowsVector
protected Vector windowsVector

Constructors

 o TargetManager.Implementation
public TargetManager.Implementation()

Methods

 o getWindowAdapter
protected WindowAdapter getWindowAdapter()
 o getWindowsVector
protected Vector getWindowsVector()
 o registerWindow
public void registerWindow(Window w)
 o 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