|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
static String |
copyright
|
Fields inherited from interface com.ibm.etools.systems.subsystems.IRemoteObjectIdentifier |
---|
Copyright |
Method Summary | |
---|---|
boolean |
canDrag(Object element)
Return true if this object can be copied to another location via drag and drop, or clipboard copy. |
boolean |
canDrop(Object element)
Return true if another object can be copied into this object |
Object |
doDrag(Object element,
boolean sameSystemType,
IProgressMonitor monitor)
Perform the drag on the given object. |
Object |
doDrop(Object from,
Object to,
boolean sameSystemType,
boolean sameSystem,
int srcType,
IProgressMonitor monitor)
Perform drop from the "from" object to the "to" object |
Object |
doDrop(Object from,
Object to,
boolean sameSystemType,
boolean sameSystem,
IProgressMonitor monitor)
Deprecated. use doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, int srcType, IProgressMonitor monitor) instead |
SubSystem |
getSubSystem(Object element)
Get the subsystem that corresponds to this object if one exists. |
boolean |
validateDrop(Object src,
Object target,
boolean sameSystem)
Return true if it is valid for the src object to be dropped in the target |
Methods inherited from interface com.ibm.etools.systems.subsystems.IRemoteObjectIdentifier |
---|
getAbsoluteName |
Field Detail |
public static final String copyright
Method Detail |
public boolean canDrag(Object element)
public Object doDrag(Object element, boolean sameSystemType, IProgressMonitor monitor)
element
- the object to copysameSystemType
- indication of whether the source and target reside on the same type of systemmonitor
- the progress monitor
public boolean canDrop(Object element)
element
- the target of a drop operation
public Object doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, int srcType, IProgressMonitor monitor)
from
- the source object for the dropto
- the target object for the dropsameSystemType
- indication of whether the source and target reside of the same type of systemsameSystem
- indication of whether the source and target are on the same systemsrcType
- the type of object to be dropped.monitor
- the progress monitor
public Object doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, IProgressMonitor monitor)
from
- the source object for the dropto
- the target object for the dropsameSystemType
- indication of whether the source and target reside of the same type of systemsameSystem
- indication of whether the source and target are on the same systemmonitor
- the progress monitor
public boolean validateDrop(Object src, Object target, boolean sameSystem)
src
- the object to droptarget
- the object which src is dropped insameSystem
- whether this is the same system
public SubSystem getSubSystem(Object element)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |