Why did the Java Add-in ComboBox not include a reference to the application in the initialize method? The other add-ins get that reference in their corresponding init methods.
I can get the hook for the ComboBox using HookHelper, which gives me IActiveView, IMap and IPageLayout, but just curious why the implementation for this add-in did not give us a reference to IApplication.
I can get the hook for the ComboBox using HookHelper, which gives me IActiveView, IMap and IPageLayout, but just curious why the implementation for this add-in did not give us a reference to IApplication.