Class AWTEnvironmentPlugin

    • Constructor Detail

      • AWTEnvironmentPlugin

        public AWTEnvironmentPlugin()
    • Method Detail

      • rescanControllers

        public Controller[] rescanControllers()
        Returns a list of all controllers available to this environment, or an empty array if there are no controllers in this environment.
        Specified by:
        rescanControllers in class ControllerEnvironment
        Returns:
        a list of all controllers available to this environment.
      • isSupported

        public boolean isSupported()
        Description copied from class: ControllerEnvironment
        Returns the isSupported status of this environment. What makes an environment supported or not is up to the particular plugin, but may include OS or available hardware.
        Specified by:
        isSupported in class ControllerEnvironment