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. lastCommitMethods in org.eclipse.jgit.awtui that return SwingCommitList.SwingLane Modifier and Type Method Description protected SwingCommitList.SwingLaneSwingCommitList. createLane()Create a newPlotLaneappropriate for this particularPlotCommitList.Methods in org.eclipse.jgit.awtui with parameters of type SwingCommitList.SwingLane Modifier and Type Method Description protected java.awt.ColorAWTPlotRenderer. laneColor(SwingCommitList.SwingLane myLane)Obtain the color reference used to paint this lane.protected voidSwingCommitList. 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) PersonIdentCommitGraphPane.CommitTableModel. authorFor(PlotCommit<SwingCommitList.SwingLane> c)(package private) voidAWTPlotRenderer. paint(java.awt.Graphics in, PlotCommit<SwingCommitList.SwingLane> commit)
-