Class DiffPreferencesInfo
- java.lang.Object
-
- com.google.gerrit.extensions.client.DiffPreferencesInfo
-
public class DiffPreferencesInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDiffPreferencesInfo.Whitespace
-
Field Summary
Fields Modifier and Type Field Description BooleanautoHideDiffTableHeaderIntegercontextIntegercursorBlinkRatestatic intDEFAULT_CONTEXTDefault number of lines of context.static intDEFAULT_FONT_SIZEDefault font size.static intDEFAULT_LINE_LENGTHDefault line length.static intDEFAULT_TAB_SIZEDefault tab size.BooleanexpandAllCommentsIntegerfontSizeBooleanhideEmptyPaneBooleanhideLineNumbersBooleanhideTopMenuDiffPreferencesInfo.WhitespaceignoreWhitespaceBooleanintralineDifferenceIntegerlineLengthBooleanlineWrappingBooleanmanualReviewBooleanmatchBracketsBooleanrenderEntireFileBooleanretainHeaderBooleanshowLineEndingsBooleanshowTabsBooleanshowWhitespaceErrorsBooleanskipDeletedBooleanskipUnchangedBooleanskipUncommentedBooleansyntaxHighlightingIntegertabSize
-
Constructor Summary
Constructors Constructor Description DiffPreferencesInfo()
-
-
-
Field Detail
-
DEFAULT_CONTEXT
public static final int DEFAULT_CONTEXT
Default number of lines of context.- See Also:
- Constant Field Values
-
DEFAULT_TAB_SIZE
public static final int DEFAULT_TAB_SIZE
Default tab size.- See Also:
- Constant Field Values
-
DEFAULT_FONT_SIZE
public static final int DEFAULT_FONT_SIZE
Default font size.- See Also:
- Constant Field Values
-
DEFAULT_LINE_LENGTH
public static final int DEFAULT_LINE_LENGTH
Default line length.- See Also:
- Constant Field Values
-
context
public Integer context
-
tabSize
public Integer tabSize
-
fontSize
public Integer fontSize
-
lineLength
public Integer lineLength
-
cursorBlinkRate
public Integer cursorBlinkRate
-
expandAllComments
public Boolean expandAllComments
-
intralineDifference
public Boolean intralineDifference
-
manualReview
public Boolean manualReview
-
showLineEndings
public Boolean showLineEndings
-
showTabs
public Boolean showTabs
-
showWhitespaceErrors
public Boolean showWhitespaceErrors
-
syntaxHighlighting
public Boolean syntaxHighlighting
-
hideTopMenu
public Boolean hideTopMenu
-
autoHideDiffTableHeader
public Boolean autoHideDiffTableHeader
-
hideLineNumbers
public Boolean hideLineNumbers
-
renderEntireFile
public Boolean renderEntireFile
-
hideEmptyPane
public Boolean hideEmptyPane
-
matchBrackets
public Boolean matchBrackets
-
lineWrapping
public Boolean lineWrapping
-
ignoreWhitespace
public DiffPreferencesInfo.Whitespace ignoreWhitespace
-
retainHeader
public Boolean retainHeader
-
skipDeleted
public Boolean skipDeleted
-
skipUnchanged
public Boolean skipUnchanged
-
skipUncommented
public Boolean skipUncommented
-
-
Method Detail
-
defaults
public static DiffPreferencesInfo defaults()
-
-