|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Fragment | |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
Uses of Fragment in org.eclipse.jface.text |
Methods in org.eclipse.jface.text that return Fragment | |
Fragment |
ProjectionPosition.getFragment()
Returns the corresponding fragment. |
Fragment |
ProjectionDocument.createFragment(Position parentPosition)
Creates a fragment from a postion of the parent document. |
protected Fragment |
ProjectionDocument.getFragmentOfOffset(int offset)
Returns the fragment that contains the given offset. |
protected Fragment[] |
ProjectionDocument.getFragmentsOfRange(int offset,
int length)
Returns the minimal consecutive list of fragments that completely covers the given range. |
Methods in org.eclipse.jface.text with parameters of type Fragment | |
void |
ProjectionPosition.setFragment(Fragment fragment)
Sets the corresponding fragment. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |