Class TocItemLeaf
java.lang.Object
org.gvsig.app.project.documents.view.toc.TocItemLeaf
- All Implemented Interfaces:
Transferable,ITocItem
- Author:
- FJP TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTocItemLeaf(org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol symbol, String description, int layerType) -
Method Summary
-
Field Details
-
INFO_FLAVOR
-
-
Constructor Details
-
TocItemLeaf
public TocItemLeaf(org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol symbol, String description, int layerType) -
TocItemLeaf
public TocItemLeaf()
-
-
Method Details
-
setImageLegend
-
getLabel
-
getIcon
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavorsin interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupportedin interfaceTransferable
-
getTransferData
- Specified by:
getTransferDatain interfaceTransferable- Throws:
UnsupportedFlavorExceptionIOException
-
getSize
-
setSize
-
getSymbol
public org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol getSymbol()- Returns:
- Returns the symbol.
-
getDoubleClickAction
- Specified by:
getDoubleClickActionin interfaceITocItem
-