WebLogic Integration


com.bea.wlpi.common.plugin
Class TemplatePropertiesInfo

java.lang.Object
  |
  +--com.bea.wlpi.common.plugin.InfoObject
        |
        +--com.bea.wlpi.common.plugin.TemplatePropertiesInfo

public class TemplatePropertiesInfo
extends InfoObject

Defines the plugin-provided GUI component for plugin template properties. Used by the 'Template Definition' properties dialog.

Since:
WebLogic Process Integrator 2.0
Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Field Summary
static int KEY_DATA
          Key value to retrieve the PluginData implementation class name.
static int KEY_PANEL
          Key value to retrieve the PluginPanel implementation class name.
 
Fields inherited from class com.bea.wlpi.common.plugin.InfoObject
classNames, description, ID, name, pluginName
 
Constructor Summary
TemplatePropertiesInfo(java.lang.String pluginName, java.lang.String name, java.lang.String description, java.lang.String[] classNames)
          Create a new TemplatePropertiesInfo object.
 
Methods inherited from class com.bea.wlpi.common.plugin.InfoObject
compareTo, equals, getClassName, getDescription, getID, getName, getPluginName, imageStreamToByteArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY_DATA

public static final int KEY_DATA
Key value to retrieve the PluginData implementation class name.

KEY_PANEL

public static final int KEY_PANEL
Key value to retrieve the PluginPanel implementation class name.
Constructor Detail

TemplatePropertiesInfo

public TemplatePropertiesInfo(java.lang.String pluginName,
                              java.lang.String name,
                              java.lang.String description,
                              java.lang.String[] classNames)
Create a new TemplatePropertiesInfo object.

Parameters:
pluginName - The reverse-DNS name of the plugin supplying this TemplatePropertiesInfo.
name - The localized name of this TemplatePropertiesInfo. This string is displayed in the corresponding tab in the template properties dialog.
description - The localized description of this TemplatePropertiesInfo.
classNames - A two-element array to identify plugin-supplied classes related to this object. The array contains one entry for each of the KEY_* values listed above. The value for each entry is the corresponding fully qualified Java class name.

WebLogic Integration

WebLogic Integration (WLI)