|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemTextEditorParser
This interface should be implemented by parsers used in our editor.
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
void |
doRefresh()
Override this method to do something special as part of refresh. |
String |
getLanguage()
Returns the name of the parser's language. |
String |
getLocalFileName()
Get the local file name. |
boolean |
isLocal()
Returns whether the input resource is local. |
void |
removeErrors(int iElement)
Method removeError. |
void |
removeErrors(int iStartElement,
int iEndElement)
Method removeErrors. |
void |
setLocal(boolean isLocal)
Sets whether the input resource is local. |
Field Detail |
---|
static final String Copyright
Method Detail |
---|
void setLocal(boolean isLocal)
specify
- true if the input resource is local, or false if input
resource is of remote origin.String getLanguage()
boolean isLocal()
String getLocalFileName()
void removeErrors(int iElement)
iElement
- the element number to remove all the errors forvoid removeErrors(int iStartElement, int iEndElement)
iStartElement
- void doRefresh()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |