|
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 IISeriesEditorPromptAdapter
This adapter is the interface between a prompt view page and an ISeries editor. The editor implements this interface, as well as the getAdapter method for 'IISeriesEditorPromptAdapter.class'.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
void |
addPromptChangeListener(IISeriesEditorPromptChangeListener listener)
The editor is to add a prompt change listener to its list of listeners. |
void |
displayHelp(String strHelpResourceID)
Requests that the help for the given help resource identifier be displayed. |
void |
displayMessageHelp(String strMessageID)
Requests that the help for the given message identifier be displayed. |
IISeriesEditorPromptChangeListener |
getPromptChangeListener()
Return the listener |
String |
getPromptEncoding()
The editor is to return the codepage. |
Font |
getPromptFont()
The editor is to return the font that it is using. |
String |
getPromptFormatLine(String strPageId)
The editor is to return the format line for the given prompt page identifier. |
ISeriesEditorPromptGroup |
getPromptGroup()
The adapter is to return the field information for a group of spec types. |
int |
getPromptMaxLineLength()
Returns the maximum line length of all editor text lines excluding the sequence/prefix area, or -1 if unknown. |
int |
getPromptPageIndex(int iElement)
The adapter is to return the page index for the given line number. |
boolean |
getRetainLowerCase()
Multiple choice fields represented by a combo box display choices in upper case. |
IISeriesEditorSyntaxChecker |
getSyntaxChecker()
Returns a syntax checker or null if not applicable. |
void |
promptElementChanged(int iElementNumber,
String strText)
The editor is being notified by the prompter that the line of text has been changed by the user within the prompt view. |
void |
promptLineChanged(int iLineNumber,
String strText)
The editor is being notified by the prompter that the line of text has been changed by the user within the prompt view. |
void |
removePromptChangeListener(IISeriesEditorPromptChangeListener listener)
The editor is to remove a prompt change listener from its list of listeners. |
void |
setInsertModeAction(Action actionInsertMode)
Gives the adapter the action that tells it whether a new line should be created when the prompt view's apply button is pressed, or whether an existing line should be replaced. |
Field Detail |
---|
static final String copyright
Method Detail |
---|
void addPromptChangeListener(IISeriesEditorPromptChangeListener listener)
void displayHelp(String strHelpResourceID)
void displayMessageHelp(String strMessageID)
IISeriesEditorPromptChangeListener getPromptChangeListener()
String getPromptEncoding()
Font getPromptFont()
String getPromptFormatLine(String strPageId)
int getPromptMaxLineLength()
ISeriesEditorPromptGroup getPromptGroup()
int getPromptPageIndex(int iElement)
boolean getRetainLowerCase()
IISeriesEditorSyntaxChecker getSyntaxChecker()
void promptLineChanged(int iLineNumber, String strText)
void promptElementChanged(int iElementNumber, String strText)
void removePromptChangeListener(IISeriesEditorPromptChangeListener listener)
void setInsertModeAction(Action actionInsertMode)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |