|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Defines the root of the pane hierarchy.
| Method Summary | |
void |
addDisposeListener(org.eclipse.swt.events.DisposeListener listener)
Adds a dispose listener which will be informed if the widget is disposed. |
org.eclipse.swt.widgets.Composite |
getComposite()
Gets the underlying (real SWT) composite of the pane. |
org.eclipse.swt.widgets.Composite |
getParent()
Gets the parent composite of the pane. |
IWidgetFactory |
getWidgetFactory()
Gets the current widget factory used for creating the widgets. |
boolean |
isPaneModifiable()
Checks if additional modifications (i.e. setter methods) can still be done. |
void |
setLayoutData(java.lang.Object layoutData)
Sets the layout data of the pane composite. |
| Method Detail |
public org.eclipse.swt.widgets.Composite getComposite()
public org.eclipse.swt.widgets.Composite getParent()
public void setLayoutData(java.lang.Object layoutData)
new - layout datapublic IWidgetFactory getWidgetFactory()
public void addDisposeListener(org.eclipse.swt.events.DisposeListener listener)
additional - dispose listenerpublic boolean isPaneModifiable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||