|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a page in a multi-page dialog.
Method Summary | |
void | createControl(Composite parent)
Creates the top level control for this dialog page under the given parent composite. |
void | dispose()
Disposes the SWT resources allocated by this dialog page. |
Control | getControl()
Returns the top level control for this dialog page. |
String | getDescription()
Returns this dialog page's description text. |
String | getErrorMessage()
Returns the current error message for this dialog page. |
Image | getImage()
Returns this dialog page's image. |
String | getMessage()
Returns the current message for this wizard page. |
String | getTitle()
Returns this dialog page's title. |
void | performHelp()
Notifies that help has been requested for this dialog page. |
void | setDescription(String description)
Sets this dialog page's description text. |
void | setImageDescriptor(ImageDescriptor image)
Sets this dialog page's image. |
void | setTitle(String title)
Set this dialog page's title. |
void | setVisible(boolean visible)
Sets the visibility of this dialog page. |
Method Detail |
public void createControl(Composite parent)
Implementors are responsible for ensuring that the created control can be accessed via getControl
public void dispose()
public Control getControl()
May return null if the control has not been created yet.
public String getDescription()
public String getErrorMessage()
An error message should describe some error state, as opposed to a message which may simply provide instruction or information to the user.
public Image getImage()
public String getMessage()
A message provides instruction or information to the user, as opposed to an error message which should describe some error state.
public String getTitle()
public void performHelp()
public void setDescription(String description)
public void setImageDescriptor(ImageDescriptor image)
public void setTitle(String title)
public void setVisible(boolean visible)
|
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.