public class TabbedPaneLayoutDecoratorConfig extends LayoutDecoratorConfig<JComponent,JComponent,SwingMetawidget>
| Constructor and Description |
|---|
TabbedPaneLayoutDecoratorConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
protected int |
getTabPlacement() |
int |
hashCode() |
TabbedPaneLayoutDecoratorConfig |
setLayout(Layout<JComponent,JComponent,SwingMetawidget> layout)
Overridden to use covariant return type.
|
TabbedPaneLayoutDecoratorConfig |
setTabPlacement(int tabPlacement)
One of SwingConstants.TOP, SwingConstants.BOTTOM, SwingConstants.LEFT or SwingConstants.RIGHT
as defined by JTabbedPane.setTabAlignment.
|
getLayoutpublic TabbedPaneLayoutDecoratorConfig setLayout(Layout<JComponent,JComponent,SwingMetawidget> layout)
setLayout in class LayoutDecoratorConfig<JComponent,JComponent,SwingMetawidget>public TabbedPaneLayoutDecoratorConfig setTabPlacement(int tabPlacement)
public boolean equals(Object that)
equals in class LayoutDecoratorConfig<JComponent,JComponent,SwingMetawidget>public int hashCode()
hashCode in class LayoutDecoratorConfig<JComponent,JComponent,SwingMetawidget>protected int getTabPlacement()
Copyright © 2015. All Rights Reserved.