Fields Summary |
---|
private Object[] | target |
public static final String | LABEL_FORIndicates an object is a label for one or more target objects. |
public static final String | LABELED_BYIndicates an object is labeled by one or more target objects. |
public static final String | MEMBER_OFIndicates an object is a member of a group of one or more
target objects. |
public static final String | CONTROLLER_FORIndicates an object is a controller for one or more target
objects. |
public static final String | CONTROLLED_BYIndicates an object is controlled by one or more target
objects. |
public static final String | FLOWS_TOIndicates 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. |
public static final String | FLOWS_FROMIndicates 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. |
public static final String | SUBWINDOW_OFIndicates that an object is a subwindow of one or more
objects. |
public static final String | PARENT_WINDOW_OFIndicates that an object is a parent window of one or more
objects. |
public static final String | EMBEDSIndicates that an object has one or more objects
embedded in it. |
public static final String | EMBEDDED_BYIndicates that an object is embedded in one or more
objects. |
public static final String | CHILD_NODE_OFIndicates that an object is a child node of one
or more objects. |
public static final String | LABEL_FOR_PROPERTYIdentifies that the target group for a label has changed |
public static final String | LABELED_BY_PROPERTYIdentifies that the objects that are doing the labeling have changed |
public static final String | MEMBER_OF_PROPERTYIdentifies that group membership has changed. |
public static final String | CONTROLLER_FOR_PROPERTYIdentifies that the controller for the target object has changed |
public static final String | CONTROLLED_BY_PROPERTYIdentifies that the target object that is doing the controlling has
changed |
public static final String | FLOWS_TO_PROPERTYIndicates the FLOWS_TO relation between two objects
has changed. |
public static final String | FLOWS_FROM_PROPERTYIndicates the FLOWS_FROM relation between two objects
has changed. |
public static final String | SUBWINDOW_OF_PROPERTYIndicates the SUBWINDOW_OF relation between two or more objects
has changed. |
public static final String | PARENT_WINDOW_OF_PROPERTYIndicates the PARENT_WINDOW_OF relation between two or more objects
has changed. |
public static final String | EMBEDS_PROPERTYIndicates the EMBEDS relation between two or more objects
has changed. |
public static final String | EMBEDDED_BY_PROPERTYIndicates the EMBEDDED_BY relation between two or more objects
has changed. |
public static final String | CHILD_NODE_OF_PROPERTYIndicates the CHILD_NODE_OF relation between two or more objects
has changed. |