Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0b204e032e790c988f2f7da7d074c63a66d7316b (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> Application programming interfaces for Eclipse console specific
  actions.</p>

<h2>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