|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for a preference page. This interface is used primarily by the page's container
Method Summary | |
Point | computeSize()
Computes a size for this page's UI component. |
boolean | isValid()
Returns whether this dialog page is in a valid state. |
boolean | okToLeave()
Checks whether it is alright to leave this page. |
boolean | performCancel()
Notifies that the container of this preference page has been canceled. |
boolean | performOk()
Notifies that the OK button of this page's container has been pressed. |
void | setContainer(IPreferencePageContainer preferencePageContainer)
Sets or clears the container of this page. |
void | setSize(Point size)
Sets the size of this page's UI component. |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
Method Detail |
public Point computeSize()
public boolean isValid()
public boolean okToLeave()
public boolean performCancel()
public boolean performOk()
public void setContainer(IPreferencePageContainer preferencePageContainer)
public void setSize(Point size)
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.