Uses of Class
com.pvx.ooadide.editors.PvxEditor

Packages that use PvxEditor
com.pvx.ooadide.codehilite2   
com.pvx.ooadide.editors   
com.pvx.ooadide.editors.codefolding   
com.pvx.ooadide.refactor   
com.pvx.ooadide.util   
 

Uses of PvxEditor in com.pvx.ooadide.codehilite2
 

Constructors in com.pvx.ooadide.codehilite2 with parameters of type PvxEditor
XMLConfiguration2(ColorManager colorManager, PvxEditor init_pvxEditor)
           
 

Uses of PvxEditor in com.pvx.ooadide.editors
 

Methods in com.pvx.ooadide.editors that return PvxEditor
static PvxEditor MyCompletionProcessor.getPvxEditor()
           
 

Constructors in com.pvx.ooadide.editors with parameters of type PvxEditor
MyCompletionProcessor(PvxEditor init_pvxEditor)
           
 

Uses of PvxEditor in com.pvx.ooadide.editors.codefolding
 

Methods in com.pvx.ooadide.editors.codefolding that return PvxEditor
 PvxEditor PvxReconcilingStrategy.getEditor()
           
 

Methods in com.pvx.ooadide.editors.codefolding with parameters of type PvxEditor
 void PvxReconcilingStrategy.setEditor(PvxEditor editor)
           
 

Uses of PvxEditor in com.pvx.ooadide.refactor
 

Methods in com.pvx.ooadide.refactor that return PvxEditor
 PvxEditor RenamePropertyInfo.getEditor()
           
 

Methods in com.pvx.ooadide.refactor with parameters of type PvxEditor
 void RenamePropertyInfo.setEditor(PvxEditor editor)
           
 

Uses of PvxEditor in com.pvx.ooadide.util
 

Methods in com.pvx.ooadide.util that return PvxEditor
static PvxEditor PvxUtil.getActivePvxEditor()