public abstract class XMLPanelStyle extends java.lang.Object implements XMLPanelStyleInterface
| Constructor and Description |
|---|
XMLPanelStyle()
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
abstract javax.swing.ImageIcon |
getIcon(org.w3c.dom.Node node,
java.lang.String textValue,
int index)
Consulta uma imagem com base em um nó
|
java.lang.String |
getName()
Consulta nome do definidor de layout.
|
protected java.lang.String |
getStandardTreeText(java.lang.String textValue,
int index) |
abstract java.util.List<java.lang.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 java.lang.String getName()
getName in interface XMLPanelStyleInterfaceprotected java.lang.String getStandardTreeText(java.lang.String textValue,
int index)
textValue - texto do nó.index - índicepublic boolean isTextPanelNeeded()
isTextPanelNeeded in interface XMLPanelStyleInterfacepublic abstract java.util.List<java.lang.String> getTipicalFileTypes()
getTipicalFileTypes in interface XMLPanelStyleInterfacepublic abstract javax.swing.ImageIcon getIcon(org.w3c.dom.Node node,
java.lang.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.