com.tssap.util.ui.glpc.section
Interface ITableSection
- All Superinterfaces:
- IEditable, IGridLayoutPaneContainer, ISection, ISectionWithButtons, ITitledGridLayoutPaneContainer
- All Known Implementing Classes:
- TableSection
- public interface ITableSection
- extends ISectionWithButtons
Interface that must be implemented by all table sections.
addSelectionListener
public void addSelectionListener(org.eclipse.swt.events.SelectionListener listener)
- Adds a new
SelectionListener to the section table.
- Parameters:
listener - The listener to add.
removeSelectionListener
public void removeSelectionListener(org.eclipse.swt.events.SelectionListener listener)
- Removes a
SelectionListener to the section table.
- Parameters:
listener - The listener to remove.
addMenuProvider
public void addMenuProvider(IMenuProvider provider)
- Adds a new
IMenuProvider to the section table.
- Parameters:
provider - The provider to add.
removeMenuProvider
public void removeMenuProvider(IMenuProvider provider)
- Removes a
IMenuProvider to the section table.
- Parameters:
provider - The provider to remove.
Copyright © 2005 SAP AG. All Rights Reserved.