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

Class AccessibleStateSet


  • public class AccessibleStateSet
    extends Object
    Class AccessibleStateSet determines a component's state set. The state set of a component is a set of AccessibleState objects and descriptions. E.G., The current overall state of the object, such as whether it is enabled, has focus, etc.
    See Also:
    AccessibleState
    • Constructor Detail
      • AccessibleStateSet
        public AccessibleStateSet()
        Creates a new empty state set.
      • AccessibleStateSet
        public AccessibleStateSet(AccessibleState[] states)
        Creates a new state with the initial set of states contained in the array of states passed in. Duplicate entries are ignored.
        Parameters:
        states - an array of AccessibleState describing the state set.
    • Method Detail
      • add
        public boolean add(AccessibleState state)
        Adds a new state to the current state set if it is not already present. If the state is already in the state set, the state set is unchanged and the return value is false. Otherwise, the state is added to the state set and the return value is true.
        Parameters:
        state - the state to add to the state set
        Returns:
        true if state is added to the state set; false if the state set is unchanged
      • addAll
        public void addAll(AccessibleState[] states)
        Adds all of the states to the existing state set. Duplicate entries are ignored.
        Parameters:
        states - AccessibleState array describing the state set.
      • remove
        public boolean remove(AccessibleState state)
        Removes a state from the current state set. If the state is not in the set, the state set will be unchanged and the return value will be false. If the state is in the state set, it will be removed from the set and the return value will be true.
        Parameters:
        state - the state to remove from the state set
        Returns:
        true if the state is in the state set; false if the state set will be unchanged
      • clear
        public void clear()
        Removes all the states from the current state set.
      • contains
        public boolean contains(AccessibleState state)
        Checks if the current state is in the state set.
        Parameters:
        state - the state
        Returns:
        true if the state is in the state set; otherwise false
      • toArray
        public AccessibleState[] toArray()
        Returns the current state set as an array of AccessibleState
        Returns:
        AccessibleState array containing the current state.

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/accessiblestateset.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