Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.
javax.accessibility

Interface AccessibleSelection

    • Method Detail
      • getAccessibleSelectionCount
        int getAccessibleSelectionCount()
        Returns the number of Accessible children currently selected. If no children are selected, the return value will be 0.
        Returns:
        the number of items currently selected.
      • getAccessibleSelection
        Accessible getAccessibleSelection(int i)
        Returns an Accessible representing the specified selected child of the object. If there isn't a selection, or there are fewer children selected than the integer passed in, the return value will be null.

        Note that the index represents the i-th selected child, which is different from the i-th child.

        Parameters:
        i - the zero-based index of selected children
        Returns:
        the i-th selected child
        See Also:
        getAccessibleSelectionCount()
      • isAccessibleChildSelected
        boolean isAccessibleChildSelected(int i)
        Determines if the current child of this object is selected.
        Parameters:
        i - the zero-based index of the child in this Accessible object.
        Returns:
        true if the current child of this object is selected; else false.
        See Also:
        AccessibleContext.getAccessibleChild(int)
      • addAccessibleSelection
        void addAccessibleSelection(int i)
        Adds the specified Accessible child of the object to the object's selection. If the object supports multiple selections, the specified child is added to any existing selection, otherwise it replaces any existing selection in the object. If the specified child is already selected, this method has no effect.
        Parameters:
        i - the zero-based index of the child
        See Also:
        AccessibleContext.getAccessibleChild(int)
      • removeAccessibleSelection
        void removeAccessibleSelection(int i)
        Removes the specified child of the object from the object's selection. If the specified item isn't currently selected, this method has no effect.
        Parameters:
        i - the zero-based index of the child
        See Also:
        AccessibleContext.getAccessibleChild(int)
      • clearAccessibleSelection
        void clearAccessibleSelection()
        Clears the selection in the object, so that no children in the object are selected.
      • selectAllAccessibleSelection
        void selectAllAccessibleSelection()
        Causes every child of the object to be selected if the object supports multiple selections.

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/accessibility/accessibleselection.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut