Package org.fest.swing.hierarchy
Class IgnoreWindowTask
java.lang.Object
org.fest.swing.hierarchy.IgnoreWindowTask
- All Implemented Interfaces:
Runnable
Understands a task that given a
WindowFilter
, marks a given Window
as
"ignored" if it is already implicitly ignored by such filter. This task should be executed in the event dispatch
thread.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
w
-
filter
-
-
Constructor Details
-
IgnoreWindowTask
IgnoreWindowTask(Window w, WindowFilter filter)
-
-
Method Details