19 #ifndef __com_sun_star_awt_XSimpleTabController_idl__
20 #define __com_sun_star_awt_XSimpleTabController_idl__
28 module com { module sun { module star { module awt {
53 void removeTab( [in]
long ID )
88 void setTabProps( [in]
long ID ,
89 [in] sequence< com::sun::star::beans::NamedValue > Properties )
100 sequence< com::sun::star::beans::NamedValue > getTabProps( [in]
long ID )
115 void activateTab( [in]
long ID )
123 long getActiveTabID();
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:34
such listener will be informed if tab's was inserted/removed from an XSimpleTabController instance or...
Definition: XTabListener.idl:33
base interface of all UNO interfaces
Definition: XInterface.idl:47
specifies the basic operations for a tab controller, but does not require XControl as type of tabs...
Definition: XSimpleTabController.idl:34