CustomWiz.java Sample

This topic inludes the source code for the CustomWiz.java Sample.

Sample Location

This sample is located in the following directory in your WebLogic Workshop installation:

BEA_HOME/weblogic81/samples/workshop/ExtensionDevKit/ControlDevKit/ControlFeatures/insertWizardCustom/

Sample Source Code


1 package insertWizardCustom; 
2 
3 import com.bea.control.Control;
4 
5 public interface CustomWiz extends Control
6 
7