|
TPTP 4.4.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.tptp.wsdm.tooling.editor.ui.internal.AbstractPage
org.eclipse.tptp.wsdm.tooling.editor.ui.internal.AbstractUIPage
Abstract class to handle most of the functionality of a UI page.
org.eclipse.tptp.wsdm.tooling.editor.capability.internal.pages.overview.OverviewPage,
org.eclipse.tptp.wsdm.tooling.editor.capability.internal.pages.property.PropertyPage,
org.eclipse.tptp.wsdm.tooling.editor.capability.internal.pages.operation.OperationPage,
org.eclipse.tptp.wsdm.tooling.editor.capability.internal.pages.topic.TopicPage| Field Summary |
|---|
| Fields inherited from class org.eclipse.tptp.wsdm.tooling.editor.ui.internal.AbstractPage |
|---|
_display, _editor, _isDirty |
| Constructor Summary | |
|---|---|
protected |
AbstractUIPage(org.eclipse.swt.widgets.Composite parent,
AbstractCapabilityEditor editor,
java.lang.String name)
Creates a new object of this class. |
| Method Summary | |
|---|---|
void |
addSection(IPageSection section)
Add a section to the list of sections. |
abstract void |
create()
Creats the page. |
void |
createSections()
Creates the sections. |
void |
enableSections(boolean enabled)
Enable or disable sections based on parameter passed. |
org.eclipse.swt.widgets.Control |
getControl()
Returns the control associated with UI page. |
org.eclipse.ui.forms.widgets.ScrolledForm |
getForm()
Returns the ScrolledForm |
java.util.List |
getSections()
Returns the list of sections. |
java.lang.String |
getTitle()
Returns the title of the form. |
org.eclipse.ui.forms.widgets.FormToolkit |
getToolkit()
Returns the FormToolkit. |
void |
hookAllListeners()
Initializes all section control listeners. |
void |
pageChange(int newPageIndex)
Gives the indication of page change event. |
void |
propertyChanged(java.lang.Object source,
int propId)
Handle propertyChanged event. |
void |
refresh()
Refreshes the UI page. |
void |
refreshSections()
Refreshes the sections. |
| Methods inherited from class org.eclipse.tptp.wsdm.tooling.editor.ui.internal.AbstractPage |
|---|
isDirty, save, setDirty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.tptp.wsdm.tooling.editor.ui.internal.IPage |
|---|
isDirty, save, setDirty |
| Constructor Detail |
protected AbstractUIPage(org.eclipse.swt.widgets.Composite parent,
AbstractCapabilityEditor editor,
java.lang.String name)
| Method Detail |
public void addSection(IPageSection section)
addSection in interface IUIPagepublic java.util.List getSections()
getSections in interface IUIPagepublic org.eclipse.ui.forms.widgets.ScrolledForm getForm()
getForm in interface IUIPagepublic java.lang.String getTitle()
getTitle in interface IUIPagepublic org.eclipse.ui.forms.widgets.FormToolkit getToolkit()
getToolkit in interface IUIPagepublic abstract void create()
IPage
create in interface IPagecreate in class AbstractPagepublic void createSections()
createSections in interface IUIPagepublic void refreshSections()
refreshSections in interface IUIPagepublic void hookAllListeners()
hookAllListeners in interface IPagehookAllListeners in class AbstractPage
public void propertyChanged(java.lang.Object source,
int propId)
propertyChanged in interface org.eclipse.ui.IPropertyListenerpublic void enableSections(boolean enabled)
enableSections in interface IUIPagepublic void refresh()
refresh in interface IPagerefresh in class AbstractPagepublic org.eclipse.swt.widgets.Control getControl()
getControl in interface IPagepublic void pageChange(int newPageIndex)
pageChange in interface IPagepageChange in class AbstractPage
|
TPTP 4.4.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||