Class MmMm

java.lang.Object
  |
  +--MmMm
All Implemented Interfaces:
MmPropObj, MmXmlObject

class MmMm
extends java.lang.Object
implements MmXmlObject, MmPropObj

Cette classe represente l'objet panel du fond il est le depart pour l'arbre XML


Field Summary
(package private)  MmFond fond
           
(package private)  MmTravail plan
           
 
Constructor Summary
(package private) MmMm()
           
 
Method Summary
 MmXmlObject add(java.lang.String a)
           
 void creation()
           
 MmPropObj getChildAt(int i)
           
 int getChildCount()
           
 int getIndexOfChild(MmPropObj kid)
           
 javax.swing.JPopupMenu popupMenu(MmTree tree)
          Retourne un JPopupMenu pour le JTree
 javax.swing.JPanel propPane()
          Retourne un objet JPanel permettant de modifier les propietes de l'objet
 void save(FileW fp, int indent)
           
 void set(java.lang.String caract, java.lang.String something)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

fond

MmFond fond

plan

MmTravail plan
Constructor Detail

MmMm

MmMm()
Method Detail

set

public void set(java.lang.String caract,
                java.lang.String something)
Specified by:
set in interface MmXmlObject

add

public MmXmlObject add(java.lang.String a)
Specified by:
add in interface MmXmlObject

creation

public void creation()

save

public void save(FileW fp,
                 int indent)
          throws java.io.IOException
Specified by:
save in interface MmXmlObject

getChildCount

public int getChildCount()
Specified by:
getChildCount in interface MmPropObj

getChildAt

public MmPropObj getChildAt(int i)
Specified by:
getChildAt in interface MmPropObj

getIndexOfChild

public int getIndexOfChild(MmPropObj kid)
Specified by:
getIndexOfChild in interface MmPropObj

toString

public java.lang.String toString()
Specified by:
toString in interface MmPropObj
Overrides:
toString in class java.lang.Object

popupMenu

public javax.swing.JPopupMenu popupMenu(MmTree tree)
Description copied from interface: MmPropObj
Retourne un JPopupMenu pour le JTree
Specified by:
popupMenu in interface MmPropObj
Following copied from interface: MmPropObj
Parameters:
tree - Référence au JTree où s'affichera le popup

propPane

public javax.swing.JPanel propPane()
Description copied from interface: MmPropObj
Retourne un objet JPanel permettant de modifier les propietes de l'objet
Specified by:
propPane in interface MmPropObj