class Glog extends RevWalkTextBuiltin
TextBuiltin.TerminatedByHelpException| Modifier and Type | Field and Description |
|---|---|
(package private) javax.swing.JFrame |
frame |
(package private) CommitGraphPane |
graphPane |
all, count, objects, outbuffer, parents, pathFilter, walk| Constructor and Description |
|---|
Glog() |
| Modifier and Type | Method and Description |
|---|---|
protected RevWalk |
createWalk()
Create RevWalk
|
private java.lang.String |
repoName() |
protected void |
show(RevCommit c)
"Show" the current RevCommit when called from the main processing loop.
|
protected int |
walkLoop()
Loop the walk
|
addAuthorRevFilter, addCMessageRevFilter, addCommitterRevFilter, enableBoundary, enableDateOrder, enableReverse, enableTopoOrder, run, showabbreviateRef, containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository, resolve, setCommandNamefinal javax.swing.JFrame frame
final CommitGraphPane graphPane
protected int walkLoop()
throws java.lang.Exception
walkLoop in class RevWalkTextBuiltinjava.lang.Exception - if any.protected void show(RevCommit c) throws java.lang.Exception
Implement this methods to define the behavior for subclasses of RevWalkTextBuiltin.
show in class RevWalkTextBuiltinc - The current RevCommitjava.lang.Exceptionprotected RevWalk createWalk()
createWalk in class RevWalkTextBuiltinRevWalk object.private java.lang.String repoName()