public abstract class SpellingProblem extends Object
SpellingService
service to the
ISpellingProblemCollector
.
This class is intended to be subclassed by clients.
SpellingService
,
ISpellingProblemCollector
Constructor and Description |
---|
SpellingProblem() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getLength()
Returns the length of the incorrectly spelled region.
|
abstract String |
getMessage()
Returns a localized, human-readable message string which describes the spelling problem.
|
abstract int |
getOffset()
Returns the offset of the incorrectly spelled region.
|
abstract ICompletionProposal[] |
getProposals()
Returns the proposals for the incorrectly spelled region.
|
public abstract int getOffset()
public abstract int getLength()
public abstract String getMessage()
public abstract ICompletionProposal[] getProposals()
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.