ca.sqlpower.architect.swingui
Class SearchReplace

java.lang.Object
  extended by ca.sqlpower.architect.swingui.SearchReplace

public class SearchReplace
extends java.lang.Object

SearchReplace is a GUI facility for searching for named items in the SQlObject hierarchy, and optionally renaming them.

Version:
$Id: SearchReplace.java 2465 2008-08-07 15:09:41Z jfuerth $
Author:
fuerth

Constructor Summary
SearchReplace()
           
 
Method Summary
 java.util.List doSearch(SQLObject start)
           
 java.lang.String getSearchExpressionText()
           
 void setSearchExpression(java.lang.String searchExpressionText)
           
 void showResults(javax.swing.JDialog parent, PlayPen pp)
           
 void showSearchDialog(PlayPen pp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchReplace

public SearchReplace()
Method Detail

showSearchDialog

public void showSearchDialog(PlayPen pp)

showResults

public void showResults(javax.swing.JDialog parent,
                        PlayPen pp)
                 throws ArchitectException
Throws:
ArchitectException

doSearch

public java.util.List doSearch(SQLObject start)
                        throws ArchitectException
Throws:
ArchitectException

getSearchExpressionText

public java.lang.String getSearchExpressionText()

setSearchExpression

public void setSearchExpression(java.lang.String searchExpressionText)


Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca