Uses of Interface
sk.uniba.euromath.editor.actions.IActionContributor

Packages that use IActionContributor
sk.uniba.euromath.editor Editor - Core of Multi Editor Architecture 
sk.uniba.euromath.editor.textEditor Text Editor 
sk.uniba.euromath.editor.textEditor.actions Actions for TextEditor 
sk.uniba.euromath.editor.xmlEditor XML Editor - most common editor 
sk.uniba.euromath.editor.xmlEditor.actions Actions for XMLEditor 
 

Uses of IActionContributor in sk.uniba.euromath.editor
 

Methods in sk.uniba.euromath.editor that return IActionContributor
 IActionContributor IEditor.getActionContributor()
          Returns action contributor, which can make bars special for this IEditor.
 

Uses of IActionContributor in sk.uniba.euromath.editor.textEditor
 

Methods in sk.uniba.euromath.editor.textEditor that return IActionContributor
protected  IActionContributor TextEditor.createActionContributor()
           
 

Uses of IActionContributor in sk.uniba.euromath.editor.textEditor.actions
 

Classes in sk.uniba.euromath.editor.textEditor.actions that implement IActionContributor
 class TextActionContributor
           
 

Uses of IActionContributor in sk.uniba.euromath.editor.xmlEditor
 

Methods in sk.uniba.euromath.editor.xmlEditor that return IActionContributor
protected  IActionContributor XMLEditor.createActionContributor()
          Creates action contributor.
 IActionContributor XMLEditor.getActionContributor()
          Returns xml action contributor, can be called only after init.
 

Methods in sk.uniba.euromath.editor.xmlEditor with parameters of type IActionContributor
 void XMLEditor.setActionContributor(IActionContributor actionContributor)
           
 

Uses of IActionContributor in sk.uniba.euromath.editor.xmlEditor.actions
 

Classes in sk.uniba.euromath.editor.xmlEditor.actions that implement IActionContributor
 class XMLActionContributor
          Contributor for XMLEditor.
 



Copyright © 2003-2006 null. All Rights Reserved.