Class AccessibleRelation describes a relation between the object that implements the AccessibleRelation and one or more other objects. The actual relations that an object has with other objects are defined as an AccessibleRelationSet, which is a composed set of AccessibleRelations. The toDisplayString method allows you to obtain the localized string for a locale independent key from a predefined ResourceBundle for the keys defined in this class. The constants in this class present a strongly typed enumeration of common object roles. If the constants in this class are not sufficient to describe the role of an object, a subclass should be generated from this class and it should provide constants in a similar manner.
Class AccessibleRelation describes a relation between the object that implements the AccessibleRelation and one or more other objects. The actual relations that an object has with other objects are defined as an AccessibleRelationSet, which is a composed set of AccessibleRelations. The toDisplayString method allows you to obtain the localized string for a locale independent key from a predefined ResourceBundle for the keys defined in this class. The constants in this class present a strongly typed enumeration of common object roles. If the constants in this class are not sufficient to describe the role of an object, a subclass should be generated from this class and it should provide constants in a similar manner.
Static Constant.
Indicates that an object is a child node of one or more objects.
type: java.lang.String
Static Constant. Indicates that an object is a child node of one or more objects. type: java.lang.String
Static Constant.
Indicates the CHILD_NODE_OF relation between two or more objects has changed.
type: java.lang.String
Static Constant. Indicates the CHILD_NODE_OF relation between two or more objects has changed. type: java.lang.String
Static Constant.
Indicates an object is controlled by one or more target objects.
type: java.lang.String
Static Constant. Indicates an object is controlled by one or more target objects. type: java.lang.String
Static Constant.
Identifies that the target object that is doing the controlling has changed
type: java.lang.String
Static Constant. Identifies that the target object that is doing the controlling has changed type: java.lang.String
Static Constant.
Indicates an object is a controller for one or more target objects.
type: java.lang.String
Static Constant. Indicates an object is a controller for one or more target objects. type: java.lang.String
Static Constant.
Identifies that the controller for the target object has changed
type: java.lang.String
Static Constant. Identifies that the controller for the target object has changed type: java.lang.String
Static Constant.
Indicates that an object is embedded in one or more objects.
type: java.lang.String
Static Constant. Indicates that an object is embedded in one or more objects. type: java.lang.String
Static Constant.
Indicates the EMBEDDED_BY relation between two or more objects has changed.
type: java.lang.String
Static Constant. Indicates the EMBEDDED_BY relation between two or more objects has changed. type: java.lang.String
Static Constant.
Indicates that an object has one or more objects embedded in it.
type: java.lang.String
Static Constant. Indicates that an object has one or more objects embedded in it. type: java.lang.String
Static Constant.
Indicates the EMBEDS relation between two or more objects has changed.
type: java.lang.String
Static Constant. Indicates the EMBEDS relation between two or more objects has changed. type: java.lang.String
Static Constant.
Indicates an object is logically contiguous with a second
object where the second object occurs before the object.
An example is a paragraph of text that runs to the end of
a page and continues on the next page with an intervening
text footer and/or text header. The two parts of
the paragraph are separate text elements but are related
in that the second element is a continuation of the first
element. In other words, the second element flows from
the second element.
type: java.lang.String
Static Constant. Indicates an object is logically contiguous with a second object where the second object occurs before the object. An example is a paragraph of text that runs to the end of a page and continues on the next page with an intervening text footer and/or text header. The two parts of the paragraph are separate text elements but are related in that the second element is a continuation of the first element. In other words, the second element `flows from` the second element. type: java.lang.String
Static Constant.
Indicates the FLOWS_FROM relation between two objects has changed.
type: java.lang.String
Static Constant. Indicates the FLOWS_FROM relation between two objects has changed. type: java.lang.String
Static Constant.
Indicates an object is logically contiguous with a second
object where the second object occurs after the object.
An example is a paragraph of text that runs to the end of
a page and continues on the next page with an intervening
text footer and/or text header. The two parts of
the paragraph are separate text elements but are related
in that the second element is a continuation
of the first
element. In other words, the first element flows to
the second element.
type: java.lang.String
Static Constant. Indicates an object is logically contiguous with a second object where the second object occurs after the object. An example is a paragraph of text that runs to the end of a page and continues on the next page with an intervening text footer and/or text header. The two parts of the paragraph are separate text elements but are related in that the second element is a continuation of the first element. In other words, the first element `flows to` the second element. type: java.lang.String
Static Constant.
Indicates the FLOWS_TO relation between two objects has changed.
type: java.lang.String
Static Constant. Indicates the FLOWS_TO relation between two objects has changed. type: java.lang.String
Static Constant.
Indicates an object is a label for one or more target objects.
type: java.lang.String
Static Constant. Indicates an object is a label for one or more target objects. type: java.lang.String
Static Constant.
Identifies that the target group for a label has changed
type: java.lang.String
Static Constant. Identifies that the target group for a label has changed type: java.lang.String
Static Constant.
Indicates an object is labeled by one or more target objects.
type: java.lang.String
Static Constant. Indicates an object is labeled by one or more target objects. type: java.lang.String
Static Constant.
Identifies that the objects that are doing the labeling have changed
type: java.lang.String
Static Constant. Identifies that the objects that are doing the labeling have changed type: java.lang.String
Static Constant.
Indicates an object is a member of a group of one or more target objects.
type: java.lang.String
Static Constant. Indicates an object is a member of a group of one or more target objects. type: java.lang.String
Static Constant.
Identifies that group membership has changed.
type: java.lang.String
Static Constant. Identifies that group membership has changed. type: java.lang.String
Static Constant.
Indicates that an object is a parent window of one or more objects.
type: java.lang.String
Static Constant. Indicates that an object is a parent window of one or more objects. type: java.lang.String
Static Constant.
Indicates the PARENT_WINDOW_OF relation between two or more objects has changed.
type: java.lang.String
Static Constant. Indicates the PARENT_WINDOW_OF relation between two or more objects has changed. type: java.lang.String
Static Constant.
Indicates that an object is a subwindow of one or more objects.
type: java.lang.String
Static Constant. Indicates that an object is a subwindow of one or more objects. type: java.lang.String
Static Constant.
Indicates the SUBWINDOW_OF relation between two or more objects has changed.
type: java.lang.String
Static Constant. Indicates the SUBWINDOW_OF relation between two or more objects has changed. type: java.lang.String
(->accessible-relation key)
(->accessible-relation key target)
Constructor.
Creates a new AccessibleRelation using the given locale independent key. The key String should be a locale independent key for the relation. It is not intended to be used as the actual String to display to the user. To get the localized string, use toDisplayString.
key - the locale independent name of the relation. - java.lang.String
target - the target object for this relation - java.lang.Object
Constructor. Creates a new AccessibleRelation using the given locale independent key. The key String should be a locale independent key for the relation. It is not intended to be used as the actual String to display to the user. To get the localized string, use toDisplayString. key - the locale independent name of the relation. - `java.lang.String` target - the target object for this relation - `java.lang.Object`
(get-key this)
Returns the key for this relation
returns: the key for this relation - java.lang.String
Returns the key for this relation returns: the key for this relation - `java.lang.String`
(get-target this)
Returns the target objects for this relation
returns: an array containing the target objects for this relation - java.lang.Object[]
Returns the target objects for this relation returns: an array containing the target objects for this relation - `java.lang.Object[]`
(set-target this target)
Sets the target object for this relation
target - the target object for this relation - java.lang.Object
Sets the target object for this relation target - the target object for this relation - `java.lang.Object`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close