ucar.unidata.ui
Class PropertyFilter.FilterGui

java.lang.Object
  extended by ucar.unidata.ui.PropertyFilter.FilterGui
Enclosing class:
PropertyFilter

public static class PropertyFilter.FilterGui
extends Object

Class FilterGui _more_

Version:
$Revision: 1.6 $
Author:
IDV Development Team

Field Summary
protected  boolean enabled
          _more_
protected  boolean matchAll
          _more_
 
Constructor Summary
PropertyFilter.FilterGui(List filters, List filterNames, boolean enabled, boolean matchAll)
          _more_
PropertyFilter.FilterGui(List filters, List filterNames, boolean enabled, boolean matchAll, ActionListener listener)
          _more_
 
Method Summary
 JComponent getContents()
          _more_
 boolean getEnabled()
          _more_
 List getFilters()
          _more_
 boolean getMatchAll()
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matchAll

protected boolean matchAll
_more_


enabled

protected boolean enabled
_more_

Constructor Detail

PropertyFilter.FilterGui

public PropertyFilter.FilterGui(List filters,
                                List filterNames,
                                boolean enabled,
                                boolean matchAll)
_more_

Parameters:
filters - _more_
filterNames - _more_
enabled - _more_
matchAll - _more_

PropertyFilter.FilterGui

public PropertyFilter.FilterGui(List filters,
                                List filterNames,
                                boolean enabled,
                                boolean matchAll,
                                ActionListener listener)
_more_

Parameters:
filters - _more_
filterNames - _more_
enabled - _more_
matchAll - _more_
listener - the listener
Method Detail

getMatchAll

public boolean getMatchAll()
_more_

Returns:
_more_

getEnabled

public boolean getEnabled()
_more_

Returns:
_more_

getContents

public JComponent getContents()
_more_

Returns:
_more_

getFilters

public List getFilters()
_more_

Returns:
_more_