Class SWTSkinObjectTab

    • Method Detail

      • getActiveWidgetIDs

        public java.lang.String[] getActiveWidgetIDs()
      • getActiveWidgets

        public SWTSkinObject[] getActiveWidgets​(boolean create)
      • setActiveWidgets

        public void setActiveWidgets​(SWTSkinObject[] skinObjects)
      • getActiveWidgetsParent

        public SWTSkinObject getActiveWidgetsParent()
        Retrieve the parent skin object to which the active widgets belong to.
        Returns:
        Parent skin object, or null if it doesn't matter
      • setActiveWidgetsParent

        public void setActiveWidgetsParent​(SWTSkinObject activeWidgetsParent)
        Sets the parent skin object to which the active widgets belong to.

        This is usefull when there are multiple widgets with the same ID

        Parameters:
        activeWidgetsParent -