Class SQLViewerPerspective

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Perspective

@PerspectiveInfo(ID="sqlviewer", title="SQL Viewer", toolTipText="Explore database tables with SQL", iconPath="weka/gui/knowledgeflow/icons/database.png") public class SQLViewerPerspective extends AbstractPerspective
Perspective that wraps the {@code SQLViewer) component @author Mark Hall (mhall{[at]}pentaho{[dot]}com) @version $Revision: $
See Also:
  • Constructor Details

    • SQLViewerPerspective

      public SQLViewerPerspective()
      Constructor
  • Method Details