|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthok.model.PatternModel
public class PatternModel
The PatternModel
is the model of the TableViewer
of the
ResultDialog
. It holds a collection of PatternElement
.
Constructor Summary | |
---|---|
PatternModel()
|
Method Summary | |
---|---|
void |
addPattern(PatternElement element)
Adds a PatternElement to the collection. |
java.util.Vector<PatternElement> |
getPatterns()
Returns the collection of PatternElement . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternModel()
Method Detail |
---|
public void addPattern(PatternElement element)
PatternElement
to the collection.
element
- the PatternElement
to add.public java.util.Vector<PatternElement> getPatterns()
PatternElement
.
PatternElement
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |