|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.rssowl.util.shop.LayoutDataShop
Factory class for some LayoutData concerns in RSSOwl
| Constructor Summary | |
private |
LayoutDataShop()
This utility class constructor is hidden |
| Method Summary | |
static org.eclipse.swt.layout.FormData |
createFormData(int marginLeft,
int marginRight,
int marginTop,
int marginBottom)
Create a new FormData with the given Parameters |
static org.eclipse.swt.layout.GridData |
createGridData(int style,
int horizontalSpan)
Create a new GridData with the given parameters |
static org.eclipse.swt.layout.GridData |
createGridData(int style,
int horizontalSpan,
int widthHint)
Create a new GridData with the given parameters |
static org.eclipse.swt.layout.GridData |
createGridData(int style,
int horizontalSpan,
int widthHint,
int heightHint)
Create a new GridData with the given parameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
private LayoutDataShop()
| Method Detail |
public static org.eclipse.swt.layout.FormData createFormData(int marginLeft,
int marginRight,
int marginTop,
int marginBottom)
marginLeft - Margin in pixel to the leftmarginRight - Margin in pixel to the rightmarginTop - Margin in pixel to the topmarginBottom - Margin in pixel to the bottom
public static org.eclipse.swt.layout.GridData createGridData(int style,
int horizontalSpan)
style - GridData stylehorizontalSpan - Horizontal span
public static org.eclipse.swt.layout.GridData createGridData(int style,
int horizontalSpan,
int widthHint)
style - GridData stylehorizontalSpan - Horizontal spanwidthHint - Width hint in pixel
public static org.eclipse.swt.layout.GridData createGridData(int style,
int horizontalSpan,
int widthHint,
int heightHint)
style - GridData stylehorizontalSpan - Horizontal spanwidthHint - Width hint in pixelheightHint - Height hint in pixel
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||