public class TabFolderLayoutDecoratorConfig extends LayoutDecoratorConfig<org.eclipse.swt.widgets.Control,org.eclipse.swt.widgets.Composite,SwtMetawidget>
Constructor and Description |
---|
TabFolderLayoutDecoratorConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
protected int |
getTabLocation() |
int |
hashCode() |
TabFolderLayoutDecoratorConfig |
setLayout(Layout<org.eclipse.swt.widgets.Control,org.eclipse.swt.widgets.Composite,SwtMetawidget> layout)
Overridden to use covariant return type.
|
TabFolderLayoutDecoratorConfig |
setTabLocation(int tabLocation)
One of SWT.TOP or SWT.BOTTOM.
|
getLayout
public TabFolderLayoutDecoratorConfig 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 TabFolderLayoutDecoratorConfig setTabLocation(int tabLocation)
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 getTabLocation()
Copyright © 2015. All Rights Reserved.