|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.accessibility.AccessibleRelationSet
Untamed:
Field Summary | |
protected Vector |
relations
Each entry in the Vector represents an AccessibleRelation. |
Constructor Summary | |
AccessibleRelationSet()
Enabled: Creates a new empty relation set. |
|
AccessibleRelationSet(AccessibleRelation[] relations)
Enabled: Creates a new relation with the initial set of relations contained in the array of relations passed in. |
Method Summary | |
boolean |
add(AccessibleRelation relation)
Enabled: Adds a new relation to the current relation set. |
void |
addAll(AccessibleRelation[] relations)
Enabled: Adds all of the relations to the existing relation set. |
void |
clear()
Enabled: Removes all the relations from the current relation set. |
boolean |
contains(String key)
Enabled: Returns whether the relation set contains a relation that matches the specified key. |
AccessibleRelation |
get(String key)
Enabled: Returns the relation that matches the specified key. |
boolean |
remove(AccessibleRelation relation)
Enabled: Removes a relation from the current relation set. |
int |
size()
Enabled: Returns the number of relations in the relation set. |
AccessibleRelation[] |
toArray()
Enabled: Returns the current relation set as an array of AccessibleRelation |
String |
toString()
Suppressed: Creates a localized String representing all the relations in the set using the default locale. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Vector relations
add(javax.accessibility.AccessibleRelation)
,
addAll(javax.accessibility.AccessibleRelation[])
,
remove(javax.accessibility.AccessibleRelation)
,
contains(java.lang.String)
,
get(java.lang.String)
,
size()
,
toArray()
,
clear()
Constructor Detail |
public AccessibleRelationSet()
public AccessibleRelationSet(AccessibleRelation[] relations)
Method Detail |
public boolean add(AccessibleRelation relation)
relation
- the relation to add to the relation set
public void addAll(AccessibleRelation[] relations)
public boolean remove(AccessibleRelation relation)
relation
- the relation to remove from the relation set
public void clear()
public int size()
public boolean contains(String key)
key
- the AccessibleRelation key
public AccessibleRelation get(String key)
key
- the AccessibleRelation key
public AccessibleRelation[] toArray()
public String toString()
toString
in class Object
AccessibleBundle.toDisplayString(java.lang.String, java.util.Locale)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |