home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
S283 Planetary Science &n…he Search for Life DVD 2
/
DVD-ROM.iso
/
install
/
jre1_3
/
lib
/
rt.jar
/
javax
/
swing
/
ListModel.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
|
249 b
|
14 lines
package javax.swing;
import javax.swing.event.ListDataListener;
public interface ListModel {
int getSize();
Object getElementAt(int var1);
void addListDataListener(ListDataListener var1);
void removeListDataListener(ListDataListener var1);
}