WebLogic Process Integrator Version 2.0

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
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 Process Integrator Version 2.0

BEA WebLogic Process Integrator is a trademark of BEA Systems, Inc.
Copyright (c) 2001 BEA Systems, Inc.
All rights reserved.