|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectikbs.illustration.base.IllustrationListener
public class IllustrationListener
interface des Possesseurs d'illustrations
| Field Summary | |
|---|---|
protected java.util.Vector |
illustration
La liste d'images associée |
| Constructor Summary | |
|---|---|
IllustrationListener()
|
|
IllustrationListener(java.util.Vector illustration)
|
|
| Method Summary | |
|---|---|
void |
addIllustration(Illustration uneIllu)
Ajouter une illustration |
java.util.Vector |
getIllustration()
Méthodes d'accès au Vecteur illustration |
Illustration |
getIllustration(int i)
Récupérer l'illustration à l'indice i |
boolean |
isThereIllustration()
Return true s'il y a des illustrations |
int |
nbIllustration()
Retourne le nombre d'illustration |
void |
removeIllustration()
Effacer le vecteur illustration |
void |
removeIllustration(int i)
Effacer l'illustration d'indice i |
void |
saveIndex(java.io.BufferedWriter writer)
Sauver index |
void |
setIllustration(java.util.Vector illu)
Affecter le vecteur d'illustration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ikbs.illustration.base.IllustrationOwner |
|---|
toString |
| Field Detail |
|---|
protected java.util.Vector illustration
| Constructor Detail |
|---|
public IllustrationListener(java.util.Vector illustration)
public IllustrationListener()
| Method Detail |
|---|
public java.util.Vector getIllustration()
getIllustration in interface IllustrationOwnerpublic void setIllustration(java.util.Vector illu)
setIllustration in interface IllustrationOwnerpublic Illustration getIllustration(int i)
getIllustration in interface IllustrationOwnerpublic void addIllustration(Illustration uneIllu)
addIllustration in interface IllustrationOwnerpublic boolean isThereIllustration()
isThereIllustration in interface IllustrationOwnerpublic int nbIllustration()
nbIllustration in interface IllustrationOwnerpublic void removeIllustration()
removeIllustration in interface IllustrationOwnerpublic void removeIllustration(int i)
removeIllustration in interface IllustrationOwnerpublic void saveIndex(java.io.BufferedWriter writer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||