public class TagList extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CURRENT_ERROR_PROPERTY |
static String |
FIRST_ERROR_PROPERTY |
static String |
FULL_PROPERTY |
static String |
LAST_ERROR_PROPERTY |
static String |
NEXT_ERROR_PROPERTY |
static String |
NUM_ERRORS_PROPERTY |
static String |
PREVIOUS_ERROR_PROPERTY |
| Constructor and Description |
|---|
TagList(PropertyChangeSupport propertyChangeSupport) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object tag,
org.dts.spell.ErrorInfo info) |
void |
clear() |
List<org.dts.spell.ErrorInfo> |
getAllErrorInfo() |
org.dts.spell.ErrorInfo |
getCurrentError() |
org.dts.spell.ErrorInfo |
getErrorInfoAt(int curPos) |
org.dts.spell.ErrorInfo |
getFirstError() |
org.dts.spell.ErrorInfo |
getLastError() |
static int |
getMaxNumOfErrors() |
org.dts.spell.ErrorInfo |
getNextError() |
int |
getNumOfErrors() |
org.dts.spell.ErrorInfo |
getPreviousError() |
boolean |
hasTagAt(int curPos) |
boolean |
isEmpty() |
boolean |
isFull() |
void |
remove(Object tag) |
void |
removeAll(Highlighter highlighter) |
void |
removeNullRanges(int beginPos,
int endPos,
Highlighter highlighter) |
void |
removeRange(int beginPos,
int endPos,
Highlighter highlighter) |
static void |
setMaxNumOfErrors(int aMaxNumOfErrors) |
String |
toString() |
void |
updateCurrent(int curPos) |
public static final String FULL_PROPERTY
public static final String NUM_ERRORS_PROPERTY
public static final String FIRST_ERROR_PROPERTY
public static final String LAST_ERROR_PROPERTY
public static final String CURRENT_ERROR_PROPERTY
public static final String PREVIOUS_ERROR_PROPERTY
public static final String NEXT_ERROR_PROPERTY
public TagList(PropertyChangeSupport propertyChangeSupport)
public boolean isEmpty()
public void clear()
public void add(Object tag, org.dts.spell.ErrorInfo info)
public void remove(Object tag)
public void removeAll(Highlighter highlighter)
public void removeRange(int beginPos,
int endPos,
Highlighter highlighter)
public void removeNullRanges(int beginPos,
int endPos,
Highlighter highlighter)
public void updateCurrent(int curPos)
public boolean hasTagAt(int curPos)
public org.dts.spell.ErrorInfo getErrorInfoAt(int curPos)
public List<org.dts.spell.ErrorInfo> getAllErrorInfo()
public static int getMaxNumOfErrors()
public static void setMaxNumOfErrors(int aMaxNumOfErrors)
public boolean isFull()
public int getNumOfErrors()
public org.dts.spell.ErrorInfo getFirstError()
public org.dts.spell.ErrorInfo getLastError()
public org.dts.spell.ErrorInfo getCurrentError()
public org.dts.spell.ErrorInfo getPreviousError()
public org.dts.spell.ErrorInfo getNextError()
Copyright © 2020. All rights reserved.