org.eclipse.cdt.internal.ui.text.comment
Class CommentFormattingContext

java.lang.Object
  extended by org.eclipse.jface.text.formatter.FormattingContext
      extended by org.eclipse.cdt.internal.ui.text.comment.CommentFormattingContext
All Implemented Interfaces:
org.eclipse.jface.text.formatter.IFormattingContext

public class CommentFormattingContext
extends org.eclipse.jface.text.formatter.FormattingContext

Formatting context for the comment formatter.

Since:
4.0

Constructor Summary
CommentFormattingContext()
           
 
Method Summary
 
Methods inherited from class org.eclipse.jface.text.formatter.FormattingContext
dispose, getPreferenceKeys, getProperty, isBooleanPreference, isDoublePreference, isFloatPreference, isIntegerPreference, isLongPreference, isStringPreference, mapToStore, setProperty, storeToMap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentFormattingContext

public CommentFormattingContext()