2003-04-24 11:37:53 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 11:42:03 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2003-04-24 11:37:53 -05:00
|
|
|
*
|
2010-02-12 08:01:35 -06:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2003-04-24 11:37:53 -05:00
|
|
|
*
|
2008-04-10 11:42:03 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2003-04-24 11:37:53 -05:00
|
|
|
*
|
2008-04-10 11:42:03 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2003-04-24 11:37:53 -05:00
|
|
|
*
|
2008-04-10 11:42:03 -05:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2003-04-24 11:37:53 -05:00
|
|
|
*
|
2008-04-10 11:42:03 -05:00
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2003-04-24 11:37:53 -05:00
|
|
|
*
|
2008-04-10 11:42:03 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2003-04-24 11:37:53 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#ifndef __com_sun_star_awt_AccessibleIconChoiceControl_idl__
|
|
|
|
#define __com_sun_star_awt_AccessibleIconChoiceControl_idl__
|
|
|
|
|
|
|
|
#include <com/sun/star/accessibility/AccessibleContext.idl>
|
|
|
|
|
|
|
|
|
|
|
|
module com { module sun { module star { module accessibility {
|
|
|
|
|
2004-06-03 10:56:20 -05:00
|
|
|
published interface XAccessibleSelection;
|
|
|
|
published interface XAccessibleComponent;
|
2003-04-24 11:37:53 -05:00
|
|
|
|
|
|
|
}; }; }; };
|
|
|
|
|
|
|
|
module com { module sun { module star { module awt {
|
|
|
|
|
2003-05-27 05:17:59 -05:00
|
|
|
/** specifies accessibility support for an icon choice control.
|
2003-04-24 11:37:53 -05:00
|
|
|
|
|
|
|
@see com::sun::star::accessibility::AccessibleContext
|
|
|
|
@see com::sun::star::accessibility::XAccessibleComponent
|
2003-06-10 06:05:34 -05:00
|
|
|
|
2004-09-09 09:38:10 -05:00
|
|
|
@since OOo 1.1.2
|
2003-04-24 11:37:53 -05:00
|
|
|
*/
|
2004-06-03 10:56:20 -05:00
|
|
|
published service AccessibleIconChoiceControl
|
2003-04-24 11:37:53 -05:00
|
|
|
{
|
2003-05-27 05:17:59 -05:00
|
|
|
/** This interface gives access to the structural information of an icon choice control:
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>Role: The role of an icon choice control is <const
|
|
|
|
scope="com::sun::star::accessibility"
|
|
|
|
>AccessibleRole::TREE</const>.</li>
|
|
|
|
<li>Name: The name of an icon choice control is IconChoiceControl.</li>
|
|
|
|
<li>Description: The description of an icon choice control is its localized
|
|
|
|
help text.</li>
|
2003-06-20 03:51:30 -05:00
|
|
|
<li>Children: There exists children of type <type scope="com::sun::star::awt">AccessibleIconChoiceControlEntry</type>.
|
2003-05-27 05:17:59 -05:00
|
|
|
</li>
|
|
|
|
<li>Parent: The parent is the window that contains the icon choice control.</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::ACTIVE</const> is set
|
|
|
|
if a child has currently the focus.</li>
|
|
|
|
<li><const scope="com::sun::star::accessibility"
|
|
|
|
>AccessibleStateType::RESIZABLE</const> is set
|
|
|
|
if the object can be resized.</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>
|
|
|
|
<li><const scope="com::sun::star::accessibility"
|
|
|
|
>AccessibleStateType::MANAGES_DESCENDANTS</const> is always set. Children are transient.</li>
|
|
|
|
<li><const scope="com::sun::star::accessibility"
|
2011-01-22 05:23:30 -06:00
|
|
|
>AccessibleStateType::MULTI_SELECTABLE</const> is set when multi selection is enabled.</li>
|
2003-05-27 05:17:59 -05:00
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
*/
|
2003-04-24 11:37:53 -05:00
|
|
|
service com::sun::star::accessibility::AccessibleContext;
|
|
|
|
|
|
|
|
interface com::sun::star::accessibility::XAccessibleComponent;
|
2003-05-27 05:17:59 -05:00
|
|
|
|
|
|
|
/** This interface gives access to the selectable children of a
|
|
|
|
icon choice control.
|
|
|
|
*/
|
2003-04-24 11:37:53 -05:00
|
|
|
interface com::sun::star::accessibility::XAccessibleSelection;
|
|
|
|
};
|
|
|
|
|
|
|
|
}; }; }; };
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|