Class SendToPerspectiveGraphicalCommand


  • public class SendToPerspectiveGraphicalCommand
    extends AbstractGraphicalCommand
    Class implementing sending a set of Instances to a named perspective
    Version:
    $Revision: $
    Author:
    Mark Hall (mhall{[at]}pentaho{[dot]}com)
    • Field Detail

      • SEND_TO_PERSPECTIVE_COMMAND_KEY

        public static final java.lang.String SEND_TO_PERSPECTIVE_COMMAND_KEY
        Command ID
        See Also:
        Constant Field Values
    • Constructor Detail

      • SendToPerspectiveGraphicalCommand

        public SendToPerspectiveGraphicalCommand()
    • Method Detail

      • setGraphicalEnvironment

        public void setGraphicalEnvironment​(java.lang.Object graphicalEnvironment)
        Set the graphical environment
        Overrides:
        setGraphicalEnvironment in class AbstractGraphicalCommand
        Parameters:
        graphicalEnvironment - the graphical environment
      • performCommand

        public java.lang.Object performCommand​(java.lang.Object... commandArgs)
                                        throws WekaException
        Execute the command
        Specified by:
        performCommand in class AbstractGraphicalCommand
        Parameters:
        commandArgs - arguments to the command
        Returns:
        null (no return value for this command)
        Throws:
        WekaException - if a problem occurs