Class SimpleGroupStrategy

java.lang.Object
org.eclipse.nebula.widgets.pgroup.AbstractGroupStrategy
org.eclipse.nebula.widgets.pgroup.SimpleGroupStrategy

public class SimpleGroupStrategy
extends AbstractGroupStrategy
SimpleGroupStrategy adds a seperator to the normal PGroup's image and text.
Since:
1.0
  • Constructor Summary

    Constructors 
    Constructor Description
    SimpleGroupStrategy()
    Deprecated.
    use constructor with PGroup element instead
    SimpleGroupStrategy​(PGroup g)
    Creates a SimpleGroupStrategy with the given toggle and style.
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.swt.graphics.Rectangle computeTrim​(int x, int y, int width, int height)  
    void dispose()  
    org.eclipse.swt.graphics.Rectangle getClientArea()  
    boolean isToggleLocation​(int x, int y)  
    void paint​(org.eclipse.swt.graphics.GC gc)
    Paints the actual group widget.
    void update()  

    Methods inherited from class org.eclipse.nebula.widgets.pgroup.AbstractGroupStrategy

    getGroup, getToolItemArea, initialize

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait