Uses of Class
de.uni_paderborn.fujaba.mpEdit.TextMenu

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

Uses of TextMenu in de.uni_paderborn.fujaba.mpEdit
 

Fields in de.uni_paderborn.fujaba.mpEdit declared as TextMenu
private  TextMenu TextFrame.textMenu
          No comment provided by developer, please add a comment to improve documentation.
protected  TextMenu TextCanvas.textMenu
          No comment provided by developer, please add a comment to improve documentation.
private  TextMenu ReplaceDialog.textMenu
          No comment provided by developer, please add a comment to improve documentation.
private  TextMenu GotoDialog.textMenu
          No comment provided by developer, please add a comment to improve documentation.
private  TextMenu FindDialog.textMenu
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.mpEdit with parameters of type TextMenu
 void TextCanvas.setTextMenu(TextMenu tm)
          Sets the textMenu attribute of the TextCanvas object
 void DocMan.addTextMenu(TextMenu e)
          Access method for an one to n association.
 

Constructors in de.uni_paderborn.fujaba.mpEdit with parameters of type TextMenu
ReplaceDialog(TextFrame tf, TextMenu tm, java.util.ResourceBundle str, java.lang.String title)
          Constructor for class ReplaceDialog
GotoDialog(TextFrame tf, TextMenu tm, java.util.ResourceBundle str, java.lang.String title)
          Constructor for class GotoDialog
FindDialog(TextFrame tf, TextMenu tm, java.util.ResourceBundle str, java.lang.String title)
          Constructor for class FindDialog