Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Problems View

Vlado Pakan edited this page Aug 23, 2013 · 5 revisions

API / Abstract

Implementation

Test Implementation

Usage

Instantiate Problems View

ProblemsView problemsView = new ProblemsView();

Open Problems View

problemsView.open();

Get All Errors/Warnigns

problemsView.getAllErrors();
problemsView.getAllWarnings();
Clone this wiki locally