org.netbeans.spi.java.project.support.ui
public interface PackageRenameHandler
Modifier and Type | Method and Description |
---|---|
void |
handleRename(Node node,
String newName) |
void handleRename(Node node, String newName) throws IllegalArgumentException
node
- on this node rename was requestednewName
- new name of nodeIllegalArgumentException
- thrown if rename cannot be performedBuilt on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.