| java.lang.Object org.pentaho.designstudio.controls.ActionIOContentProvider
ActionIOContentProvider | public class ActionIOContentProvider implements IStructuredContentProvider(Code) | | Content provider used by ActionIOViewer.
author: Angelo Rodriguez |
Constructor Summary | |
public | ActionIOContentProvider(boolean provideInputs) Creates a content provider
Parameters: ioInfo - a description of the inputs or outputs being displayed by the viewer. |
actionDefinition | ActionDefinition actionDefinition(Code) | | |
provideInputs | boolean provideInputs(Code) | | |
ActionIOContentProvider | public ActionIOContentProvider(boolean provideInputs)(Code) | | Creates a content provider
Parameters: ioInfo - a description of the inputs or outputs being displayed by the viewer. Parameters: provideInputs - indicates whether this provider should be providing the inputs or outputs of an action definition. |
dispose | public void dispose()(Code) | | |
inputChanged | public void inputChanged(Viewer viewer, Object oldInput, Object newInput)(Code) | | |
|
|