The Meta-Environment API

Uses of Class
nl.cwi.sen1.error.viewer.ErrorPanel

Packages that use ErrorPanel
nl.cwi.sen1.error.viewer   
 

Uses of ErrorPanel in nl.cwi.sen1.error.viewer
 

Fields in nl.cwi.sen1.error.viewer with type parameters of type ErrorPanel
private  java.util.HashMap<java.lang.String,ErrorPanel> ErrorViewer.panels
           
 

Methods in nl.cwi.sen1.error.viewer that return ErrorPanel
private  ErrorPanel ErrorViewer.createPanel(java.lang.String panelId)
           
private  ErrorPanel ErrorViewer.getPanel(java.lang.String panelId)
           
 

Methods in nl.cwi.sen1.error.viewer with parameters of type ErrorPanel
private  void ErrorViewer.addListener(ErrorPanel panel)
           
 


The Meta-Environment API