public interface IDropToFrame
Modifier and Type | Method and Description |
---|---|
boolean |
canDropToFrame()
Returns whether this element can currently perform a drop to frame.
|
void |
dropToFrame()
Performs a drop to frame on this element.
|
boolean canDropToFrame()
void dropToFrame() throws DebugException
RESUME
and SUSPEND
events, or a single CHANGE
event when the drop is complete. Implementations should implement drop to frame
in a non-blocking fashion.DebugException
- on failure. Reasons include:
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.