|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void setInputObject(Object inputObject)
public Object getInputObject()
public Object getOutputObject()
public void setOutputObject(Object outputObject)
public boolean wasCancelled()
public int publicConvertWidthInCharsToPixels(int chars)
public int publicConvertHeightInCharsToPixels(int chars)
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||