home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 2000 March
/
pcp161a.iso
/
handson
/
files
/
copyjava.exe
/
com
/
sun
/
java
/
swing
/
text
/
DefaultEditorKit$ReadOnlyAction.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-02-26
|
2.7 KB
|
18 lines
package com.sun.java.swing.text;
import java.awt.event.ActionEvent;
class DefaultEditorKit$ReadOnlyAction extends TextAction {
DefaultEditorKit$ReadOnlyAction() {
super("set-read-only");
}
public void actionPerformed(ActionEvent var1) {
JTextComponent var2 = ((TextAction)this).getTextComponent(var1);
if (var2 != null) {
var2.setEditable(false);
}
}
}