Package com.sun.javatest.exec
Class FilterConfig
- java.lang.Object
-
- com.sun.javatest.exec.FilterConfig
-
public class FilterConfig extends java.lang.ObjectThe 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 interfaceFilterConfig.ObserverObserve 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 voidaddObserver(FilterConfig.Observer o)voidremoveObserver(FilterConfig.Observer o)
-
-
-
Method Detail
-
addObserver
public void addObserver(FilterConfig.Observer o)
-
removeObserver
public void removeObserver(FilterConfig.Observer o)
-
-