Uses of Class
org.fest.swing.hierarchy.WindowFilter
Packages that use WindowFilter
-
Uses of WindowFilter in org.fest.swing.hierarchy
Fields in org.fest.swing.hierarchy declared as WindowFilterModifier and TypeFieldDescriptionprivate final WindowFilter
IgnoreWindowTask.filter
private final WindowFilter
NewHierarchy.filter
private final WindowFilter
TransientWindowListener.filter
Constructors in org.fest.swing.hierarchy with parameters of type WindowFilterModifierConstructorDescription(package private)
IgnoreWindowTask
(Window w, WindowFilter filter) (package private)
NewHierarchy
(Toolkit toolkit, WindowFilter filter, boolean ignoreExisting) (package private)
TransientWindowListener
(WindowFilter filter)