AttributeEditorWizard Interface

com.bea.ide.control
AttributeEditorWizard Interface

public interface AttributeEditorWizard

    extends AttributeEditorSimple

Property editors that manage their own dialogs can implement this interface.


All Superinterfaces
AttributeEditorSimple

Method Summary

public Dialog
getDialog(Frame owner)
This will be called instead of getEditorComponent.
 
Methods from interface com.bea.ide.control.AttributeEditorSimple
getEditorComponent, getFormatter, getNewAttributeValue, onFinish
   

Method Detail

getDialog(Frame) Method

public Dialog getDialog(Frame owner)
This will be called instead of getEditorComponent. It will be shown (through a call to the dialog's show method), then onFinish() will be called.