1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef __com_sun_star_awt_AccessibleTabBarPageList_idl__
21 #define __com_sun_star_awt_AccessibleTabBarPageList_idl__
23 #include
<com
/sun
/star
/accessibility
/XAccessibleContext.idl
>
24 #include
<com
/sun
/star
/accessibility
/XAccessibleEventBroadcaster.idl
>
25 #include
<com
/sun
/star
/accessibility
/XAccessibleComponent.idl
>
26 #include
<com
/sun
/star
/accessibility
/XAccessibleExtendedComponent.idl
>
27 #include
<com
/sun
/star
/accessibility
/XAccessibleSelection.idl
>
29 module com
{ module sun
{ module star
{ module awt
{
31 /** specifies accessibility support for a tabbar page list.
35 service AccessibleTabBarPageList
37 /** This interface gives access to the structural information of a
41 <li>Role: The role of a tabbar page list is
42 com::sun::star::accessibility::AccessibleRole::PAGE_TAB_LIST.</li>
43 <li>Name: There is no name.</li>
44 <li>Description: There is no description.</li>
45 <li>Children: The children of a tabbar page list are tabbar pages,
46 whose accessible context supports the service
47 AccessibleTabBarPage.</li>
48 <li>Parent: The parent of a tabbar page list is the tabbar,
49 whose accessible context supports the service
50 AccessibleTabBar.</li>
51 <li>Relations: There are no relations.</li>
52 <li>States: The states supported by this service are
54 <li>com::sun::star::accessibility::AccessibleStateType::DEFUNC
55 is set if the object has already been disposed
56 and subsequent calls to this object result in
57 com::sun::star::lang::DisposedException
59 <li>com::sun::star::accessibility::AccessibleStateType::ENABLED
60 is set if the object is enabled.</li>
61 <li>com::sun::star::accessibility::AccessibleStateType::SHOWING
62 is set if the object is displayed on the screen.</li>
63 <li>com::sun::star::accessibility::AccessibleStateType::VISIBLE
69 interface ::com
::sun
::star
::accessibility
::XAccessibleContext
;
71 interface ::com
::sun
::star
::accessibility
::XAccessibleEventBroadcaster
;
73 interface ::com
::sun
::star
::accessibility
::XAccessibleComponent
;
75 interface ::com
::sun
::star
::accessibility
::XAccessibleExtendedComponent
;
77 /** This interface gives access to the selectable children of a
80 interface ::com
::sun
::star
::accessibility
::XAccessibleSelection
;
88 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */