API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleRelation View Source
Author(s)
Lynn Monsanto
Since
1.3
Version
1.16 04/07/06
Serial
Hierarchy
 Object
      AccessibleBundle
          AccessibleRelation
Implements
Subclasses
Description
public class AccessibleRelation
  Class AccessibleRelation describes a relation between the object that implements the AccessibleRelation and one or more other objects.
See also:   
Constructors
public AccessibleRelation (String key)
  Create a new AccessibleRelation using the given locale independent key.
public AccessibleRelation (String key, Object target)
  Creates a new AccessibleRelation using the given locale independent key.
public AccessibleRelation (String key, Object target)
  Creates a new AccessibleRelation using the given locale independent key.
Methods
Hide/Show inherited methods
public String getKey ()
  Returns the key for this relation
public Object getTarget ()
  Returns the target objects for this relation
public void setTarget (Object target)
  Sets the target object for this relation
public void setTarget (Object target)
  Sets the target objects for this relation
public String toDisplayString () [Inherited From AccessibleBundle]
  Gets localized string describing the key using the default locale.
public String toDisplayString (Locale locale) [Inherited From AccessibleBundle]
  Obtains the key as a localized string.
protected String toDisplayString (String resourceBundleName, Locale locale) [Inherited From AccessibleBundle]
  Obtains the key as a localized string.
public String toString () [Inherited From AccessibleBundle]
  Gets localized string describing the key using the default locale.
Fields
Hide/Show inherited fields
publicfinalstatic String CHILD_NODE_OF = "childNodeOf"
  Indicates that an object is a child node of one or more objects.
publicfinalstatic String CHILD_NODE_OF_PROPERTY = "childNodeOfProperty"
  Indicates the CHILD_NODE_OF relation between two or more objects has changed.
publicfinalstatic String CONTROLLED_BY
  Indicates an object is controlled by one or more target objects.
publicfinalstatic String CONTROLLED_BY_PROPERTY = "controlledByProperty"
Identifies that the target object that is doing the controlling has changed
publicfinalstatic String CONTROLLER_FOR
  Indicates an object is a controller for one or more target objects.
publicfinalstatic String CONTROLLER_FOR_PROPERTY = "controllerForProperty"
Identifies that the controller for the target object has changed
publicfinalstatic String EMBEDDED_BY = "embeddedBy"
  Indicates that an object is embedded in one or more objects.
publicfinalstatic String EMBEDDED_BY_PROPERTY = "embeddedByProperty"
  Indicates the EMBEDDED_BY relation between two or more objects has changed.
publicfinalstatic String EMBEDS = "embeds"
  Indicates that an object has one or more objects embedded in it.
publicfinalstatic String EMBEDS_PROPERTY = "embedsProperty"
  Indicates the EMBEDS relation between two or more objects has changed.
publicfinalstatic String FLOWS_FROM = "flowsFrom"
  Indicates an object is logically contiguous with a second object where the second object occurs before the object.
publicfinalstatic String FLOWS_FROM_PROPERTY = "flowsFromProperty"
  Indicates the FLOWS_FROM relation between two objects has changed.
publicfinalstatic String FLOWS_TO = "flowsTo"
  Indicates an object is logically contiguous with a second object where the second object occurs after the object.
publicfinalstatic String FLOWS_TO_PROPERTY = "flowsToProperty"
  Indicates the FLOWS_TO relation between two objects has changed.
protected String key [Inherited From AccessibleBundle]
  The locale independent name of the state.
publicfinalstatic String LABEL_FOR
  Indicates an object is a label for one or more target objects.
publicfinalstatic String LABEL_FOR_PROPERTY = "labelForProperty"
Identifies that the target group for a label has changed
publicfinalstatic String LABELED_BY
  Indicates an object is labeled by one or more target objects.
publicfinalstatic String LABELED_BY_PROPERTY = "labeledByProperty"
Identifies that the objects that are doing the labeling have changed
publicfinalstatic String MEMBER_OF
  Indicates an object is a member of a group of one or more target objects.
publicfinalstatic String MEMBER_OF_PROPERTY = "memberOfProperty"
Identifies that group membership has changed.
publicfinalstatic String PARENT_WINDOW_OF = "parentWindowOf"
  Indicates that an object is a parent window of one or more objects.
publicfinalstatic String PARENT_WINDOW_OF_PROPERTY = "parentWindowOfProperty"
  Indicates the PARENT_WINDOW_OF relation between two or more objects has changed.
publicfinalstatic String SUBWINDOW_OF = "subwindowOf"
  Indicates that an object is a subwindow of one or more objects.
publicfinalstatic String SUBWINDOW_OF_PROPERTY = "subwindowOfProperty"
  Indicates the SUBWINDOW_OF relation between two or more objects has changed.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar