WebLogic Integration


com.bea.wlpi.common.plugin
Interface PluginVariableRenderer


public interface PluginVariableRenderer

Defines a plugin-provided GUI component for displaying the value of a plugin-defined variable type. The component is displayed within the cell of a JTable. Although this interface cannot mandate it, classes implementing this interface must be subclasses of java.awt.Component.

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

Method Summary
 void setValue(java.lang.Object value)
          Set the variable to display.
 java.lang.String toString()
          Provide a string representation of the value for archiving purposes.
 

Method Detail

setValue

public void setValue(java.lang.Object value)
Set the variable to display. The value is null, or an instance of the class declared in the corresponding VariableTypeInfo object.

Parameters:
value - The value to display.

toString

public java.lang.String toString()
Provide a string representation of the value for archiving purposes.

Returns:
String representation of the variable value.
Overrides:
toString in class java.lang.Object
Since:
Weblogic Integration 7.0 SP2

WebLogic Integration

WebLogic Integration (WLI)