Interface INode
-
public interface INode
- Author:
- Actuate Corporation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHelpContent
getHelp()
org.eclipse.swt.graphics.Image
getIcon()
java.lang.String
getLabel()
java.lang.String
getPath()
-
-
-
Method Detail
-
getHelp
IHelpContent getHelp()
-
getLabel
java.lang.String getLabel()
-
getPath
java.lang.String getPath()
-
getIcon
org.eclipse.swt.graphics.Image getIcon()
-
-