Appendix B
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.
Default Java Editor Abbreviations
Abbreviation
|
Expands To
|
En
|
Enumeration
|
Ex
|
Exception
|
Gr
|
Graphics
|
Ob
|
Object
|
Psf
|
public static final
|
Psfb
|
public static final boolean
|
Psfi
|
public static final int
|
Psfs
|
public static final String
|
Re
|
Rectangle
|
St
|
String
|
Ve
|
Vector
|
ab
|
abstract
|
bo
|
boolean
|
br
|
break
|
ca
|
catch (
|
cl
|
class
|
cn
|
continue
|
df
|
default:
|
ex
|
extends
|
fa
|
false
|
fi
|
final
|
fl
|
float
|
fy
|
finally
|
ie
|
interface
|
im
|
implements
|
impS
|
import com.sun.java.swing.
|
impa
|
import java.awt.
|
impb
|
import java.beans.
|
impd
|
import org.netbeans.
|
impj
|
import java.
|
impq
|
import javax.sql
|
imps
|
import javax.swing.
|
impx
|
import.org.netbeans.developerx.
|
iof
|
instanceof
|
ir
|
import
|
pe
|
protected
|
pr
|
private
|
psf
|
private static final
|
psfb
|
private static final boolean
|
psfi
|
private static final int
|
psfs
|
private static final String
|
pst
|
printStackTrace();
|
pu
|
public
|
re
|
return
|
serr
|
System.err.println ("
|
sh
|
short
|
sout
|
System.out.println ("
|
st
|
static
|
sw
|
switch (
|
sy
|
synchronized
|
tds
|
Thread.dumpStack();
|
th
|
throws
|
tr
|
transient
|
tw
|
throw
|
twn
|
throw new
|
twne
|
throw new Error()
|
twni
|
throw new InternalError();
|
wh
|
while (
|