Kaydet (Commit) 63871a04 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS uno4 (1.2.4); FILE MERGED

2003/05/05 15:49:55 tbe 1.2.4.1: #109171# Document accessibility service descriptions in ::com::sun::star::awt
üst 0057e38f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessibleStatusBar.idl,v $ * $RCSfile: AccessibleStatusBar.idl,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: vg $ $Date: 2003-04-24 17:39:43 $ * last change: $Author: vg $ $Date: 2003-05-22 09:29:18 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -78,15 +78,18 @@ ...@@ -78,15 +78,18 @@
module com { module sun { module star { module awt { module com { module sun { module star { module awt {
/** specifies accessibility support for a status bar. /** specifies accessibility support for a status bar.
@since #108645#
*/ */
service AccessibleStatusBar service AccessibleStatusBar
{ {
/** This interface gives access to the structural information of a status bar: /** This interface gives access to the structural information of a
status bar:
<ul> <ul>
<li>Role: The role of a status bar is <const <li>Role: The role of a status bar is <const
scope="com::sun::star::accessibility" scope="com::sun::star::accessibility"
>AccessibleRole::STATUSBAR</const>.</li> >AccessibleRole::STATUS_BAR</const>.</li>
<li>Name: There is no name.</li> <li>Name: There is no name.</li>
<li>Description: There is no description.</li> <li>Description: There is no description.</li>
<li>Children: The children of a status bar are status bar items, <li>Children: The children of a status bar are status bar items,
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessibleStatusBarItem.idl,v $ * $RCSfile: AccessibleStatusBarItem.idl,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: vg $ $Date: 2003-04-24 17:39:52 $ * last change: $Author: vg $ $Date: 2003-05-22 09:29:37 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -81,10 +81,13 @@ ...@@ -81,10 +81,13 @@
module com { module sun { module star { module awt { module com { module sun { module star { module awt {
/** specifies accessibility support for a status bar item. /** specifies accessibility support for a status bar item.
@since #108645#
*/ */
service AccessibleStatusBarItem service AccessibleStatusBarItem
{ {
/** This interface gives access to the structural information of a status bar item: /** This interface gives access to the structural information of a
status bar item:
<ul> <ul>
<li>Role: The role of a status bar item is <const <li>Role: The role of a status bar item is <const
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessibleTabPage.idl,v $ * $RCSfile: AccessibleTabPage.idl,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: vg $ $Date: 2003-04-24 17:40:45 $ * last change: $Author: vg $ $Date: 2003-05-22 09:31:25 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -78,13 +78,64 @@ ...@@ -78,13 +78,64 @@
module com { module sun { module star { module awt { module com { module sun { module star { module awt {
/** specifies accessibility support for a tab page. /** specifies accessibility support for a tab page.
@since #108645#
*/ */
service AccessibleTabPage service AccessibleTabPage
{ {
/** This interface gives access to the structural information of a
tab page:
<ul>
<li>Role: The role of a tab page is <const
scope="com::sun::star::accessibility"
>AccessibleRole::PAGE_TAB</const>.</li>
<li>Name: The name of a tab page is the localized tab page text.</li>
<li>Description: The description of a tab page is its localized
help text.</li>
<li>Children: The children of a tab page are controls.</li>
<li>Parent: The parent of a tab page is the tab control,
whose accessible context supports the service
<type>AccessibleTabControl</type>.</li>
<li>Relations: There are no relations.</li>
<li>States: The states supported by this service are
<ul>
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::DEFUNC</const>
is set if the object has already been disposed
and subsequent calls to this object result in
<type scope="com::sun::star::lang">DisposedException</type>
exceptions.</li>
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::ENABLED</const> is set
if the object is enabled.</li>
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::FOCUSABLE</const> is always set.</li>
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::FOCUSED</const> is set
if the object currently has the keyboard focus.</li>
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::SELECTABLE</const> is always set.</li>
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::SELECTED</const> is set
if the object is selected.</li>
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::SHOWING</const> is set
if the object is displayed on the screen.</li>
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::VISIBLE</const> is always set.</li>
</ul>
</li>
</ul>
*/
interface ::com::sun::star::accessibility::XAccessibleContext; interface ::com::sun::star::accessibility::XAccessibleContext;
interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster; interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
interface ::com::sun::star::accessibility::XAccessibleComponent; interface ::com::sun::star::accessibility::XAccessibleComponent;
interface ::com::sun::star::accessibility::XAccessibleExtendedComponent; interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
}; };
}; }; }; }; }; }; }; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment