public static class SideBySideView.Line extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SideBySideView.Line.Item
Simple representation of a diff element.
|
| Constructor and Description |
|---|
Line() |
| Modifier and Type | Method and Description |
|---|---|
SideBySideView.Line.Item |
getLeft()
Returns the left version of a modificated line.
|
SideBySideView.Line.Item |
getRight()
Returns the right version of a modificated line.
|
difflib.DiffRow.Tag |
getTag() |
boolean |
isEmpty() |
boolean |
isSkipping()
Should we skip this line.
|
void |
setSkipping(boolean skipping)
Sets skipping.
|
void |
setTag(difflib.DiffRow.Tag tag) |
public SideBySideView.Line.Item getLeft()
public SideBySideView.Line.Item getRight()
public boolean isSkipping()
public void setSkipping(boolean skipping)
skipping - skip?public difflib.DiffRow.Tag getTag()
public void setTag(difflib.DiffRow.Tag tag)
tag - the tag to setpublic boolean isEmpty()
Copyright © 2016–2019. All rights reserved.