Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cfb538c69f64a4e90a8fc014f663f5c28206aab4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Console Actions</title>
</head>

<body link="#0000FF" vlink="#800080">

<p align="left"> Application programming interfaces for Eclipse console specific
  actions.</p>

<h2 align="left">Package Specification</h2>

<p>This package provides a set of actions related to the Eclipse console.</p>
<p>Clients are allowed to instantiate classes from this package. The classes are 
  not intended to be subclassed.</p>
</body>
</html>

Back to the top