4.3.3 Changes

Contents

API


BitMaskIterator

Description:

ImporterShell

Description: If you compile against this version of the SDK, the behavior of any Importer you have will change. The ImporterShell now calls setWizardSupported(false), which means your importer will no longer show up in the Wizard Builder. This change was made because in general users should be using the "Import Data Set" wizard item instead of adding the importer plug-in directly to a wizard. If your users have existing wizards that used your importer plug-in directly that will continue to work. If you insist on making your importer plug-ins visible to users in the Wizard Builder, simply add setWizardSupported(true) to the constructor of your Importer subclass.

Software Development Kit - Opticks 4.9.0 Build 16218