|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ calque overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fudaa.ebli.calque
Class BCalqueCartouche

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
org.fudaa.ebli.repere.AbstractCalque
org.fudaa.ebli.calque.BCalque
org.fudaa.ebli.calque.BCalqueAffichage
org.fudaa.ebli.calque.BCalqueCartouche
- All Implemented Interfaces:
- javax.swing.Icon, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class BCalqueCartouche
- extends BCalqueAffichage
Un calque d'affichage de cartouche. Informations sur le document.
- Version:
- $Revision: 1.1 $ $Date: 2003/01/30 10:56:50 $ by $Author: deniger $
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private com.memoire.bu.BuInformationsDocument |
informations_
|
(package private) java.awt.Dimension |
taille
|
| Fields inherited from class org.fudaa.ebli.calque.BCalqueAffichage |
|
| Fields inherited from class org.fudaa.ebli.calque.BCalque |
enabledActions_ |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
BCalqueCartouche()
|
|
| Method Summary | |
(package private) com.memoire.bu.BuInformationsDocument |
getInformations()
Accesseur de la propriete informations. |
void |
paintComponent(java.awt.Graphics _g)
Paint the component's body. |
void |
paintIcon(java.awt.Component _c,
java.awt.Graphics _g,
int _x,
int _y)
Dessin de l'icone. |
void |
setInformations(com.memoire.bu.BuInformationsDocument _informations)
Affectation de la propriete informations. |
| Methods inherited from class org.fudaa.ebli.calque.BCalqueAffichage |
attenueCouleur, attenueIcone, attenueImage, construitLegende, contours, createDefaultContextuelDelegator, getClipEcran, getClipReel, getCmdsContextuelles, getContextuelDelegator, getLegende, isAttenue, paint, repaint, repaint, setAttenue, setBackground, setCmdsContextuelles, setContextuelDelegator, setFont, setForeground, setLegende, setVisible |
| Methods inherited from class org.fudaa.ebli.calque.BCalque |
addImpl, detruire, detruire, enDernier, enDernier, enPremier, enPremier, getCalque, getCalqueParNom, getCalqueParTitre, getCalques, getDomaine, getEnabledActions, getIconHeight, getIconWidth, getProperty, getSpecificMenuItems, getTitle, getTousCalques, getVersEcran, getVersReel, isDestructible, isRapide, isValidateRoot, quick_repaint, setDestructible, setEnabledActions, setProperty, setRapide, setTitle, setVersEcran, setVersReel, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
taille
java.awt.Dimension taille
informations_
private com.memoire.bu.BuInformationsDocument informations_
| Constructor Detail |
BCalqueCartouche
public BCalqueCartouche()
| Method Detail |
paintIcon
public void paintIcon(java.awt.Component _c, java.awt.Graphics _g, int _x, int _y)
- Dessin de l'icone.
- Specified by:
paintIconin interfacejavax.swing.Icon- Overrides:
paintIconin classBCalque
paintComponent
public void paintComponent(java.awt.Graphics _g)
- Description copied from class:
javax.swing.JComponent - Paint the component's body. This usually means calling ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)>
ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)55 on the JComponent.ui>JComponent.ui55 property of the component, if it is non-null. You may override this if you wish to customize the component's body-painting behavior. The component's body is painted first, before the border and children.- Overrides:
paintComponentin classBCalque
getInformations
com.memoire.bu.BuInformationsDocument getInformations()
- Accesseur de la propriete informations.
Elle donne l'information a afficher sur le document.
setInformations
public void setInformations(com.memoire.bu.BuInformationsDocument _informations)
- Affectation de la propriete informations.
|
|||||||||
| Home >> All >> org >> fudaa >> ebli >> [ calque overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC