Uses of Interface
de.uni_paderborn.fujaba.mpEdit.MpAction

Packages that use MpAction
de.uni_paderborn.fujaba.mpEdit Source Code Editor 
 

Uses of MpAction in de.uni_paderborn.fujaba.mpEdit
 

Classes in de.uni_paderborn.fujaba.mpEdit that implement MpAction
(package private)  class AbstractMpAction
          This class will be changed to inherit from swing AbstractAction
 

Fields in de.uni_paderborn.fujaba.mpEdit declared as MpAction
(package private)  MpAction TextCanvas.undoAction
          No comment provided by developer, please add a comment to improve documentation.
(package private)  MpAction TextCanvas.redoAction
          No comment provided by developer, please add a comment to improve documentation.
(package private)  MpAction TextCanvas.copyAction
          No comment provided by developer, please add a comment to improve documentation.
(package private)  MpAction TextCanvas.cutAction
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.mpEdit that return MpAction
 MpAction TextCanvas.getMpAction(java.lang.String id)
          Get the mpAction attribute of the TextCanvas object
 

Methods in de.uni_paderborn.fujaba.mpEdit with parameters of type MpAction
protected  void TextCanvas.addToDict(MpAction mpa)
          Access method for an one to n association.