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

Outline View

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

API / Abstract

Implementation

Test Implementation

Usage

Instantiate Package Explorer

PackageExplorer packageExplorer = new PackageExplorer();

Open Package Explorer

packageExplorer.open();

Select project within Package Explorer

packageExplorer.selectProject("testProject");

Get all projects contained in Package Explorer

packageExplorer.getProjects();

Check if project is displayed within Package Explorer

boolean containsProject = packageExplorer.containsProject("testProject");
Clone this wiki locally