Page principale | Hiérarchie des classes | Liste des classes | Liste des fichiers | Membres de classe

Référence de la classe CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl

Graphe d'héritage de CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl:

CONTROLDIALOG::RACINE::CONFIGURATIONSURFACE::ConfigurationSurfaceC CONTROLDIALOG::RACINE::MULTISURFACE::MultiSurfaceC CONTROLDIALOG::RACINE::MULTISURFACE::SURFACE::SurfaceC CONTROLDIALOG::RACINE::MULTISURFACE::SURFACE::ZONE::COMPOSANTGRAPHIQUE::ComposantGraphiqueC CONTROLDIALOG::RACINE::MULTISURFACE::SURFACE::ZONE::ZoneC CONTROLDIALOG::RACINE::PALETTEOUTILS::PaletteC CONTROLDIALOG::RACINE::RacineC CONTROLDIALOG::RACINE::MULTISURFACE::SURFACE::ZONE::COMPOSANTGRAPHIQUE::GrapheC CONTROLDIALOG::RACINE::MULTISURFACE::SURFACE::ZONE::COMPOSANTGRAPHIQUE::MiniatureC Liste de tous les membres

Fonctions membres publiques

 FacetteControl ()
 FacetteControl (FacetteControl fControlPere, ControlDialog controlDialog)
 FacetteControl (FacetteControl facetteControl)
FacetteControl getFils (int id)
int getNbFils ()
int getID ()

Fonctions membres protégées

void addFils (FacetteControl fControlFils)
FacetteControl getFils ()
void setFacetteAbstraction (FacetteAbstraction FA)
FacetteAbstraction getFacetteAbstraction ()
void setFacettePresentation (FacettePresentation FP)
FacettePresentation getFacettePresentation ()
void setFacetteControl (FacetteControl FC)
FacetteControl getFacetteControl ()
void setKA (KernelAdaptator ka)
KernelAdaptator getKA ()
void setLP (LogicPresentation lp)
LogicPresentation getLP ()
void setCD (ControlDialog controlDialog)
ControlDialog getCD ()
void setID (int newID)

Attributs protégés

Vector fils

Attributs protégés statiques

final int IDINCONNU = -1
final int IDCORBEILLE = 0
final int IDTABLE = 1
final int IDMURGAUCHE = 2
final int IDMURFACE = 3
final int IDMURDROITE = 4
final Color COULEURINCONNUE = Color.white

Description détaillée

Auteur:
GOSSET-ISINGRINI-MARTIN-RIVOLLIER RICM2 - projet MULTIMEDIA - rivollier.damien@laposte.net
Classe abstraite dont hérite chaque facette controle de chaque agent


Documentation des contructeurs et destructeur

CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::FacetteControl  )  [inline]
 

Constructeur par défaut de la classe FacetteControl

CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::FacetteControl FacetteControl  fControlPere,
ControlDialog  controlDialog
[inline]
 

Constructeur de la classe Facette Controle

Paramètres:
fControlPere facette controle de l'agent père du modèle PAC
ControlDialog controleur de dialogue

CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::FacetteControl FacetteControl  facetteControl  )  [inline]
 

Constructeur par copie de la classe FacetteControl

Paramètres:
facetteControl Facette Controle à copier


Documentation des fonctions membres

void CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::addFils FacetteControl  fControlFils  )  [inline, protected]
 

Ajoute un agent fils

Paramètres:
fControlFils facette controle fils

ControlDialog CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::getCD  )  [inline, protected]
 

retourne le controleur de dialogue

Renvoie:
le controleur de dialogue

FacetteAbstraction CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::getFacetteAbstraction  )  [inline, protected]
 

Retourne la facette abstraction

Renvoie:
facetteAbstraction facette abstraction de l'agent PAC

FacetteControl CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::getFacetteControl  )  [inline, protected]
 

Retourne la facette controle pere

Renvoie:
facetteControlPere facette controle pere de l'agent PAC

FacettePresentation CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::getFacettePresentation  )  [inline, protected]
 

Retourne la facette présentation

Renvoie:
facettePresentation facette présentation de l'agent PAC

FacetteControl CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::getFils int  id  )  [inline]
 

Retourne le fils d'indice i

Renvoie:
fils d'indice i

FacetteControl CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::getFils  )  [inline, protected]
 

Retourne le premier fils

Renvoie:
le premier fils de l'agent

int CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::getID  )  [inline]
 

Retourne l'identifiant d'un agent

Renvoie:
ID identifiant de l'agent

KernelAdaptator CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::getKA  )  [inline, protected]
 

retourne l'adaptateur noyau

Renvoie:
l'adaptateur noyau

LogicPresentation CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::getLP  )  [inline, protected]
 

retourne l'adaptateur noyau

Renvoie:
l'adaptateur noyau

int CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::getNbFils  )  [inline]
 

retourne le nombre de fils

Renvoie:
nombre de fils

void CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::setCD ControlDialog  controlDialog  )  [inline, protected]
 

modifie le controle de dialogue

Paramètres:
controlDialog le nouveau controle de dialogue

void CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::setFacetteAbstraction FacetteAbstraction  FA  )  [inline, protected]
 

Affecte la facette abstraction

Paramètres:
FA facette abstraction de l'agent PAC

void CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::setFacetteControl FacetteControl  FC  )  [inline, protected]
 

Affecte la facette controle pere

Paramètres:
FC facette controle pere de l'agent PAC

void CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::setFacettePresentation FacettePresentation  FP  )  [inline, protected]
 

Affecte la facette présentation

Paramètres:
FP facette présentation de l'agent PAC

void CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::setID int  newID  )  [inline, protected]
 

Affecte un identifiant à l'agent

Paramètres:
newID identifiant de l'agent

void CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::setKA KernelAdaptator  ka  )  [inline, protected]
 

modifie l'adaptateur noyau

Paramètres:
kernelAdaptator le nouvel adaptateur noyau

void CONTROLDIALOG::FACETTESELEMENTAIRES::FacetteControl::setLP LogicPresentation  lp  )  [inline, protected]
 

modifie l'adaptateur noyau

Paramètres:
kernelAdaptator le nouvel adaptateur noyau


La documentation de cette classe a été générée à partir du fichier suivant:
Généré le Thu Jun 16 21:17:59 2005 pour Le projet NavGraphe par  doxygen 1.3.9.1