public class FilterConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
FilterConfig.Observer
Observe changes to the state of the view.
|
Constructor and Description |
---|
FilterConfig(ExecModel e,
javax.swing.JComponent parent,
UIFactory uif) |
Modifier and Type | Method and Description |
---|---|
void |
addObserver(FilterConfig.Observer o) |
void |
removeObserver(FilterConfig.Observer o) |
public void addObserver(FilterConfig.Observer o)
public void removeObserver(FilterConfig.Observer o)
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.