Uses of Class
org.eclipse.jgit.awtui.SwingCommitList.SwingLane
-
Packages that use SwingCommitList.SwingLane Package Description org.eclipse.jgit.awtui -
-
Uses of SwingCommitList.SwingLane in org.eclipse.jgit.awtui
Fields in org.eclipse.jgit.awtui with type parameters of type SwingCommitList.SwingLane Modifier and Type Field Description (package private) PlotCommit<SwingCommitList.SwingLane>
CommitGraphPane.GraphCellRender. commit
(package private) PlotCommit<SwingCommitList.SwingLane>
CommitGraphPane.CommitTableModel. lastCommit
Methods in org.eclipse.jgit.awtui that return SwingCommitList.SwingLane Modifier and Type Method Description protected SwingCommitList.SwingLane
SwingCommitList. createLane()
Create a newPlotLane
appropriate for this particularPlotCommitList
.Methods in org.eclipse.jgit.awtui with parameters of type SwingCommitList.SwingLane Modifier and Type Method Description protected java.awt.Color
AWTPlotRenderer. laneColor(SwingCommitList.SwingLane myLane)
Obtain the color reference used to paint this lane.protected void
SwingCommitList. recycleLane(SwingCommitList.SwingLane lane)
Return colors and other reusable information to the plotter when a lane is no longer needed.Method parameters in org.eclipse.jgit.awtui with type arguments of type SwingCommitList.SwingLane Modifier and Type Method Description (package private) PersonIdent
CommitGraphPane.CommitTableModel. authorFor(PlotCommit<SwingCommitList.SwingLane> c)
(package private) void
AWTPlotRenderer. paint(java.awt.Graphics in, PlotCommit<SwingCommitList.SwingLane> commit)
-