org.geotools.openoffice
Class MethodInfo

Object
  extended by MethodInfo

public final class MethodInfo
extends Object

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

Since:
2.2
Author:
Martin Desruisseaux (IRD)
Module:

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

Constructor Detail

MethodInfo

public MethodInfo(String category,
                  String display,
                  String description,
                  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 © 1996-2009 Geotools. All Rights Reserved.