|
RSE Release 3.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISystemContentsType | |
---|---|
org.eclipse.rse.core.filters | |
org.eclipse.rse.core.model | |
org.eclipse.rse.core.subsystems | |
org.eclipse.rse.subsystems.files.core.subsystems |
Uses of ISystemContentsType in org.eclipse.rse.core.filters |
---|
Methods in org.eclipse.rse.core.filters with parameters of type ISystemContentsType | |
---|---|
Object[] |
SystemFilterReference.getContents(ISystemContentsType contentsType)
|
boolean |
SystemFilterReference.hasContents(ISystemContentsType contentsType)
|
void |
ISystemFilterReference.setContents(ISystemContentsType type,
Object[] cachedContents)
|
void |
SystemFilterReference.setContents(ISystemContentsType type,
Object[] cachedContents)
|
Uses of ISystemContentsType in org.eclipse.rse.core.model |
---|
Classes in org.eclipse.rse.core.model that implement ISystemContentsType | |
---|---|
class |
SystemChildrenContentsType
Represents contents that are children of a container. |
class |
SystemFilterStringContentsType
Represents contents that are children of a container. |
Methods in org.eclipse.rse.core.model with parameters of type ISystemContentsType | |
---|---|
Object[] |
ISystemContainer.getContents(ISystemContentsType contentsType)
Returns all the contents of the object (combining results of all filters |
boolean |
ISystemContainer.hasContents(ISystemContentsType contentsType)
Returns whether the object has contents of a particular type. |
void |
ISystemModifiableContainer.setContents(ISystemContentsType type,
Object[] cachedContents)
Cache contents of a certain type. |
Uses of ISystemContentsType in org.eclipse.rse.core.subsystems |
---|
Classes in org.eclipse.rse.core.subsystems that implement ISystemContentsType | |
---|---|
class |
RemoteChildrenContentsType
Represents contents that are children of a container |
Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemContentsType | |
---|---|
Object[] |
IRemoteContainer.getContents(ISystemContentsType contentsType,
String filter)
Returns the contents of the object. |
boolean |
IRemoteContainer.hasContents(ISystemContentsType contentsType,
String filter)
Returns whether the object has contents of a particular type associated with the specified filter string. |
void |
IRemoteContainer.setContents(ISystemContentsType contentsType,
String filter,
Object[] con)
Sets the contents of this object that match a particular filter |
Uses of ISystemContentsType in org.eclipse.rse.subsystems.files.core.subsystems |
---|
Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement ISystemContentsType | |
---|---|
class |
RemoteFileChildrenContentsType
Represents contents that are children of a container |
class |
RemoteFolderChildrenContentsType
Represents contents that are children of a container |
class |
RemoteSearchResultsContentsType
Represents contents that are children of a container |
Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type ISystemContentsType | |
---|---|
Object[] |
RemoteFile.getContents(ISystemContentsType contentsType)
|
Object[] |
RemoteFile.getContents(ISystemContentsType contentsType,
String filter)
|
boolean |
RemoteFile.hasContents(ISystemContentsType contentsType)
|
boolean |
RemoteFile.hasContents(ISystemContentsType contentsType,
String filter)
|
void |
RemoteFile.setContents(ISystemContentsType contentsType,
String filter,
Object[] con)
|
|
RSE Release 3.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |