Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 385859269867d4868694efe9aa3102b2b00ae63b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="IBM">
   <title>Package-level Javadoc</title>
</head>
<body>
Provides a revision model and a protocol to display revision information in a vertical ruler column.
<h2>Package Specification</h2>
<code>IRevisionRulerColumn</code> is the protocol that a team provider can use to display line based revision control information to a document.
<code>RevisionInformation</code> defines the revision model, which contains a list of <code>Revision</code>s, which in turn contain <code>RevisionRange</code>s.
</body>
</html>

Back to the top