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, show
abbreviateRef, containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository, resolve, setCommandName
final javax.swing.JFrame frame
final CommitGraphPane graphPane
protected int walkLoop() throws java.lang.Exception
walkLoop
in class RevWalkTextBuiltin
java.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 RevWalkTextBuiltin
c
- The current RevCommit
java.lang.Exception
protected RevWalk createWalk()
createWalk
in class RevWalkTextBuiltin
RevWalk
object.private java.lang.String repoName()