@API(type=EXTENDABLE,
src=PUBLIC)
public abstract class ProjectRendererCustomizer
extends java.lang.Object
Constructor and Description |
---|
ProjectRendererCustomizer() |
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getDecorationIcon(java.io.File projectFile)
Get the decoration icon for a certain file shown in the Project view.
|
java.lang.String |
getName(java.io.File projectFile,
java.lang.String defaultName)
Get the custom name for a certain file shown in the Project view.
|
java.lang.String |
getTooltip(java.io.File projectFile,
java.lang.String defaultTooltip)
Get the custom tooltip for a certain file shown in the Project view.
|
public javax.swing.Icon getDecorationIcon(java.io.File projectFile)
projectFile
- The file in the Project view.null
if the default should be used instead. The decoration icon should be about 10x10 pixels.public java.lang.String getTooltip(java.io.File projectFile, java.lang.String defaultTooltip)
projectFile
- The file in the Project view.defaultTooltip
- The default tooltip.null
if the default should be used instead.public java.lang.String getName(java.io.File projectFile, java.lang.String defaultName)
projectFile
- The file in the Project view.defaultName
- The default name.null
if the default should be used instead.© Copyright Syncro Soft SRL 2002 - 2019. All rights reserved.