Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

:: drafts :: com :: sun :: star :: accessibility ::

constants group AccessibleRelationType
Description
Collection of relation types.

This list of constants defines the availabe types of relations that are usable by AccessibleRelation .

We are using constants instead of a more typesafe enum. The reason for this is that IDL enums may not be extended. Therefore, in order to include future extensions to the set of roles we have to use constants here.


Constants
INVALID Invalid relation type.
CONTROLLED_BY Controlled-by relation type.
CONTROLLED_BY_PROPERTY Controlled-by property.
CONTROLLER_FOR Controller-for relation type.
CONTROLLER_FOR_PROPERTY Controller-for property.
LABEL_FOR Lable-for relation type.
LABEL_FOR_PROPERTY Label-for property.
LABELED_BY Labeled-by relation type.
LABELED_BY_PROPERTY Labeled-by property.
MEMBER_OF Member-of relation type.
MEMBER_OF_PROPERTY Member-of property.
CONTENT_FLOWS_FROM Content-flows-from relation.
CONTENT_FLOWS_TO Content-flows-to relation.
Constants' Details
INVALID
const short INVALID = 0;
Description
Invalid relation type.

Indicates an invalid relation type. This is used to indicate that a retrieval method could not find a requested relation.

CONTROLLED_BY
const short CONTROLLED_BY = 1;
Description
Controlled-by relation type.

Indicates an object is controlled by one or more target objects.

CONTROLLED_BY_PROPERTY
const short CONTROLLED_BY_PROPERTY = 2;
Description
Controlled-by property.

Identifies that the target object that is doing the controlling has changed.

CONTROLLER_FOR
const short CONTROLLER_FOR = 3;
Description
Controller-for relation type.

Indicates an object is a controller for one or more target objects.

CONTROLLER_FOR_PROPERTY
const short CONTROLLER_FOR_PROPERTY = 4;
Description
Controller-for property.

Identifies that the controller for the target object has changed.

LABEL_FOR
const short LABEL_FOR = 5;
Description
Lable-for relation type.

Indicates an object is a label for one or more target objects.

LABEL_FOR_PROPERTY
const short LABEL_FOR_PROPERTY = 6;
Description
Label-for property.

Identifies that the target group for a label has changed.

LABELED_BY
const short LABELED_BY = 7;
Description
Labeled-by relation type.

Indicates an object is labeled by one or more target objects.

LABELED_BY_PROPERTY
const short LABELED_BY_PROPERTY = 8;
Description
Labeled-by property.

Identifies that the objects that are doing the labeling have changed.

MEMBER_OF
const short MEMBER_OF = 9;
Description
Member-of relation type.

Indicates an object is a member of a group of one or more target objects.

MEMBER_OF_PROPERTY
const short MEMBER_OF_PROPERTY = 10;
Description
Member-of property.

Identifies that group membership has changed.

CONTENT_FLOWS_FROM
const short CONTENT_FLOWS_FROM = 11;
Description
Content-flows-from relation.

Indicates a content flow between the related objects.

CONTENT_FLOWS_TO
const short CONTENT_FLOWS_TO = 12;
Description
Content-flows-to relation.

Indicates a content flow between the related objects.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.