public abstract class XMLPanelStyle extends Object implements XMLPanelStyleInterface
| Constructor and Description |
|---|
XMLPanelStyle()
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
abstract ImageIcon |
getIcon(Node node,
String textValue,
int index)
Consulta uma imagem com base em um nó
|
String |
getName()
Consulta nome do definidor de layout.
|
protected String |
getStandardTreeText(String textValue,
int index) |
abstract List<String> |
getTipicalFileTypes()
Consulta uma lista típica de tipos de arquivos tratáveis pelo estilo.
|
boolean |
isTextPanelNeeded()
Indica que o um painel de dados textuais de um nó é necessário para o
estilo.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTreeTextpublic final String getName()
getName in interface XMLPanelStyleInterfaceprotected String getStandardTreeText(String textValue, int index)
textValue - texto do nó.index - índicepublic boolean isTextPanelNeeded()
isTextPanelNeeded in interface XMLPanelStyleInterfacepublic abstract List<String> getTipicalFileTypes()
getTipicalFileTypes in interface XMLPanelStyleInterfacepublic abstract ImageIcon getIcon(Node node, String textValue, int index)
getIcon in interface XMLPanelStyleInterfacenode - nó.textValue - valor textual do nóindex - índice do nó em relação ao pai (negativo se for raiz).Copyright © 2018. All rights reserved.