Uses of Interface
com.didkovsky.portview.PVTextArea

Packages that use PVTextArea
com.didkovsky.portview   
com.didkovsky.portview.awt   
com.didkovsky.portview.swing   
 

Uses of PVTextArea in com.didkovsky.portview
 

Methods in com.didkovsky.portview that return PVTextArea
 PVTextArea ViewFactory.createTextArea(int rows, int cols)
           
 

Uses of PVTextArea in com.didkovsky.portview.awt
 

Classes in com.didkovsky.portview.awt that implement PVTextArea
 class PVTextAreaAWT
           
 

Methods in com.didkovsky.portview.awt that return PVTextArea
 PVTextArea ViewFactoryAWT.createTextArea(int rows, int cols)
           
 

Uses of PVTextArea in com.didkovsky.portview.swing
 

Classes in com.didkovsky.portview.swing that implement PVTextArea
 class PVTextAreaSwing
           
 

Methods in com.didkovsky.portview.swing that return PVTextArea
 PVTextArea ViewFactorySwing.createTextArea(int rows, int cols)