Uses of Interface
com.pvx.ooadide.PvxPlugin

Packages that use PvxPlugin
com.pvx.ooadide   
com.pvx.ooadide.editors.extkeyword   
 

Uses of PvxPlugin in com.pvx.ooadide
 

Classes in com.pvx.ooadide that implement PvxPlugin
 class ProvideXOOADPlugin
           
 

Methods in com.pvx.ooadide with parameters of type PvxPlugin
 void ProvideXOOADPlugin.addDependentPlugin(PvxPlugin aPlugin)
           
 

Uses of PvxPlugin in com.pvx.ooadide.editors.extkeyword
 

Methods in com.pvx.ooadide.editors.extkeyword that return PvxPlugin
 PvxPlugin ExtKeywordCategoryEntity.getFPlugin()
           
 

Methods in com.pvx.ooadide.editors.extkeyword with parameters of type PvxPlugin
 void ExtKeywordCategoryEntity.setFPlugin(PvxPlugin fPlugin)
           
 

Constructors in com.pvx.ooadide.editors.extkeyword with parameters of type PvxPlugin
ExtKeywordCategoryEntity(java.lang.String nxtKey, java.lang.String path, org.eclipse.swt.graphics.Image initImage, PvxPlugin initfPlugin)