org.geotools.openoffice
Class MethodInfo

java.lang.Object
  extended byorg.geotools.openoffice.MethodInfo

public final class MethodInfo
extends java.lang.Object

Information about a method to be exported as OpenOffice add-in.

Since:
2.2
Version:
$Id: MethodInfo.java 17661 2006-01-18 07:55:11Z desruisseaux $
Author:
Martin Desruisseaux

Constructor Summary
MethodInfo(java.lang.String category, java.lang.String display, java.lang.String description, java.lang.String[] arguments)
          Constructs method informations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfo

public MethodInfo(java.lang.String category,
                  java.lang.String display,
                  java.lang.String description,
                  java.lang.String[] arguments)
Constructs method informations.

Parameters:
category - The category name.
display - The display name.
description - A description of the exported method.
arguments - Arguments names (even index) and descriptions (odd index).


Copyright © GeoTools. All Rights Reserved.