|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
ikbs.rco.RCOElement
public abstract class RCOElement
| Field Summary | |
|---|---|
static int |
ANGLAIS
|
static int |
ENGLISH
|
static int |
FRANCAIS
|
static int |
FRENCH
|
protected java.util.Vector |
illustration
La liste d'images associée |
static int |
LANGUE
|
| Constructor Summary | |
|---|---|
RCOElement()
|
|
| Method Summary | |
|---|---|
void |
addIllustration(Illustration uneIllu)
Ajouter une illustration |
void |
copyProperties(Copyable origine)
Copie des propriétés |
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 |
void |
loadIllustrations(java.lang.String sIllustration)
Pour générer une chaîne de caractères permettant de sauvegarder les illustrations associées |
int |
nbIllustration()
Retourne le nombre d'illustration |
void |
removeIllustration()
Effacer le vecteur illustration |
void |
removeIllustration(int i)
Effacer l'illustration d'indice i |
java.lang.String |
saveIllustrations()
Pour générer une chaîne de caractères permettant de sauvegarder les illustrations associées |
void |
setIllustration(java.util.Vector illu)
Affecter le vecteur d'illustration |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| 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 |
|---|
public static final int FRANCAIS
public static final int FRENCH
public static final int ANGLAIS
public static final int ENGLISH
public static int LANGUE
protected java.util.Vector illustration
| Constructor Detail |
|---|
public RCOElement()
| 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 java.lang.String saveIllustrations()
public void loadIllustrations(java.lang.String sIllustration)
public void copyProperties(Copyable origine)
copyProperties in interface Copyable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||