Appendix B
Default Editor Abbreviations
Editor abbreviations can be defined by opening the Global Options window, expanding the Editor Settings
node, selecting the subnode for the type of Editor, selecting the Abbreviations
property, and opening its custom property editor. You can add, delete, and change abbreviations. The following tables list the default Java Editor abbreviations and JSP Editor abbreviations.
Table 26: Java Editor abbreviations
|
|
|
|
|
|
|
|
|
|
|
|
|
public static final boolean
|
|
|
|
public static final String
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.sun.java.swing.
|
|
|
|
|
|
import com.netbeans.developer
|
|
|
|
|
|
|
|
import.com.netbeans.developerx
|
|
|
|
|
|
|
|
|
|
|
|
private static final boolean
|
|
|
|
private static final String
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
throw new InternalError();
|
|
|
Table 27: JSP Editor abbreviations
|
|
|
|
|
|
|
application.removeValue("
|
|
config.getInitParameter("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pageContext.getAttribute("
|
|
pageContext.getAttributeNamesInScope(
|
|
pageContext.getAttributesScope("
|
|
pageContext.removeAttribute("
|
|
pageContext.setAttribute("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|