blob: e7bd22b802f598bbbb6e82999492ab45be8c1ff0 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. 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=ISO-8859-1">
<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 not just in the Navigator but also 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>
<p>
<img src="../images/ngrelc.png" alt="Related concepts" border="0">
</p>
<p>
<a href="../concepts/concepts-1.htm">Java development tools (JDT)</a><br>
<a href="../concepts/concepts-6.htm">Java views</a>
</p>
<p>
<img border="0" src="../images/ngrelt.png" alt="Related tasks">
</p>
<p>
<a href="tasks-54.htm">Using the Java editor</a><br>
<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>
</p>
<p>
<img border="0" src="../images/ngrelr.png" alt="Related reference">
</p>
<p>
<a href="../reference/ref-view-package-explorer.htm">Package Explorer</a>
</p>
</body>
</html>