All Packages Class Hierarchy This Package Previous Next Index
Class IMSWG.IW.DepValid.Patterns
java.lang.Object
|
+----IMSWG.IW.DepValid.Patterns
- public class Patterns
- extends Object
This class is to support the Patterns.
-
Patterns(Selection)
- Saves a local copy of Selection.
-
clear()
- Clears the pattern by setting it to a null String.
-
get()
- Returns the pattern as a String.
-
set(String)
- Sets the pattern to the input String.
-
toODL()
- Creates an ODL object and adds an item "PATTERNS".
Patterns
public Patterns(Selection displaySelection)
- Saves a local copy of Selection.
set
public void set(String newPattern)
- Sets the pattern to the input String.
get
public String get()
- Returns the pattern as a String.
clear
public void clear()
- Clears the pattern by setting it to a null String.
toODL
public ODL toODL()
- Creates an ODL object and adds an item "PATTERNS".
All Packages Class Hierarchy This Package Previous Next Index