Class SWTSkinObjectTab

All Implemented Interfaces:
ObfuscateImage, PluginUISWTSkinObject, SWTSkinObject, EventListener, org.eclipse.swt.events.PaintListener, org.eclipse.swt.internal.SWTEventListener

public class SWTSkinObjectTab extends SWTSkinObjectContainer
  • Field Details

  • Constructor Details

  • Method Details

    • getActiveWidgetIDs

      public 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 useful when there are multiple widgets with the same ID

      Parameters:
      activeWidgetsParent -
    • getTabset

      public SWTSkinTabSet getTabset()
    • setTabset

      public void setTabset(SWTSkinTabSet tabset)