| Constructor and Description |
|---|
MainPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
createContent(org.eclipse.swt.widgets.Composite parent)
Create the page content
|
boolean |
requestClose()
Called by the page manager to check if the page can be closed
It is possible for the page to trigger a message dialog first and wait for the result. |
public void createContent(org.eclipse.swt.widgets.Composite parent)
PagecreateContent in interface Pageparent - the parent compositepublic boolean requestClose()
PagerequestClose in interface Pagetrue if the page can be closed, false
otherwiseCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.