Uses of Interface
weka.gui.knowledgeflow.GraphicalEnvironmentCommandHandler
Packages that use GraphicalEnvironmentCommandHandler
-
Uses of GraphicalEnvironmentCommandHandler in weka.gui.knowledgeflow
Classes in weka.gui.knowledgeflow that implement GraphicalEnvironmentCommandHandlerModifier and TypeClassDescriptionclassDefault Knowledge Flow graphical command handler -
Uses of GraphicalEnvironmentCommandHandler in weka.knowledgeflow
Methods in weka.knowledgeflow that return GraphicalEnvironmentCommandHandlerModifier and TypeMethodDescriptionBaseExecutionEnvironment.getGraphicalEnvironmentCommandHandler()Get the environment for performing commands at the application-level in a graphical environment.ExecutionEnvironment.getGraphicalEnvironmentCommandHandler()Get the environment for performing commands at the application-level in a graphical environment.Methods in weka.knowledgeflow with parameters of type GraphicalEnvironmentCommandHandlerModifier and TypeMethodDescriptionvoidBaseExecutionEnvironment.setGraphicalEnvironmentCommandHandler(GraphicalEnvironmentCommandHandler handler) Set the environment for performing commands at the application-level in a graphical environment.voidExecutionEnvironment.setGraphicalEnvironmentCommandHandler(GraphicalEnvironmentCommandHandler handler) Set the environment for performing commands at the application-level in a graphical environment.