mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-05 16:15:25 +02:00
31 lines
No EOL
1.6 KiB
HTML
Executable file
31 lines
No EOL
1.6 KiB
HTML
Executable file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
|
|
<head>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
|
|
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
|
<title>Using the Remote System Explorer API</title>
|
|
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
|
|
<link rel="stylesheet" type="text/css" HREF="../book.css">
|
|
</head>
|
|
|
|
<body bgcolor="#ffffff">
|
|
<h1>Using the Remote Systems Explorer API</h1>
|
|
<p>In addition to all the programming API provided by Eclipse, the Remote System Explorer itself
|
|
comes with numerous classes and interfaces that may be of value to programmers extending the RSE.
|
|
Typically, these are used in conjunction with the <a href="Extensions.html">extension points</a>
|
|
defined by the RSE.
|
|
<p>
|
|
The API set supplied by the RSE can be roughly partitioned into three areas:
|
|
<ol>
|
|
<li><a href="api/uiAPI.html">User interface</a> support, to make it easier to author plug-ins that extend or use the RSE.
|
|
<li><a href="api/resourceAPI.html">Remote resources</a> support, to enable access to remote resources via IBM-supplied subsystems.
|
|
<li><a href="api/modelAPI.html">Model</a> support, to enable traversal of the RSE model, to access connections, subsystem factories, subsystems, filters, and so on.
|
|
</ol>
|
|
</p>
|
|
<p>
|
|
This guide will introduce the capabilities of the API, leaving the programming details to the
|
|
reference section.
|
|
|
|
</body>
|
|
</html> |