com.tssap.util.ui.pane
Interface IBasicPane

All Known Subinterfaces:
ICompoundPane, IGridLayoutPane, ISashPane, ISimplePane, ITabbedPane, ITitledPane, IToolBarPane

public interface IBasicPane

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

getComposite

public org.eclipse.swt.widgets.Composite getComposite()
Gets the underlying (real SWT) composite of the pane.
Returns:
swt composite

getParent

public org.eclipse.swt.widgets.Composite getParent()
Gets the parent composite of the pane.
Returns:
parent composite

setLayoutData

public void setLayoutData(java.lang.Object layoutData)
Sets the layout data of the pane composite.
Parameters:
new - layout data

getWidgetFactory

public IWidgetFactory getWidgetFactory()
Gets the current widget factory used for creating the widgets.
Returns:
widget factory

addDisposeListener

public void addDisposeListener(org.eclipse.swt.events.DisposeListener listener)
Adds a dispose listener which will be informed if the widget is disposed.
Parameters:
additional - dispose listener

isPaneModifiable

public boolean isPaneModifiable()
Checks if additional modifications (i.e. setter methods) can still be done. This is true if the pane composite has not yet been created.
Returns:
s.a.


Copyright © 2005 SAP AG. All Rights Reserved.