public class XMLPanelStyleFlow extends XMLPanelStyle
| Constructor and Description |
|---|
XMLPanelStyleFlow()
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.ImageIcon |
getIcon(org.w3c.dom.Node node,
java.lang.String textValue,
int index)
Consulta uma imagem com base em um nó
|
java.util.List<java.lang.String> |
getTipicalFileTypes()
Consulta uma lista típica de tipos de arquivos tratáveis pelo estilo.
|
java.lang.String |
getTreeText(org.w3c.dom.Node node,
java.lang.String textValue,
int index)
Consulta um texto renderizado em árvore com base em um nó
|
getName, getStandardTreeText, isTextPanelNeededpublic java.lang.String getTreeText(org.w3c.dom.Node node,
java.lang.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 javax.swing.ImageIcon getIcon(org.w3c.dom.Node node,
java.lang.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 java.util.List<java.lang.String> getTipicalFileTypes()
getTipicalFileTypes in interface XMLPanelStyleInterfacegetTipicalFileTypes in class XMLPanelStyleCopyright © 2015. All Rights Reserved.