c408h003.omnieditor
Class FindAction

java.lang.Object
  extended byc408h003.omnieditor.FindAction
All Implemented Interfaces:
Action

public class FindAction
extends java.lang.Object
implements Action


Constructor Summary
FindAction(int userid, java.lang.String target, boolean forward, boolean caseSensitive)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FindAction

public FindAction(int userid,
                  java.lang.String target,
                  boolean forward,
                  boolean caseSensitive)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface Action