Package | Description |
---|---|
org.eclipse.jgit.awtui | |
org.eclipse.jgit.revplot |
Building/rendering revision graphs.
|
Modifier and Type | Field and Description |
---|---|
(package private) PlotCommit<SwingCommitList.SwingLane> |
CommitGraphPane.GraphCellRender.commit |
(package private) PlotCommit<SwingCommitList.SwingLane> |
CommitGraphPane.CommitTableModel.lastCommit |
Modifier and Type | Method and Description |
---|---|
(package private) PersonIdent |
CommitGraphPane.CommitTableModel.authorFor(PlotCommit<SwingCommitList.SwingLane> c) |
(package private) void |
AWTPlotRenderer.paint(java.awt.Graphics in,
PlotCommit<SwingCommitList.SwingLane> commit) |
Modifier and Type | Field and Description |
---|---|
(package private) PlotCommit[] |
PlotCommit.children |
(package private) static PlotCommit[] |
PlotCommit.NO_CHILDREN |
Modifier and Type | Method and Description |
---|---|
PlotCommit |
PlotCommit.getChild(int nth)
Get the nth child from this commit's child list.
|
Modifier and Type | Method and Description |
---|---|
private static void |
PlotCommitList.addBlockedPosition(java.util.BitSet blockedPositions,
PlotCommit rObj) |
(package private) void |
PlotCommit.addChild(PlotCommit c) |
private void |
PlotCommitList.continueActiveLanes(PlotCommit currCommit) |
private void |
PlotCommitList.drawLaneToChild(int commitIndex,
PlotCommit child,
PlotLane laneToContinue)
Connects the commit at commitIndex to the child, using the given lane.
|
protected void |
PlotCommitList.enter(int index,
PlotCommit<L> currCommit)
Optional callback invoked when commits enter the list by fillTo.
|
void |
PlotCommitList.findPassingThrough(PlotCommit<L> currCommit,
java.util.Collection<L> result)
Find the set of lanes passing through a commit's row.
|
private void |
PlotCommitList.handleBlockedLanes(int index,
PlotCommit currCommit,
PlotCommit childOnLane)
Sets up fork and merge information in the involved PlotCommits.
|
private void |
PlotCommitList.handleBlockedLanes(int index,
PlotCommit currCommit,
PlotCommit childOnLane)
Sets up fork and merge information in the involved PlotCommits.
|
private PlotLane |
PlotCommitList.handleMerge(int index,
PlotCommit currCommit,
PlotCommit childOnLane,
PlotCommit child,
PlotLane laneToUse) |
private PlotLane |
PlotCommitList.handleMerge(int index,
PlotCommit currCommit,
PlotCommit childOnLane,
PlotCommit child,
PlotLane laneToUse) |
private PlotLane |
PlotCommitList.handleMerge(int index,
PlotCommit currCommit,
PlotCommit childOnLane,
PlotCommit child,
PlotLane laneToUse) |
boolean |
PlotCommit.isChild(PlotCommit c)
Determine if the given commit is a child (descendant) of this commit.
|
protected void |
AbstractPlotRenderer.paintCommit(PlotCommit<TLane> commit,
int h)
Paint one commit using the underlying graphics library.
|
private void |
PlotCommitList.setupChildren(PlotCommit<L> currCommit) |