Modifier and Type | Method and Description |
---|---|
LayoutStyle |
GroupLayout.getLayoutStyle()
Returns the LayoutStyle instance to use
|
LayoutStyle |
GroupLayout.getLayoutStyle()
Returns the LayoutStyle instance to use
|
static LayoutStyle |
LayoutStyle.getSharedInstance()
Factory methods for obtaining the current
LayoutStyle
object appropriate for the current look and feel. |
static LayoutStyle |
LayoutStyle.getSharedInstance()
Factory methods for obtaining the current
LayoutStyle
object appropriate for the current look and feel. |
Modifier and Type | Method and Description |
---|---|
void |
GroupLayout.setLayoutStyle(LayoutStyle layoutStyle)
Sets the LayoutStyle this GroupLayout is to use.
|
void |
GroupLayout.setLayoutStyle(LayoutStyle layoutStyle)
Sets the LayoutStyle this GroupLayout is to use.
|
static void |
LayoutStyle.setSharedInstance(LayoutStyle layoutStyle)
Sets the LayoutStyle instance to use for this look and feel.
|
static void |
LayoutStyle.setSharedInstance(LayoutStyle layoutStyle)
Sets the LayoutStyle instance to use for this look and feel.
|