|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISystemPromptDialog
Suggested interface for dialogs used in actions in remote system framework.
| Method Summary | |
|---|---|
java.lang.Object |
getInputObject()
For explicitly getting input object |
java.lang.Object |
getOutputObject()
For explicitly getting output object after dialog is dismissed. |
int |
publicConvertHeightInCharsToPixels(int chars)
Expose inherited protected method convertHeightInCharsToPixels as a publicly excessible method |
int |
publicConvertWidthInCharsToPixels(int chars)
Expose inherited protected method convertWidthInCharsToPixels as a publicly excessible method |
void |
setInputObject(java.lang.Object inputObject)
For explicitly setting input object |
void |
setOutputObject(java.lang.Object outputObject)
For explicitly setting output object after wizard is dismissed. |
boolean |
wasCancelled()
Allow caller to determine if window was cancelled or not. |
| Method Detail |
|---|
void setInputObject(java.lang.Object inputObject)
java.lang.Object getInputObject()
java.lang.Object getOutputObject()
void setOutputObject(java.lang.Object outputObject)
boolean wasCancelled()
int publicConvertWidthInCharsToPixels(int chars)
int publicConvertHeightInCharsToPixels(int chars)
|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||