public final class FacetNodeBean extends Object implements NodeWithIconsInterface, Transferable, NodeWithHelpTipInterface
| Modifier and Type | Class and Description |
|---|---|
static class |
FacetNodeBean.TransferableFacetDescription |
| Modifier and Type | Field and Description |
|---|---|
static DataFlavor |
FACET_DESCRIPTION_DATA_FLAVOR |
| Constructor and Description |
|---|
FacetNodeBean(Connection cnn,
FacetDescription facetDescription) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureHelpTip(TipPanelInterface tipPanel)
Evento acionado quando o usuário seleciona o nó, com o objetivo
de configurar o painel de dicas.
|
boolean |
equals(Object obj) |
Icon |
getClosedIcon()
Recupera o ícone para quando o nó não é folha, e está expandido.
|
FacetDescription |
getFacetDescription() |
Icon |
getLeafIcon()
Recupera ícone para quando o nó é folha
|
Icon |
getOpenedIcon()
Recupera ícone para quando o nó não é folha, e está fechado.
|
Object |
getTransferData(DataFlavor flavor) |
DataFlavor[] |
getTransferDataFlavors() |
int |
hashCode() |
boolean |
isDataFlavorSupported(DataFlavor flavor) |
String |
toString() |
public static final DataFlavor FACET_DESCRIPTION_DATA_FLAVOR
public FacetNodeBean(Connection cnn,
FacetDescription facetDescription)
public final FacetDescription getFacetDescription()
public Icon getClosedIcon()
NodeWithIconsInterfacegetClosedIcon in interface NodeWithIconsInterfacepublic Icon getLeafIcon()
NodeWithIconsInterfacegetLeafIcon in interface NodeWithIconsInterfacepublic Icon getOpenedIcon()
NodeWithIconsInterfacegetOpenedIcon in interface NodeWithIconsInterfacepublic Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException, IOException
getTransferData in interface TransferableUnsupportedFlavorExceptionIOExceptionpublic DataFlavor[] getTransferDataFlavors()
getTransferDataFlavors in interface Transferablepublic boolean isDataFlavorSupported(DataFlavor flavor)
isDataFlavorSupported in interface Transferablepublic void configureHelpTip(TipPanelInterface tipPanel)
NodeWithHelpTipInterfaceTipPanelInterface.setTips(String[], String[]).configureHelpTip in interface NodeWithHelpTipInterfacetipPanel - Instância do painel de dicas.Copyright © 2014 Tecgraf/PUC-Rio. All Rights Reserved.