home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 2000 March
/
pcp161a.iso
/
handson
/
files
/
copyjava.exe
/
com
/
sun
/
java
/
swing
/
text
/
DefaultStyledDocument$SectionElement.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
|
1.2 KB
|
17 lines
package com.sun.java.swing.text;
class DefaultStyledDocument$SectionElement extends AbstractDocument.BranchElement {
// $FF: synthetic field
private final DefaultStyledDocument this$0;
public DefaultStyledDocument$SectionElement(DefaultStyledDocument var1) {
super(var1, (Element)null, (AttributeSet)null);
this.this$0 = var1;
this.this$0 = var1;
}
public String getName() {
return "section";
}
}