|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.meta.org.eclipse.swt.widgets.CompositeSugar
Untamed:
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 |
private CompositeSugar()
Method Detail |
public static void moveAbove(Composite self, Control above, Control optBelow)
moveAbove
(optBelow)'
public static void moveBelow(Composite self, Control below, Control optAbove)
moveBelow
(optAbove)'
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |