home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
S283 Planetary Science &… the Search for Life CD 3
/
0_CD-ROM.iso
/
install
/
jre1_3
/
lib
/
rt.jar
/
javax
/
swing
/
text
/
MutableAttributeSet.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
|
1979-12-31
|
392 b
|
18 lines
package javax.swing.text;
import java.util.Enumeration;
public interface MutableAttributeSet extends AttributeSet {
void addAttribute(Object var1, Object var2);
void addAttributes(AttributeSet var1);
void removeAttribute(Object var1);
void removeAttributes(Enumeration var1);
void removeAttributes(AttributeSet var1);
void setResolveParent(AttributeSet var1);
}