Interface IToolUI2

All Superinterfaces:
IToolUI

public interface IToolUI2 extends IToolUI
Interface that may be implemented by beans that are managing tool UI extensions. This is the second version, extending IToolUI.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    prepare(ICCToolSet ccToolSet)
     

    Methods inherited from interface org.eclnt.editor.tools.IToolUI

    prepare
  • Method Details