Interface IGuiPluginCompositeWidgetsListener

    • Method Detail

      • widgetsCreated

        void widgetsCreated​(GuiCompositeWidgets compositeWidgets)
        This method is called when all the widgets are created
        Parameters:
        compositeWidgets -
      • widgetsPopulated

        void widgetsPopulated​(GuiCompositeWidgets compositeWidgets)
        This method is called when all the widgets have received data, right before they're shown
        Parameters:
        compositeWidgets -
      • widgetModified

        void widgetModified​(GuiCompositeWidgets compositeWidgets,
                            org.eclipse.swt.widgets.Control changedWidget,
                            String widgetId)
        This method is called when a widget was modified
        Parameters:
        compositeWidgets - All the widgets to reference
        changedWidget - The widget that got changed
        widgetId - The ID of the widget changed.
      • persistContents

        void persistContents​(GuiCompositeWidgets compositeWidgets)
        Will be called when the changed data needs to be persisted
        Parameters:
        compositeWidgets - The widgets