Subclasses must implement the createContents
framework method to supply the page's main control.
Subclasses should extend the doComputeSize
framework method to compute the size of the page's control.
Subclasses may override the performOk
, performApply
, performDefaults
, performCancel
, and performHelp
framework methods to react to the standard button events.
Subclasses may call the noDefaultAndApplyButton
framework method before the page's control has been created to suppress the standard Apply and Defaults buttons.
|
|