calli has to lease a number befor he can use it within in its own title.
Such number must be freed after using e.g. while the object was closed or
get's another title (e.g. by saving a document to a real location on disc).
has to be used to mark those number as "free for using".
If the reqistered component does not use such leased number any longer
it has to be released so it can be used for new components.
Note: calling this method with an unknown (but normaly valid number)
has to be ignored. No exceptions - no errors.
returns the localized string value to be used for untitles objects in
combination with the leased number.
Note: Such string already contains leading spaces/tabs etcpp. !
The only thing which an outside code has todo then ... adding a leased number
to the string.
calli has to lease a number befor he can use it within in its own title.
Such number must be freed after using e.g. while the object was closed or
get's another title (e.g. by saving a document to a real location on disc).
Parameter xComponent
the component which has to be registered for the leased number.
Returns
the new number for these object or 0 if no further numbers are available.
Throws
[IllegalArgumentException]
if an invalid object reference was provided to this method.
has to be used to mark those number as "free for using".
If the reqistered component does not use such leased number any longer
it has to be released so it can be used for new components.
Note: calling this method with an unknown (but normaly valid number)
has to be ignored. No exceptions - no errors.
Parameter nNumber
specify number for release.
Throws
[IllegalArgumentException]
if the given number is the special value 0.
returns the localized string value to be used for untitles objects in
combination with the leased number.
Note: Such string already contains leading spaces/tabs etcpp. !
The only thing which an outside code has todo then ... adding a leased number
to the string.