Uses of Class
org.eclipse.jgit.awtui.SwingCommitList.SwingLane
Packages that use SwingCommitList.SwingLane
-
Uses of SwingCommitList.SwingLane in org.eclipse.jgit.awtui
Fields in org.eclipse.jgit.awtui with type parameters of type SwingCommitList.SwingLaneModifier and TypeFieldDescription(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.SwingLaneModifier and TypeMethodDescriptionprotected SwingCommitList.SwingLane
SwingCommitList.createLane()
Create a newPlotLane
appropriate for this particularPlotCommitList
.Methods in org.eclipse.jgit.awtui with parameters of type SwingCommitList.SwingLaneModifier and TypeMethodDescriptionprotected 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.SwingLaneModifier and TypeMethodDescription(package private) PersonIdent
CommitGraphPane.CommitTableModel.authorFor
(PlotCommit<SwingCommitList.SwingLane> c) (package private) void
AWTPlotRenderer.paint
(Graphics in, PlotCommit<SwingCommitList.SwingLane> commit)