Uses of Class
modeller.popups.ViewPopup

Packages that use ViewPopup
modeller   
 

Uses of ViewPopup in modeller
 

Fields in modeller declared as ViewPopup
private  ViewPopup ModellerPanel.viewPopup
           
private  ViewPopup DrawPanel.viewPopup
           
 

Methods in modeller that return ViewPopup
 ViewPopup DrawPanel.getViewPopup()
           
 

Methods in modeller with parameters of type ViewPopup
 void DrawPanel.setViewPopup(ViewPopup viewPopup)