A C E G I L M N O P R S T

A

AbstractPattern - class org.jface.stepmt.core.patterns.AbstractPattern.
 
AbstractPattern() - Constructor for class org.jface.stepmt.core.patterns.AbstractPattern
 
add(Pattern) - Method in class org.jface.stepmt.core.PatternMap
Adds a new Pattern to this.
addAll(Collection) - Method in class org.jface.stepmt.core.PatternMap
Adds all Patterns inside the given Collection.
addIdentificator(String) - Method in class org.jface.stepmt.core.Region
Adds a new identificator pattern.
addRegion(Region) - Method in class org.jface.stepmt.core.Region
Adds a new Region to this region as sub-region.
addSeparator(String) - Method in class org.jface.stepmt.core.Region
Adds a new separator pattern.
attribute(String, String) - Method in class org.jface.stepmt.core.util.ContentHandlerFacade
 

C

ContainerPattern - class org.jface.stepmt.core.util.ContainerPattern.
 
ContentHandlerFacade - class org.jface.stepmt.core.util.ContentHandlerFacade.
 
ContentHandlerFacade() - Constructor for class org.jface.stepmt.core.util.ContentHandlerFacade
 
checkBounds(String, int) - Method in class org.jface.stepmt.core.patterns.AbstractPattern
 

E

EndOfLinePattern - class org.jface.stepmt.core.patterns.EndOfLinePattern.
 
EndOfLinePattern() - Constructor for class org.jface.stepmt.core.patterns.EndOfLinePattern
 
end() - Method in class org.jface.stepmt.core.util.ContentHandlerFacade
 
end(String) - Method in class org.jface.stepmt.core.util.ContentHandlerFacade
 

G

generate() - Method in class org.jface.stepmt.core.Interpreter
Generates the XML code using the given ContentHandler.
get(String) - Method in class org.jface.stepmt.core.PatternMap
Returns a Pattern with the given name.
getName() - Method in interface org.jface.stepmt.core.Pattern
Returns the name of this Pattern.
getName() - Method in class org.jface.stepmt.core.patterns.AbstractPattern
 
getRegion() - Method in class org.jface.stepmt.core.util.TextRegion
 
getText() - Method in class org.jface.stepmt.core.util.TextRegion
 
getTextAfter() - Method in class org.jface.stepmt.core.util.TextRegion
 

I

Interpreter - class org.jface.stepmt.core.Interpreter.
The Interpreter is the central class of the core component.
Interpreter() - Constructor for class org.jface.stepmt.core.Interpreter
 
Interval - class org.jface.stepmt.core.Interval.
Represents an interval inside a String.
Interval(int, int) - Constructor for class org.jface.stepmt.core.Interval
Creates a new Interval at the given start index with the given length.
indexAfter() - Method in class org.jface.stepmt.core.Interval
Returns the index after this Interval.
isBetterThan(TextRegion) - Method in class org.jface.stepmt.core.util.TextRegion
 

L

length() - Method in class org.jface.stepmt.core.util.TextRegion
 

M

match(String, int) - Method in interface org.jface.stepmt.core.Pattern
Returns the Interval matching this pattern at the given index.
match(String, int) - Method in class org.jface.stepmt.core.patterns.EndOfLinePattern
 
match(String, int) - Method in class org.jface.stepmt.core.patterns.StringPattern
 
match(String, int) - Method in class org.jface.stepmt.core.patterns.TabPattern
 
match(String, int) - Method in class org.jface.stepmt.core.util.ContainerPattern
 
match(String) - Method in class org.jface.stepmt.core.util.PatternSet
 
matchesAtStart(String) - Method in class org.jface.stepmt.core.util.PatternSet
 
merge(Interval) - Method in class org.jface.stepmt.core.Interval
Merges this Interval with the given Interval.

N

name - Variable in class org.jface.stepmt.core.patterns.AbstractPattern
 

O

org.jface.stepmt.core - package org.jface.stepmt.core
 
org.jface.stepmt.core.patterns - package org.jface.stepmt.core.patterns
 
org.jface.stepmt.core.util - package org.jface.stepmt.core.util
 

P

Pattern - interface org.jface.stepmt.core.Pattern.
Patterns are used to test, if a String matches a certain character pattern at a distinct position.
PatternMap - class org.jface.stepmt.core.PatternMap.
Used to store Patterns.
PatternMap() - Constructor for class org.jface.stepmt.core.PatternMap
 
PatternSet - class org.jface.stepmt.core.util.PatternSet.
 
PatternSet() - Constructor for class org.jface.stepmt.core.util.PatternSet
 
PatternSet(String) - Constructor for class org.jface.stepmt.core.util.PatternSet
 

R

Region - class org.jface.stepmt.core.Region.
Used to define a Region of a document template.
Region() - Constructor for class org.jface.stepmt.core.Region
 
resolve(PatternMap) - Method in class org.jface.stepmt.core.util.PatternSet
 
resolvePatterns(PatternMap) - Method in class org.jface.stepmt.core.Region
Resolves all patterns with the given PatternMap.

S

StringPattern - class org.jface.stepmt.core.patterns.StringPattern.
 
StringPattern(String) - Constructor for class org.jface.stepmt.core.patterns.StringPattern
 
setConsumer(ContentHandler) - Method in class org.jface.stepmt.core.Interpreter
 
setContentHandler(ContentHandler) - Method in class org.jface.stepmt.core.util.ContentHandlerFacade
 
setName(String) - Method in interface org.jface.stepmt.core.Pattern
Sets the name of this Pattern.
setName(String) - Method in class org.jface.stepmt.core.Region
Sets the name of this Region.
setName(String) - Method in class org.jface.stepmt.core.patterns.AbstractPattern
 
setNamespace(String, String) - Method in class org.jface.stepmt.core.util.ContentHandlerFacade
 
setPosition(String) - Method in class org.jface.stepmt.core.Region
Sets the position of this Region.
setRegion(Region) - Method in class org.jface.stepmt.core.Interpreter
 
setText(String) - Method in class org.jface.stepmt.core.Interpreter
 
start() - Method in class org.jface.stepmt.core.util.ContentHandlerFacade
 
start(String) - Method in class org.jface.stepmt.core.util.ContentHandlerFacade
 

T

TabPattern - class org.jface.stepmt.core.patterns.TabPattern.
 
TabPattern() - Constructor for class org.jface.stepmt.core.patterns.TabPattern
 
TextRegion - class org.jface.stepmt.core.util.TextRegion.
 
TextRegion(Region, String, Interval, boolean, boolean) - Constructor for class org.jface.stepmt.core.util.TextRegion
 
text(String) - Method in class org.jface.stepmt.core.util.ContentHandlerFacade
 
textAfter(String) - Method in class org.jface.stepmt.core.Interval
Returns the text after this Interval.
textBefore(String) - Method in class org.jface.stepmt.core.Interval
Returns the text before this Interval.

A C E G I L M N O P R S T

Copyright © 2003-2004 jface.org. All Rights Reserved.