org.eclipse.contribution.visualiser.interfaces
Interface IMarkupKind

All Known Implementing Classes:
SimpleMarkupKind

public interface IMarkupKind

Interface for Markup kinds that are displayed in the Visualiser Menu


Method Summary
 org.eclipse.swt.graphics.Image getIcon()
          Get the image to display
 java.lang.String getName()
          Get the name to display
 boolean showInMenu()
          Show this kind in the Visualiser Menu?
 

Method Detail

getName

public java.lang.String getName()
Get the name to display

Returns:
markup kind name

getIcon

public org.eclipse.swt.graphics.Image getIcon()
Get the image to display

Returns:
markup kind image

showInMenu

public boolean showInMenu()
Show this kind in the Visualiser Menu?

Returns:
true if kind should be shown