|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jface.stepmt.core.PatternMap
Used to store Patterns.
| Constructor Summary | |
PatternMap()
|
|
| Method Summary | |
void |
add(Pattern pattern)
Adds a new Pattern to this. |
void |
addAll(java.util.Collection patterns)
Adds all Patterns inside the given Collection. |
Pattern |
get(java.lang.String name)
Returns a Pattern with the given name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PatternMap()
| Method Detail |
public void add(Pattern pattern)
Pattern to this.
pattern - The Pattern.public void addAll(java.util.Collection patterns)
Patterns inside the given Collection.
patterns - The Collection holding Pattern
instances.public Pattern get(java.lang.String name)
Pattern with the given name.
name - The name of the Pattern.
Pattern.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||