| Package | Description |
|---|---|
| tecgraf.javautils.gui.panel |
| Modifier and Type | Method and Description |
|---|---|
static ExpandablePanel.Position |
ExpandablePanel.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpandablePanel.Position[] |
ExpandablePanel.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExpandablePanel(String title,
boolean showSeparator,
ExpandablePanel.Position controlPosition,
boolean identLeft,
LayoutManager layout)
Construtor.
|
ExpandablePanel(String title,
ExpandablePanel.Position controlPosition)
Constrói um painel que não possui separador, não identa seu conteúdo e cujo
layout manager default é o
GridBagLayout. |
ExpandablePanel(String title,
ExpandablePanel.Position controlPosition,
boolean showSeparator,
boolean identLeft)
Constrói um painel cujo layout manager default é o
GridBagLayout. |
Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.