Public Member Functions

jde.wizards.ClassRegistry Interface Reference

Inheritance diagram for jde.wizards.ClassRegistry:
jde.wizards.MethodFactory jde.wizards.InterfaceFactory jde.wizards.MethodOverrideFactory

List of all members.

Public Member Functions

void registerImport (Class to_import)
NameFactory getNameFactory ()

Detailed Description

Defines interface for class registries.

Author:
Eric D. Friedman
Version:
Revision:
1.26

Member Function Documentation

NameFactory jde.wizards.ClassRegistry.getNameFactory (  ) 

Get the NameFactory service for generating parameter names

Implemented in jde.wizards.MethodFactory.

Referenced by jde.wizards.Signature.getParameters(), and jde.wizards.Signature.toJavaDoc().

void jde.wizards.ClassRegistry.registerImport ( Class  to_import  ) 

Register the specified class with this registry

Implemented in jde.wizards.MethodFactory.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties