Uses of Class
org.gjt.sp.jedit.gui.ErrorListDialog.ErrorEntry

Packages that use ErrorListDialog.ErrorEntry
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
 

Uses of ErrorListDialog.ErrorEntry in org.gjt.sp.jedit.gui
 

Constructor parameters in org.gjt.sp.jedit.gui with type arguments of type ErrorListDialog.ErrorEntry
ErrorListDialog(java.awt.Frame frame, java.lang.String title, java.lang.String caption, java.util.Vector<ErrorListDialog.ErrorEntry> messages, boolean pluginError)