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 class
DiffPreferencesInfo.Whitespace
-
Field Summary
Fields Modifier and Type Field Description Boolean
autoHideDiffTableHeader
Integer
context
Integer
cursorBlinkRate
static int
DEFAULT_CONTEXT
Default number of lines of context.static int
DEFAULT_FONT_SIZE
Default font size.static int
DEFAULT_LINE_LENGTH
Default line length.static int
DEFAULT_TAB_SIZE
Default tab size.Boolean
expandAllComments
Integer
fontSize
Boolean
hideEmptyPane
Boolean
hideLineNumbers
Boolean
hideTopMenu
DiffPreferencesInfo.Whitespace
ignoreWhitespace
Boolean
intralineDifference
Integer
lineLength
Boolean
lineWrapping
Boolean
manualReview
Boolean
matchBrackets
Boolean
renderEntireFile
Boolean
retainHeader
Boolean
showLineEndings
Boolean
showTabs
Boolean
showWhitespaceErrors
Boolean
skipDeleted
Boolean
skipUnchanged
Boolean
skipUncommented
Boolean
syntaxHighlighting
Integer
tabSize
-
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()
-
-