|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemQuickOpenPage
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. |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
Method Detail |
---|
boolean performAction()
true
if the dialog can be closed after execution.void setContainer(ISystemQuickOpenPageContainer container)
container
- the container for this page.
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |