i2 Notebook SDK
Search results for

    Show/hide table of contents

    What's new in version 1.4

    Version 1.4 of the i2 Notebook API contains new functionality that allows a plug-in to display a modal dialog, so that it can block interactions with the rest of the application while it presents information or questions to a user. The new version also contains updates that cover functional changes to the i2 Notebook application, including clipboard operations and new chart popup menus.

    The following sections list all the new and modified elements in the API, organized by namespace.

    Root namespace

    getDialogApi

    IEntryPointApi

    • showDialog

    dialog namespace

    DialogEventMap

    • action

    DialogEventOptionsMap

    • action

    IDialogAction

    • id

    IDialogActionConfig

    • enabled
    • label

    DialogActionListener

    IDialogApi

    • updateAction
    • submitAndClose
    • close
    • getInitialValue
    • addEventListener
    • removeEventListener

    IDialogConfig

    • name
    • path
    • size
    • initialValue
    • actions

    ISystemDialogActions

    • submit
    • cancel
    • close

    commands namespace

    IChartItemPopupMenuSystemGroups

    • select
    • discover
    • clipboard

    IChartSurfacePopupMenuSystemGroups

    • select
    • clipboard

    ICommandApi

    • chartItemPopupMenu
    • chartSurfacePopupMenu

    IHomeTabSystemGroups

    • clipboard

    ISystemCommands

    • copy
    • cut
    • paste

    toolview namespace

    IToolViewApi

    • showDialog

    Deprecated in version 1.4

    The following elements in the API are deprecated in version 1.4, and might be removed in a future release.

    commands namespace

    ICommandApi

    • chartPopupMenu

      This property is replaced by commands.ICommandApi.chartItemPopupMenu

    IChartPopupMenuSystemGroups

    This interface is replaced by commands.IChartItemPopupMenuSystemGroups

    In this article
    Back to top © N. Harris Computer Corporation