The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

:: com :: sun :: star :: util ::

interface XChainable
Description
enables the object to be a member of a chain.

Methods' Summary
getPredecessor  
getSuccessor  
setSuccessor connects the specified object to this object as the successor in a chain.  
isChainable checks if the specified object can be linked to this.  
Methods' Details
getPredecessor
XChainable
getPredecessor();

Returns
the previous object in this chain or NULL, if this is the first object of this chain.
getSuccessor
XChainable
getSuccessor();

Returns
the next object in this chain or NULL, if this is the last object in this chain.
setSuccessor
void
setSuccessor( [in] XChainable  xChainable )
raises( ::com::sun::star::lang::IllegalArgumentException );

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

Apache Feather

Copyright & License | Privacy | Contact Us | Donate

Apache, the Apache feather logo, and OpenOffice are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.