public interface DataInterface
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName()
Obtém o nome completo a ser exibido para o dado.
|
Icon |
getIcon()
Obtém o ícone do nó a ser desenhado na árvore de dados.
|
String |
getId()
Obtém o identificador do nó
|
String |
getName()
Obtém o nome do dado.
|
String getName()
String getId()
String getFullName()
Icon getIcon()
Copyright © 2018. All rights reserved.