|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.systems.application.visual.editor.providers.DefaultSystemTextParser
public class DefaultSystemTextParser
Default text parser for Application Diagram. The parser uses the model element name as the displayable string for editpart.
Field Summary | |
---|---|
static String |
copyright
|
protected static IParser |
instance
instance of parser |
Constructor Summary | |
---|---|
protected |
DefaultSystemTextParser()
Constructor. |
Method Summary | |
---|---|
IContentAssistProcessor |
getCompletionProcessor(IAdaptable element)
|
String |
getEditString(IAdaptable element,
int flags)
|
static IParser |
getInstance()
Gets the instance of the parser |
ICommand |
getParseCommand(IAdaptable element,
String newString,
int flags)
|
String |
getPrintString(IAdaptable element,
int flags)
|
boolean |
isAffectingEvent(Object event,
int flags)
|
IParserEditStatus |
isValidEditString(IAdaptable element,
String editString)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
protected static IParser instance
Constructor Detail |
---|
protected DefaultSystemTextParser()
Method Detail |
---|
public static IParser getInstance()
public IContentAssistProcessor getCompletionProcessor(IAdaptable element)
public String getEditString(IAdaptable element, int flags)
public ICommand getParseCommand(IAdaptable element, String newString, int flags)
public String getPrintString(IAdaptable element, int flags)
public boolean isAffectingEvent(Object event, int flags)
public IParserEditStatus isValidEditString(IAdaptable element, String editString)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |