|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPlotCommitProvider
This interface represents classes that are able to create graphically representable plot commits for
HistoryInfo objects.
| Method Summary | |
|---|---|
IPlotCommit |
getCommitFor(HistoryInfo info,
boolean isReal)
Gets a plot commit for the provided history info. |
void |
refresh(List<HistoryInfo> newInfos)
Sets a new list of HistoryInfo objects for the same input. |
| Method Detail |
|---|
IPlotCommit getCommitFor(HistoryInfo info,
boolean isReal)
info - The history info for which the plot commit shall be retrieved.isReal - Determines the 'real' status of the returned commit. See
IPlotCommit.setIsRealCommit(boolean)
void refresh(List<HistoryInfo> newInfos)
HistoryInfo objects for the same input. This keeps e.g. branch colors etc.
newInfos - The update HistoryInfo list.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||