Class GetPerspectiveNamesGraphicalCommand


  • public class GetPerspectiveNamesGraphicalCommand
    extends AbstractGraphicalCommand
    Class implementing a command for getting the names of all visible perspectives
    Version:
    $Revision: $
    Author:
    Mark Hall (mhall{[at]}pentaho{[dot]}com)
    • Field Detail

      • GET_PERSPECTIVE_NAMES_KEY

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

      • GetPerspectiveNamesGraphicalCommand

        public GetPerspectiveNamesGraphicalCommand()
    • 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.util.List<java.lang.String> 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