Class PWTab

java.lang.Object
org.eclipse.nebula.widgets.opal.preferencewindow.PWContainer
org.eclipse.nebula.widgets.opal.preferencewindow.PWTab

public class PWTab
extends PWContainer
Instance of this class are tabs
  • Constructor Summary

    Constructors 
    Constructor Description
    PWTab​(org.eclipse.swt.graphics.Image image, java.lang.String text)
    Constructor
  • Method Summary

    Modifier and Type Method Description
    PWContainer add​(PWContainer element)
    Add a container to the current element
    PWContainer add​(PWWidget widget)
    Add a widget to the current element
    void build​(org.eclipse.swt.widgets.Composite parent)
    Build the content of the container
    org.eclipse.swt.graphics.Image getImage()  
    java.lang.String getText()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PWTab

      PWTab​(org.eclipse.swt.graphics.Image image, java.lang.String text)
      Constructor
      Parameters:
      image - image associated to the tab
      text - text associated to the tab
  • Method Details