|
RSE Release 3.2 |
|||||||||
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 | |
---|---|
Object |
getInputObject()
For explicitly getting input object |
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(Object inputObject)
For explicitly setting input object |
void |
setOutputObject(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(Object inputObject)
Object getInputObject()
Object getOutputObject()
void setOutputObject(Object outputObject)
boolean wasCancelled()
int publicConvertWidthInCharsToPixels(int chars)
int publicConvertHeightInCharsToPixels(int chars)
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |