Package com.sun.javatest.exec
Class FilterConfig
- java.lang.Object
-
- com.sun.javatest.exec.FilterConfig
-
public class FilterConfig extends java.lang.Object
The primary purpose is to hold the a variety of named filter sets from which the user will select one (the "active" one).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FilterConfig.Observer
Observe changes to the state of the view.
-
Constructor Summary
Constructors Constructor Description FilterConfig(ExecModel e, javax.swing.JComponent parent, UIFactory uif)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addObserver(FilterConfig.Observer o)
void
removeObserver(FilterConfig.Observer o)
-
-
-
Method Detail
-
addObserver
public void addObserver(FilterConfig.Observer o)
-
removeObserver
public void removeObserver(FilterConfig.Observer o)
-
-