public class XMLPanelStyleFlow extends XMLPanelStyle
| Constructor and Description |
|---|
XMLPanelStyleFlow()
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
ImageIcon |
getIcon(Node node,
String textValue,
int index)
Consulta uma imagem com base em um nó
|
List<String> |
getTipicalFileTypes()
Consulta uma lista típica de tipos de arquivos tratáveis pelo estilo.
|
String |
getTreeText(Node node,
String textValue,
int index)
Consulta um texto renderizado em árvore com base em um nó
|
getName, getStandardTreeText, isTextPanelNeededpublic String getTreeText(Node node, String textValue, int index)
node - nó.textValue - valor textual do nóindex - índice do nó em relação ao pai (negativo se for raiz).public ImageIcon getIcon(Node node, String textValue, int index)
getIcon in interface XMLPanelStyleInterfacegetIcon in class XMLPanelStylenode - nó.textValue - valor textual do nóindex - índice do nó em relação ao pai (negativo se for raiz).public List<String> getTipicalFileTypes()
getTipicalFileTypes in interface XMLPanelStyleInterfacegetTipicalFileTypes in class XMLPanelStyleCopyright © 2016. All rights reserved.