|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.basic.BasicIncrement
de.uni_paderborn.fujaba.views.AbstractFilter
de.uni_paderborn.fujaba.views.AbstractConfigurableFilter
No comment provided by developer, please add a comment to improve documentation.
Field Summary |
Fields inherited from class de.uni_paderborn.fujaba.basic.BasicIncrement |
dontUseAccessMethodsInThisClass |
Constructor Summary | |
AbstractConfigurableFilter()
|
Method Summary | |
java.lang.Object |
clone()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
getDescription()
Get the description attribute of the AbstractConfigurableFilter object |
FilterEditor |
getEditor()
Get the editor attribute of the AbstractConfigurableFilter object |
java.lang.String |
getName()
Get the name attribute of the AbstractConfigurableFilter object |
void |
readSettings(java.io.Reader is)
No comment provided by developer, please add a comment to improve documentation. |
void |
setDescription(java.lang.String description)
Sets the description attribute of the AbstractConfigurableFilter object |
void |
setName(java.lang.String name)
Sets the name attribute of the AbstractConfigurableFilter object |
void |
writeSettings(java.io.Writer os)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class de.uni_paderborn.fujaba.views.AbstractFilter |
addToViewDefinitions, containsConnection, containsConnection, containsConnectors, containsConnectors, get1Context, get1Context, getConnections, getNContext, getNContext, grow1Context, hasInViewDefinitions, iteratorOfViewDefinitions, removeAllFromViewDefinitions, removeFromViewDefinitions, sizeOfViewDefinitions, toString, tryAddConnection, tryAddConnection, tryAddConnection, tryAddConnection |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.uni_paderborn.fujaba.views.Filter |
addToViewDefinitions, get1Context, get1Context, getNContext, getNContext, grow1Context, hasInViewDefinitions, isForDiagram, iteratorOfViewDefinitions, removeAllFromViewDefinitions, removeFromViewDefinitions, sizeOfViewDefinitions |
Constructor Detail |
public AbstractConfigurableFilter()
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface ConfigurableFilter
java.lang.CloneNotSupportedException
- Exception description not providedpublic void readSettings(java.io.Reader is)
readSettings
in interface ConfigurableFilter
is
- No description providedpublic void writeSettings(java.io.Writer os)
writeSettings
in interface ConfigurableFilter
os
- No description providedpublic java.lang.String getName()
getName
in interface Filter
getName
in class AbstractFilter
public void setName(java.lang.String name)
setName
in interface ConfigurableFilter
name
- The new name valueFilter.getName()
public java.lang.String getDescription()
getDescription
in interface Filter
public void setDescription(java.lang.String description)
setDescription
in interface ConfigurableFilter
description
- The new description valueFilter.getDescription()
public FilterEditor getEditor()
getEditor
in interface ConfigurableFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |