|
|||||||||
| Home >> All >> org >> eclipse >> jface >> [ text overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.jface.text
Interface ITextViewerExtension3

- All Known Subinterfaces:
- ITextViewerExtension5
Deprecated. replaced by ITextViewerExtension5
- public interface ITextViewerExtension3
Extension interface for ITextViewer.
This interface has been replaced by ITextViewerExtension5. Clients are not supposed to use this interface any longer.
- Since:
- 2.1
| Method Summary | |
IRegion |
getModelCoverage()
Deprecated. Returns the minimal region of the viewer's document that completely comprises everything that is visible in the viewer's widget or null if there is no such region. |
int |
modelLine2WidgetLine(int modelLine)
Deprecated. Returns the widget line that corresponds to the given line of the viewer's document or -1 if there is no such line. |
int |
modelOffset2WidgetOffset(int modelOffset)
Deprecated. Returns the widget offset that corresponds to the given offset in the viewer's document or -1 if there is no such offset |
IRegion |
modelRange2WidgetRange(IRegion modelRange)
Deprecated. Returns the minimal region of the viewer's widget that completely comprises the given region of the viewer's document or null if there is no such region. |
int |
widgetLineOfWidgetOffset(int widgetOffset)
Deprecated. Returns the widget line of the given widget offset. |
int |
widgetlLine2ModelLine(int widgetLine)
Deprecated. Returns the line of the viewer's document that corresponds to the given widget line or -1 if there is no such line. |
int |
widgetOffset2ModelOffset(int widgetOffset)
Deprecated. Returns the offset of the viewer's document that corresponds to the given widget offset or -1 if there is no such offset |
IRegion |
widgetRange2ModelRange(IRegion widgetRange)
Deprecated. Returns the minimal region of the viewer's document that completely comprises the given widget region or null if there is no such region. |
| Method Detail |
getModelCoverage
public IRegion getModelCoverage()
- Deprecated.
- Returns the minimal region of the viewer's document that completely comprises everything that is visible in the viewer's widget or
nullif there is no such region. - Returns the minimal region of the viewer's document that completely comprises everything that is visible in the viewer's widget or
modelLine2WidgetLine
public int modelLine2WidgetLine(int modelLine)
- Deprecated.
- Returns the widget line that corresponds to the given line of the viewer's document or
-1if there is no such line. - Returns the widget line that corresponds to the given line of the viewer's document or
modelOffset2WidgetOffset
public int modelOffset2WidgetOffset(int modelOffset)
- Deprecated.
- Returns the widget offset that corresponds to the given offset in the viewer's document or
-1if there is no such offset - Returns the widget offset that corresponds to the given offset in the viewer's document or
modelRange2WidgetRange
public IRegion modelRange2WidgetRange(IRegion modelRange)
- Deprecated.
- Returns the minimal region of the viewer's widget that completely comprises the given region of the viewer's document or
nullif there is no such region. - Returns the minimal region of the viewer's widget that completely comprises the given region of the viewer's document or
widgetOffset2ModelOffset
public int widgetOffset2ModelOffset(int widgetOffset)
- Deprecated.
- Returns the offset of the viewer's document that corresponds to the given widget offset or
-1if there is no such offset - Returns the offset of the viewer's document that corresponds to the given widget offset or
widgetRange2ModelRange
public IRegion widgetRange2ModelRange(IRegion widgetRange)
- Deprecated.
- Returns the minimal region of the viewer's document that completely comprises the given widget region or
nullif there is no such region. - Returns the minimal region of the viewer's document that completely comprises the given widget region or
widgetlLine2ModelLine
public int widgetlLine2ModelLine(int widgetLine)
- Deprecated.
- Returns the line of the viewer's document that corresponds to the given widget line or
-1if there is no such line. - Returns the line of the viewer's document that corresponds to the given widget line or
widgetLineOfWidgetOffset
public int widgetLineOfWidgetOffset(int widgetOffset)
- Deprecated.
- Returns the widget line of the given widget offset.
- Returns the widget line of the given widget offset.
|
|||||||||
| Home >> All >> org >> eclipse >> jface >> [ text overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC