mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
[226561] [apidoc] Add API markup to RSE Javadocs where extend / implement is allowed
https://bugs.eclipse.org/bugs/show_bug.cgi?id=226561
This commit is contained in:
parent
6c6bed23d5
commit
a87be8f46d
2 changed files with 12 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - [168975] Move RSE Events API to Core
|
* Martin Oberhuber (Wind River) - [168975] Move RSE Events API to Core
|
||||||
|
* David Dykstal (IBM) - [226561] supply API markup in the javadoc
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.ui.model;
|
package org.eclipse.rse.ui.model;
|
||||||
|
@ -23,6 +24,12 @@ import org.eclipse.rse.core.model.AbstractSystemResourceSet;
|
||||||
import org.eclipse.rse.core.subsystems.ISubSystem;
|
import org.eclipse.rse.core.subsystems.ISubSystem;
|
||||||
import org.eclipse.rse.ui.view.ISystemViewElementAdapter;
|
import org.eclipse.rse.ui.view.ISystemViewElementAdapter;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A SystemRemoteElementResourceSet is used to gather objects together for operations
|
||||||
|
* that work on multiple objects.
|
||||||
|
* @noextend This class is not intended to be subclassed by clients.
|
||||||
|
* Extend {@link AbstractSystemResourceSet} instead.
|
||||||
|
*/
|
||||||
public class SystemRemoteElementResourceSet extends AbstractSystemResourceSet
|
public class SystemRemoteElementResourceSet extends AbstractSystemResourceSet
|
||||||
{
|
{
|
||||||
private ISubSystem _subSystem;
|
private ISubSystem _subSystem;
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - [168975] Move RSE Events API to Core
|
* Martin Oberhuber (Wind River) - [168975] Move RSE Events API to Core
|
||||||
|
* David Dykstal (IBM) - [226561] supply API markup in the javadoc
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.ui.model;
|
package org.eclipse.rse.ui.model;
|
||||||
|
@ -23,6 +24,10 @@ import org.eclipse.swt.widgets.Item;
|
||||||
/**
|
/**
|
||||||
* Event object sent to SystemResourceChangeListeners when a
|
* Event object sent to SystemResourceChangeListeners when a
|
||||||
* remote system object is created, changed, removed, etc.
|
* remote system object is created, changed, removed, etc.
|
||||||
|
* This extends the base event object to include a reference to an
|
||||||
|
* orginating viewer.
|
||||||
|
* @noextend This class is not intended to be subclassed by clients.
|
||||||
|
* The class is complete as is.
|
||||||
* @see org.eclipse.rse.core.events.ISystemResourceChangeEvents
|
* @see org.eclipse.rse.core.events.ISystemResourceChangeEvents
|
||||||
*/
|
*/
|
||||||
public class SystemResourceChangeEventUI extends SystemResourceChangeEvent {
|
public class SystemResourceChangeEventUI extends SystemResourceChangeEvent {
|
||||||
|
|
Loading…
Add table
Reference in a new issue