mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
[189711] isRemote method for ISystemViewElementAdapter
This commit is contained in:
parent
66464d5429
commit
f7531a89f9
1 changed files with 5 additions and 2 deletions
|
@ -244,8 +244,11 @@ public interface ISystemViewElementAdapter extends IPropertySource, ISystemDragD
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return true if this object is a "remote" object. A remote object is defined as an object
|
* Return true if this object is a "remote" object. A remote object is defined as an object
|
||||||
* that is not part of the base RSE artifacts (hosts, subsystems, filters)
|
* that is not part of the base RSE artifacts (hosts, subsystems, filters). This method is used
|
||||||
* @param element the object
|
* to decide whether certain actions will be available from views, and how views should handle refreshing
|
||||||
|
* such objects. Remote objects can appear more than once in the same view, while non-remote objects
|
||||||
|
* are more confined and can be handled very clearly by the RSE UI framework.
|
||||||
|
* @param element the object to check
|
||||||
* @return true if the object is remote
|
* @return true if the object is remote
|
||||||
*/
|
*/
|
||||||
public boolean isRemote(Object element);
|
public boolean isRemote(Object element);
|
||||||
|
|
Loading…
Add table
Reference in a new issue