public class SeparatorLayoutDecoratorConfig extends LayoutDecoratorConfig<JComponent,JComponent,SwingMetawidget>
| 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 SwingConstants.LEFT or SwingConstants.RIGHT.
|
SeparatorLayoutDecoratorConfig |
setLayout(Layout<JComponent,JComponent,SwingMetawidget> layout)
Overridden to use covariant return type.
|
getLayoutpublic SeparatorLayoutDecoratorConfig setLayout(Layout<JComponent,JComponent,SwingMetawidget> layout)
setLayout in class LayoutDecoratorConfig<JComponent,JComponent,SwingMetawidget>public SeparatorLayoutDecoratorConfig setAlignment(int alignment)
public boolean equals(Object that)
equals in class LayoutDecoratorConfig<JComponent,JComponent,SwingMetawidget>public int hashCode()
hashCode in class LayoutDecoratorConfig<JComponent,JComponent,SwingMetawidget>protected int getAlignment()
Copyright © 2015. All Rights Reserved.