ca.sqlpower.architect.swingui
Class ProfileResultsViewer

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

public class ProfileResultsViewer
extends java.lang.Object

A class that manages a viewer component for a set of Profile Results.


Constructor Summary
ProfileResultsViewer(ProfileManager profileManager)
          Creates but does not show a new profile result viewer dialog.
 
Method Summary
 void addTableProfileResult(TableProfileResult result)
           
 void addTableProfileResultToScan(TableProfileResult result)
           
 void clearScanList()
           
 javax.swing.JFrame getDialog()
           
 void removeTableProfileResultToScan(TableProfileResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileResultsViewer

public ProfileResultsViewer(ProfileManager profileManager)
Creates but does not show a new profile result viewer dialog.

Method Detail

addTableProfileResult

public void addTableProfileResult(TableProfileResult result)

addTableProfileResultToScan

public void addTableProfileResultToScan(TableProfileResult result)

removeTableProfileResultToScan

public void removeTableProfileResultToScan(TableProfileResult result)

clearScanList

public void clearScanList()

getDialog

public javax.swing.JFrame getDialog()


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