Process UI Toolkit API

filenet.vw.toolkit.runtime.step
Interface IVWStepProcessor


public interface IVWStepProcessor

This class defines an interface for Step Processor classes. This class must be implemented by all "main" Step Processor classes.

Since:
IWWS1.00

Method Summary
 void setTitle(java.lang.String windowTitle)
          Sets the title of this window.
 

Method Detail

setTitle

public void setTitle(java.lang.String windowTitle)
Sets the title of this window.
Parameters:
windowTitle - A string value containing the title that is to appear in the title bar of the window.
Since:
IWWS1.00


Copyright © 2002, 2003 FileNet Corporation. All rights reserved.