Class AttributeSummaryPerspective

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

@PerspectiveInfo(ID="attributesummary", title="Attribute summary", toolTipText="Histogram summary charts", iconPath="weka/gui/knowledgeflow/icons/chart_bar.png") public class AttributeSummaryPerspective extends AbstractPerspective
Knowledge Flow perspective that provides a matrix of AttributeVisualizationPanels
Version:
$Revision: $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
See Also:
  • Constructor Details

    • AttributeSummaryPerspective

      public AttributeSummaryPerspective()
      Constructor
  • Method Details

    • getDefaultSettings

      public Defaults getDefaultSettings()
      Get the default settings for this perspective
      Specified by:
      getDefaultSettings in interface Perspective
      Overrides:
      getDefaultSettings in class AbstractPerspective
      Returns:
      the default settings for this perspective
    • setInstances

      public void setInstances(Instances instances)
      Set the instances to visualize
      Specified by:
      setInstances in interface Perspective
      Overrides:
      setInstances in class AbstractPerspective
      Parameters:
      instances - the instances the instances to visualize
    • setInstances

      public void setInstances(Instances instances, Settings settings)
      Set the instances to visualize
      Parameters:
      instances - the instances to visualize
      settings - the settings to use
    • okToBeActive

      public boolean okToBeActive()
      Returns true if this perspective is OK with being an active perspective - i.e. the user can click on this perspective at this time in the perspective toolbar. For example, a Perspective might return false from this method if it needs a set of instances to operate but none have been supplied yet.
      Specified by:
      okToBeActive in interface Perspective
      Overrides:
      okToBeActive in class AbstractPerspective
      Returns:
      true if this perspective can be active at the current time
    • acceptsInstances

      public boolean acceptsInstances()
      Returns true, as this perspective does accept instances
      Specified by:
      acceptsInstances in interface Perspective
      Overrides:
      acceptsInstances in class AbstractPerspective
      Returns:
      true