|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ConfigurableFilters 1-Context rule depends on some configurable values. Furthermore its state is (not yet :-( ) load-/saveable
Method Summary | |
java.lang.Object |
clone()
No comment provided by developer, please add a comment to improve documentation. |
FilterEditor |
getEditor()
get the Editor by which the Filter can be configured |
void |
readSettings(java.io.Reader is)
Set the fields of this Filter to the values in the Stream |
void |
setDescription(java.lang.String desc)
Set the Name of the filter |
void |
setName(java.lang.String name)
Set the Name of the filter |
void |
writeSettings(java.io.Writer os)
Write the current settings of this Filter to the Stream |
Methods inherited from interface de.uni_paderborn.fujaba.views.Filter |
addToViewDefinitions, get1Context, get1Context, getDescription, getName, getNContext, getNContext, grow1Context, hasInViewDefinitions, isForDiagram, iteratorOfViewDefinitions, removeAllFromViewDefinitions, removeFromViewDefinitions, sizeOfViewDefinitions |
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- Exception description not providedpublic void writeSettings(java.io.Writer os)
os
- the streampublic void readSettings(java.io.Reader is)
is
- the streampublic FilterEditor getEditor()
public void setName(java.lang.String name)
name
- The new name valueFilter.getName()
public void setDescription(java.lang.String desc)
desc
- The new description valueFilter.getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |