Class ControlsAdapter

    • Field Detail

      • EMPTY_CONTROLS

        public static final Object[] EMPTY_CONTROLS
        The constant which represents an empty array of controls. Explicitly defined in order to avoid unnecessary allocations.
    • Constructor Detail

      • ControlsAdapter

        public ControlsAdapter()
    • Method Detail

      • getControls

        public Object[] getControls()
        Implements Controls.getControls(). Gets the controls available for the owner of this instance. The current implementation returns an empty array because it has no available controls.
        Returns:
        an array of Objects which represent the controls available for the owner of this instance