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.


Constructor Index

 o Patterns(Selection)
Saves a local copy of Selection.

Method Index

 o clear()
Clears the pattern by setting it to a null String.
 o get()
Returns the pattern as a String.
 o set(String)
Sets the pattern to the input String.
 o toODL()
Creates an ODL object and adds an item "PATTERNS".

Constructors

 o Patterns
 public Patterns(Selection displaySelection)
Saves a local copy of Selection.

Methods

 o set
 public void set(String newPattern)
Sets the pattern to the input String.

 o get
 public String get()
Returns the pattern as a String.

 o clear
 public void clear()
Clears the pattern by setting it to a null String.

 o toODL
 public ODL toODL()
Creates an ODL object and adds an item "PATTERNS".


All Packages  Class Hierarchy  This Package  Previous  Next  Index