Top Inners Fields Constructors Methods
java.awt

pack-priv abstract Class ModalEventFilter

extends Object
implements EventFilter
Class Inheritance
All Implemented Interfaces
java.awt.EventFilter
Known Direct Subclasses
java.awt.ModalEventFilter.ToolkitModalEventFilter, java.awt.ModalEventFilter.ApplicationModalEventFilter, java.awt.ModalEventFilter.DocumentModalEventFilter
Imports
java.awt.event.*, sun.awt.AppContext

Nested and Inner Type Summary

Modifier and TypeClass and Description
private static class
private static class
private static class

Field Summary

Modifier and TypeField and Description
protected boolean
protected Dialog

Constructor Summary

AccessConstructor and Description
protected
ModalEventFilter(Dialog modalDialog)

Method Summary

Modifier and TypeMethod and Description
public EventFilter.FilterAction
protected abstract EventFilter.FilterAction
pack-priv int
pack-priv static ModalEventFilter
pack-priv void
pack-priv Dialog
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

disabledback to summary
protected boolean disabled
modalDialogback to summary
protected Dialog modalDialog

Constructor Detail

ModalEventFilterback to summary
protected ModalEventFilter(Dialog modalDialog)

Method Detail

acceptEventback to summary
public EventFilter.FilterAction acceptEvent(AWTEvent event)

Implements java.awt.EventFilter.acceptEvent.

acceptWindowback to summary
protected abstract EventFilter.FilterAction acceptWindow(Window w)
compareToback to summary
pack-priv int compareTo(ModalEventFilter another)
createFilterForDialogback to summary
pack-priv static ModalEventFilter createFilterForDialog(Dialog modalDialog)
disableback to summary
pack-priv void disable()
getModalDialogback to summary
pack-priv Dialog getModalDialog()
java.awt back to summary

private Class ModalEventFilter.ApplicationModalEventFilter

extends ModalEventFilter
Class Inheritance

Field Summary

Modifier and TypeField and Description
private AppContext
Inherited from java.awt.ModalEventFilter:
disabledmodalDialog

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
protected EventFilter.FilterAction
Inherited from java.awt.ModalEventFilter:
acceptEventcompareTocreateFilterForDialogdisablegetModalDialog

Field Detail

appContextback to summary
private AppContext appContext

Constructor Detail

ApplicationModalEventFilterback to summary
pack-priv ApplicationModalEventFilter(Dialog modalDialog)

Method Detail

acceptWindowback to summary
protected EventFilter.FilterAction acceptWindow(Window w)

Implements abstract java.awt.ModalEventFilter.acceptWindow.

java.awt back to summary

private Class ModalEventFilter.DocumentModalEventFilter

extends ModalEventFilter
Class Inheritance

Field Summary

Modifier and TypeField and Description
private Window
Inherited from java.awt.ModalEventFilter:
disabledmodalDialog

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
protected EventFilter.FilterAction
Inherited from java.awt.ModalEventFilter:
acceptEventcompareTocreateFilterForDialogdisablegetModalDialog

Field Detail

documentRootback to summary
private Window documentRoot

Constructor Detail

DocumentModalEventFilterback to summary
pack-priv DocumentModalEventFilter(Dialog modalDialog)

Method Detail

acceptWindowback to summary
protected EventFilter.FilterAction acceptWindow(Window w)

Implements abstract java.awt.ModalEventFilter.acceptWindow.

java.awt back to summary

private Class ModalEventFilter.ToolkitModalEventFilter

extends ModalEventFilter
Class Inheritance

Field Summary

Modifier and TypeField and Description
private AppContext
Inherited from java.awt.ModalEventFilter:
disabledmodalDialog

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
protected EventFilter.FilterAction
Inherited from java.awt.ModalEventFilter:
acceptEventcompareTocreateFilterForDialogdisablegetModalDialog

Field Detail

appContextback to summary
private AppContext appContext

Constructor Detail

ToolkitModalEventFilterback to summary
pack-priv ToolkitModalEventFilter(Dialog modalDialog)

Method Detail

acceptWindowback to summary
protected EventFilter.FilterAction acceptWindow(Window w)

Implements abstract java.awt.ModalEventFilter.acceptWindow.