activate the specified tab.
@descr The new tab will be activated and all listener will get an event describing this.
Of course there will be an event too, which notify's listener about the deactivation
of the last active tab.
change some properties of the specified tab.
@descr Such properties can be:
Property
Type
Description
Title
string
the title of the tab, which is shown at the UI.
Position
int
describe the order of this tab in relation to all other tabs inside this control.
@attention Not all properties must be supported by all implementations of this interface.
Of course some important ones should be handled by every implementation ...
as e.g. "Title".
Parameter ID
the ID of the tab, which should be changed.
Throws
::com::sun::star::lang::IndexOutOfBoundsException
if the specified ID isnt used inside this tab controller.
activate the specified tab.
@descr The new tab will be activated and all listener will get an event describing this.
Of course there will be an event too, which notify's listener about the deactivation
of the last active tab.
Parameter ID
the ID of the new active tab.
Throws
::com::sun::star::lang::IndexOutOfBoundsException
if the specified ID isnt used inside this tab controller.