|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a page inside the quick open dialog.
Clients can contribute their own quick open page to the
dialog by implementing this interface, typically as a subclass
of DialogPage
.
The quick open dialog calls the performAction
method when the Ok
button is pressed.
IDialogPage
,
DialogPage
Method Summary | |
---|---|
boolean |
performAction()
Performs the action for this page. |
void |
setContainer(ISystemQuickOpenPageContainer container)
Sets the container of this page. |
Method Detail |
public boolean performAction()
true
if the dialog can be closed after execution.public void setContainer(ISystemQuickOpenPageContainer container)
container
- the container for this page.
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |