|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jface.stepmt.core.Region
Used to define a Region
of a document template.
Constructor Summary | |
Region()
|
Method Summary | |
void |
addIdentificator(java.lang.String identificatorStr)
Adds a new identificator pattern. |
void |
addRegion(Region region)
Adds a new Region to this region as sub-region. |
void |
addSeparator(java.lang.String separatorStr)
Adds a new separator pattern. |
void |
resolvePatterns(PatternMap patternMap)
Resolves all patterns with the given PatternMap . |
void |
setName(java.lang.String name)
Sets the name of this Region . |
void |
setPosition(java.lang.String position)
Sets the position of this Region . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Region()
Method Detail |
public void addRegion(Region region)
Region
to this region as sub-region.
region
- The Region
.public void addIdentificator(java.lang.String identificatorStr)
identificatorStr
- The string containing the identificator patterns.public void addSeparator(java.lang.String separatorStr)
separatorStr
- The string containing the separator patterns.public void setPosition(java.lang.String position)
Region
. Must be parseable to
int.
position
- The position.public void setName(java.lang.String name)
Region
.
name
- The name.public void resolvePatterns(PatternMap patternMap)
PatternMap
. Also resolves
the patterns of the sub-regions.
patternMap
- The PatternMap
containing Pattern
s
to resolve.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |