blob: f7be6539b43797d05cdcaf4e07ba558b73feb236 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="copyright" content=
"Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type=
"text/css" />
<title>
Using the Local History
</title>
</head>
<body>
<h1>
Using the Local History
</h1>
<p>
The JDT extends the workbench concept of a local history in three ways:
</p>
<ul>
<li>A file can be replaced with an edition from the local history in the
Package Explorer view.
</li>
<li>The JDT allows you to compare and/or replace individual Java elements
(types and their members) with editions from the local history.
</li>
<li>The JDT allows you to restore Java elements (and files) deleted from
the workbench that have been kept in the local history.
</li>
</ul>
<p>
Note: Files and Java elements such as types and their members change in
time. A 'snapshot' of what they look like a point in time (as saved in
the local history) is called an edition.
</p>
<h3 class="related">Related concepts</h3>
<a href="../concepts/concept-jdt.htm">Java development tools
(JDT)</a><br />
<a href="../concepts/concept-java-views.htm">Java views</a>
<h3 class="related">Related tasks</h3>
<a href="tasks-63.htm">Replacing a Java element with a local history
edition</a><br />
<a href="tasks-63a.htm">Comparing a Java element with a local history
edition</a><br />
<a href="tasks-64.htm">Restoring a deleted workbench element</a>
<h3 class="related">Related references</h3>
<a href="../reference/views/ref-view-package-explorer.htm">Package
Explorer</a>
</body>
</html>