|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.javatest.exec.FilterConfig
public class FilterConfig
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 | |
---|---|
static interface |
FilterConfig.Observer
Observe changes to the state of the view. |
Constructor Summary | |
---|---|
FilterConfig(ExecModel e,
javax.swing.JComponent parent,
UIFactory uif)
|
Method Summary | |
---|---|
void |
addObserver(FilterConfig.Observer o)
|
void |
removeObserver(FilterConfig.Observer o)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterConfig(ExecModel e, javax.swing.JComponent parent, UIFactory uif)
Method Detail |
---|
public void addObserver(FilterConfig.Observer o)
public void removeObserver(FilterConfig.Observer o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |