|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String copyright
Method Detail |
public void addPromptChangeListener(IISeriesEditorPromptChangeListener listener)
public void displayHelp(String strHelpResourceID)
public void displayMessageHelp(String strMessageID)
public IISeriesEditorPromptChangeListener getPromptChangeListener()
public String getPromptEncoding()
public Font getPromptFont()
public String getPromptFormatLine(String strPageId)
public int getPromptMaxLineLength()
public ISeriesEditorPromptGroup getPromptGroup()
public int getPromptPageIndex(int iElement)
public boolean getRetainLowerCase()
public IISeriesEditorSyntaxChecker getSyntaxChecker()
public void promptLineChanged(int iLineNumber, String strText)
public void promptElementChanged(int iElementNumber, String strText)
public void removePromptChangeListener(IISeriesEditorPromptChangeListener listener)
public void setInsertModeAction(Action actionInsertMode)
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |