blob: 6bc16a8cdffb9feab1137854ac55a98068e1e964 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//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">
<title>
Moving static members between types
</title>
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
</head>
<body>
<h1>
Moving static members between types
</h1>
<p>
To move static members (fields and methods) between types:
</p>
<ul>
<li>
In a Java view, select the static members that you want to move
</li>
<li>
Do one of the following:
<ul>
<li> From the menu bar, select <strong>Refactor &gt; Move</strong> or </li>
<li> From the pop-up menu select, <strong>Refactor &gt; Move</strong> </li>
</ul>
</li>
</ul>
<img src="../images/ngrelr.png" alt="Related reference" border="0" > <br>
<a href="../reference/ref-menu-refactor.htm">Refactoring actions</a> <br>
<a href="../reference/ref-117.htm">Refactoring dialogs</a> <br>
<a href="../reference/ref-13.htm">Java preferences</a><a href="../reference/ref-13.htm"></a>
</body>
</html>