WebLogic Integration


com.bea.wlpi.common.plugin
Class TemplateDefinitionPropertiesInfo

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

public class TemplateDefinitionPropertiesInfo
extends InfoObject

Defines the GUI component for plugin template definition 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 class name.
 
Fields inherited from class com.bea.wlpi.common.plugin.InfoObject
classNames, description, ID, name, pluginName
 
Constructor Summary
TemplateDefinitionPropertiesInfo(java.lang.String pluginName, java.lang.String name, java.lang.String description, java.lang.String[] classNames)
          Create a new TemplateDefinitionPropertiesInfo 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 class name.
Constructor Detail

TemplateDefinitionPropertiesInfo

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

Parameters:
pluginName - The reverse-DNS name of the plugin supplying this TemplateDefinitionPropertiesInfo.
name - The localized name of this TemplateDefinitionPropertiesInfo. This string is displayed in the corresponding tab in the template definition properties dialog.
description - The localized description of this TemplateDefinitionPropertiesInfo.
icon - The icon for this start node type.
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)