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.
 

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.

WebLogic Integration

WebLogic Integration (WLI)