public final class ErrorNodeBean extends Object implements NodeWithDetailsInterface, NodeWithIconsInterface
| Constructor and Description |
|---|
ErrorNodeBean(Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
Icon |
getClosedIcon()
Recupera o ícone para quando o nó não é folha, e está expandido.
|
JPanel |
getDetailsPanel()
Recuperar a instância do painel de detalhes que será exibido à direita da
árvore de componentes.
|
Icon |
getLeafIcon()
Recupera ícone para quando o nó é folha
|
Icon |
getOpenedIcon()
Recupera ícone para quando o nó não é folha, e está fechado.
|
String |
toString() |
public ErrorNodeBean(Throwable error)
public JPanel getDetailsPanel()
NodeWithDetailsInterfacegetDetailsPanel in interface NodeWithDetailsInterfacepublic Icon getClosedIcon()
NodeWithIconsInterfacegetClosedIcon in interface NodeWithIconsInterfacepublic Icon getLeafIcon()
NodeWithIconsInterfacegetLeafIcon in interface NodeWithIconsInterfacepublic Icon getOpenedIcon()
NodeWithIconsInterfacegetOpenedIcon in interface NodeWithIconsInterfaceCopyright © 2014 Tecgraf/PUC-Rio. All Rights Reserved.