Content for OpenOffice.org version 3.3.
| Constructors' Details |
createDefault
- Description
- creates a default ObjectInspectorModel, whose one and only handler factory
creates a GenericPropertyHandler.
|
|
createWithHandlerFactories
- Description
- creates a default ObjectInspectorModel, using an externally provided sequence of property handler
factories.
- Parameter handlerFactories
- a sequence of handler factories, as to be provided in the XObjectInspectorModel::HandlerFactories
method.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if the given sequence is empty.
- See also
- XObjectInspectorModel::HandlerFactories
|
|
createWithHandlerFactoriesAndHelpSection
|
| createWithHandlerFactoriesAndHelpSection( |
[in] sequence< any > |
handlerFactories, |
| [in] long |
minHelpTextLines, |
| [in] long |
maxHelpTextLines ) |
| raises( |
::com::sun::star::lang::IllegalArgumentException ); |
- Description
- creates a default ObjectInspectorModel, using an externally provided sequence of property handler
factories, and describing an ObjectInspector which has a help section.
- Parameter handlerFactories
- a sequence of handler factories, as to be provided in the XObjectInspectorModel::HandlerFactories
method.
- Parameter minHelpTextLines
- denotes the minimum number of lines of text to be reserved for the help
section.
- Parameter maxHelpTextLines
- denotes the maximum number of lines of text to be reserved for the help
section.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if handlerFactories is empty.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if minHelpTextLines or maxHelpTextLines are negative,
or if minHelpTextLines is greater than maxHelpTextLines.
- Since
- OOo 2.2
- See also
- XObjectInspectorModel::HandlerFactories, XObjectInspectorModel::HasHelpSection, XObjectInspectorModel::MinHelpTextLines, XObjectInspectorModel::MaxHelpTextLines
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.