Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/widgets/CommitHistoryComposite.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/widgets/CommitHistoryComposite.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/widgets/CommitHistoryComposite.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/widgets/CommitHistoryComposite.html
index e81888f175..fa1f2e5634 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/widgets/CommitHistoryComposite.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/widgets/CommitHistoryComposite.html
@@ -118,6 +118,10 @@ Class CommitHistoryComposite</H2>
<P>
+A UI component that renders a the elements of a <A HREF="../../../../../../org/eclipse/emf/cdo/common/commit/CDOCommitHistory.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>CDOCommitHistory</CODE></A> in form of a commit table with a branch tree.
+<P>
+
+<P>
<DL>
<DT><B>Since:</B></DT>
<DD>4.2</DD>
@@ -139,7 +143,7 @@ Class CommitHistoryComposite</H2>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/ui/widgets/CommitHistoryComposite.ContentProvider.html" title="class in org.eclipse.emf.cdo.ui.widgets">CommitHistoryComposite.ContentProvider</A></B></CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides the content of a CommitHistoryComposite, i.e., the elements of a <A HREF="../../../../../../org/eclipse/emf/cdo/common/commit/CDOCommitHistory.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>CDOCommitHistory</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -147,7 +151,7 @@ Class CommitHistoryComposite</H2>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/ui/widgets/CommitHistoryComposite.Input.html" title="class in org.eclipse.emf.cdo.ui.widgets">CommitHistoryComposite.Input</A></B></CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Encapsulates the input of a <A HREF="../../../../../../org/eclipse/emf/cdo/ui/widgets/CommitHistoryComposite.html" title="class in org.eclipse.emf.cdo.ui.widgets"><CODE>CommitHistoryComposite</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -155,7 +159,7 @@ Class CommitHistoryComposite</H2>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/ui/widgets/CommitHistoryComposite.LabelProvider.html" title="class in org.eclipse.emf.cdo.ui.widgets">CommitHistoryComposite.LabelProvider</A></B></CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A <A HREF="../../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/TableLabelProvider.html?is-external=true" title="class or interface in org.eclipse.net4j.util.ui"><CODE>TableLabelProvider</CODE></A> for the content of a CommitHistoryComposite, i.e., the elements of a <A HREF="../../../../../../org/eclipse/emf/cdo/common/commit/CDOCommitHistory.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>CDOCommitHistory</CODE></A>.</TD>
</TR>
</TABLE>
&nbsp;<!-- =========== FIELD SUMMARY =========== -->

Back to the top