org.eclipse.cdt.internal.ui.text
Class CHelpBookDescriptor

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.text.CHelpBookDescriptor

public class CHelpBookDescriptor
extends java.lang.Object

This class represents the CHelpBook settings

Since:
2.1

Method Summary
 void enable(boolean enable)
           
 ICHelpBook getCHelpBook()
           
 boolean isEnabled()
           
 boolean matches(ICHelpInvocationContext context)
           
 boolean matches(org.eclipse.core.resources.IProject project)
           
 boolean matches(org.eclipse.cdt.core.model.ITranslationUnit unit)
           
 void serialize(org.w3c.dom.Document doc, org.w3c.dom.Element parentElement)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isEnabled

public boolean isEnabled()

matches

public boolean matches(ICHelpInvocationContext context)

matches

public boolean matches(org.eclipse.core.resources.IProject project)

matches

public boolean matches(org.eclipse.cdt.core.model.ITranslationUnit unit)

enable

public void enable(boolean enable)

getCHelpBook

public ICHelpBook getCHelpBook()

serialize

public void serialize(org.w3c.dom.Document doc,
                      org.w3c.dom.Element parentElement)