com.sun.javatest.exec
Class FilterConfig

java.lang.Object
  extended by 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
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

FilterConfig

public FilterConfig(ExecModel e,
                    javax.swing.JComponent parent,
                    UIFactory uif)
Method Detail

addObserver

public void addObserver(FilterConfig.Observer o)

removeObserver

public void removeObserver(FilterConfig.Observer o)


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.