public class SeparatorLayoutDecoratorConfig extends LayoutDecoratorConfig<org.eclipse.swt.widgets.Control,org.eclipse.swt.widgets.Composite,SwtMetawidget>
Constructor and Description |
---|
SeparatorLayoutDecoratorConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
protected int |
getAlignment() |
int |
hashCode() |
SeparatorLayoutDecoratorConfig |
setAlignment(int alignment)
One of SWT.LEFT or SWT.RIGHT.
|
SeparatorLayoutDecoratorConfig |
setLayout(Layout<org.eclipse.swt.widgets.Control,org.eclipse.swt.widgets.Composite,SwtMetawidget> layout)
Overridden to use covariant return type.
|
getLayout
public SeparatorLayoutDecoratorConfig setLayout(Layout<org.eclipse.swt.widgets.Control,org.eclipse.swt.widgets.Composite,SwtMetawidget> layout)
setLayout
in class LayoutDecoratorConfig<org.eclipse.swt.widgets.Control,org.eclipse.swt.widgets.Composite,SwtMetawidget>
public SeparatorLayoutDecoratorConfig setAlignment(int alignment)
public boolean equals(Object that)
equals
in class LayoutDecoratorConfig<org.eclipse.swt.widgets.Control,org.eclipse.swt.widgets.Composite,SwtMetawidget>
public int hashCode()
hashCode
in class LayoutDecoratorConfig<org.eclipse.swt.widgets.Control,org.eclipse.swt.widgets.Composite,SwtMetawidget>
protected int getAlignment()
Copyright © 2015. All Rights Reserved.