public interface IFrameSource
FrameList
Modifier and Type | Field and Description |
---|---|
static int |
CURRENT_FRAME
Frame constant indicating the current frame.
|
static int |
FULL_CONTEXT
Flag constant indicating that the full context should be captured.
|
static int |
PARENT_FRAME
Frame constant indicating the parent frame.
|
static int |
SELECTION_FRAME
Frame constant indicating the frame for the selection.
|
static final int CURRENT_FRAME
static final int SELECTION_FRAME
static final int PARENT_FRAME
static final int FULL_CONTEXT
Frame getFrame(int whichFrame, int flags)
FULL_CONTEXT
flag is specified, then the full
context of the source should be captured by the frame.
Otherwise, only the visible aspects of the frame, such as the name and tool tip text,
will be used.whichFrame
- one of the frame constants defined in this interfaceflags
- a bit-wise OR of the flag constants defined in this interface
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.