Language
The Free and Open Productivity Suite
:: com :: sun :: star :: util ::
|
interface XChainable |
|
- Description
- enables the object to be a member of a chain.
|
Methods' Details |
getPredecessor
- Returns
- the previous object in this chain or NULL, if this is the first
object of this chain.
|
|
getSuccessor
- Returns
- the next object in this chain or NULL, if this is the last
object in this chain.
|
|
setSuccessor
- Description
- connects the specified object to this object as the successor in a chain.
This implies that this object will become the predecessor of
xChainable.
|
|
isChainable
boolean |
isChainable( |
[in] XChainable |
xChainable ); |
- Description
- checks if the specified object can be linked to this.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.