|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jostraca.section.Identity
org.jostraca.section.BlockIndenter
Modify Section/SectionSet: mark start and end of section with comments Note: this only works for a single occurence of the section in the writer format text. To insert the same section in multiple locations with different indents, one workaround might be to name each section explicitly: foo, foo1, foo2 etc. Then write a special Modifier that creates Section objects foo1, foo2, etc by copying Section foo. Then ensure that BlockIndenter is run afterwards on all these new Sections.
| Field Summary |
| Fields inherited from class org.jostraca.section.Identity |
CN |
| Constructor Summary | |
BlockIndenter()
|
|
| Method Summary | |
Section |
modify(Section pSection,
PropertySet pPropertySet)
Modify the Section. |
| Methods inherited from class org.jostraca.section.Identity |
checkNulls, modify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BlockIndenter()
| Method Detail |
public Section modify(Section pSection,
PropertySet pPropertySet)
throws ModifierException
modify in interface Modifiermodify in class IdentitypSection - Section to modify.pPropertySet - PropertySet which may contain parameters for the modification.
ModifierException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||