template_applicatif.wListe
Interface ListeIFast

All Superinterfaces:
ListeIEditableColumn

public interface ListeIFast
extends ListeIEditableColumn


A_doc
Licence.


Method Summary
 JComponent getComponent(int column)
           
 String getName(int column)
           
 String getType(int column)
           
 boolean isFastListe(int column)
           
 boolean isFastListeEnable(int column)
           
 int size()
           
 
Methods inherited from interface template_applicatif.wListe.ListeIEditableColumn
addEditableColumn, enableEditableColumn, removeEditableColumn
 

Method Detail

isFastListe

boolean isFastListe(int column)

isFastListeEnable

boolean isFastListeEnable(int column)

getName

String getName(int column)

getType

String getType(int column)

getComponent

JComponent getComponent(int column)

size

int size()