public abstract class AbstractFilter extends Object implements IObjectFilter
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable |
parameters |
| Constructor and Description |
|---|
AbstractFilter() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
JComponent |
getEditor() |
Map |
getProperties() |
Object |
getProperty(String key) |
int |
hashCode() |
void |
preprocess(org.openscience.cdk.interfaces.IChemObject object) |
Object |
removeProperty(String key) |
void |
setProperties(Map properties) |
void |
setProperty(String key,
Object value) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitacceptprotected Hashtable parameters
public void preprocess(org.openscience.cdk.interfaces.IChemObject object)
preprocess in interface IObjectFilterpublic void setProperty(String key, Object value)
setProperty in interface IObjectFilterpublic Object getProperty(String key)
getProperty in interface IObjectFilterpublic Object removeProperty(String key)
removeProperty in interface IObjectFilterpublic void setProperties(Map properties)
setProperties in interface IObjectFilterpublic Map getProperties()
getProperties in interface IObjectFilterpublic JComponent getEditor()
getEditor in interface IObjectFilterpublic int compareTo(Object obj)
compareTo in interface ComparableCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.