org.erights.e.meta.org.eclipse.swt.widgets
Class CompositeSugar

java.lang.Object
  |
  +--org.erights.e.meta.org.eclipse.swt.widgets.CompositeSugar

public class CompositeSugar
extends Object

Untamed:

Author:
Mark S. Miller

Constructor Summary
private CompositeSugar()
          prevent instantiation
 
Method Summary
static void moveAbove(Composite self, Control above, Control optBelow)
          Enabled: If 'self' is the parent of both 'above' and 'optBelow', then does an 'above.moveAbove(optBelow)'
static void moveBelow(Composite self, Control below, Control optAbove)
          Enabled: If 'self' is the parent of both 'below' and 'optAbove', then does an 'below.moveBelow(optAbove)'
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeSugar

private CompositeSugar()
prevent instantiation

Method Detail

moveAbove

public static void moveAbove(Composite self,
                             Control above,
                             Control optBelow)
Enabled: If 'self' is the parent of both 'above' and 'optBelow', then does an 'above.moveAbove(optBelow)'


moveBelow

public static void moveBelow(Composite self,
                             Control below,
                             Control optAbove)
Enabled: If 'self' is the parent of both 'below' and 'optAbove', then does an 'below.moveBelow(optAbove)'



comments?