| java.lang.Object org.geotools.openoffice.MethodInfo
MethodInfo | final public class MethodInfo (Code) | | Information about a method to be exported as OpenOffice
add-in.
since: 2.2 version: $Id: MethodInfo.java 20771 2006-07-31 12:52:44Z jgarnett $ author: Martin Desruisseaux |
arguments | final String[] arguments(Code) | | Arguments names (even index) and descriptions (odd index).
|
description | final String description(Code) | | A description of the exported method.
|
MethodInfo | public MethodInfo(String category, String display, String description, String[] arguments)(Code) | | Constructs method informations.
Parameters: category - The category name. Parameters: display - The display name. Parameters: description - A description of the exported method. Parameters: arguments - Arguments names (even index) and descriptions (odd index). |
|
|