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.


Method Summary
 void addMenuProvider(IMenuProvider provider)
          Adds a new IMenuProvider to the section table.
 void addSelectionListener(org.eclipse.swt.events.SelectionListener listener)
          Adds a new SelectionListener to the section table.
 void removeMenuProvider(IMenuProvider provider)
          Removes a IMenuProvider to the section table.
 void removeSelectionListener(org.eclipse.swt.events.SelectionListener listener)
          Removes a SelectionListener to the section table.
 
Methods inherited from interface com.tssap.util.ui.glpc.section.ISectionWithButtons
addButtonClickedListener, initButtonedSection, removeButtonClickedListener
 
Methods inherited from interface com.tssap.util.ui.glpc.section.ISection
initSection
 
Methods inherited from interface com.tssap.util.ui.glpc.ITitledGridLayoutPaneContainer
getDescription, getTitle, setDescription, setTitle
 
Methods inherited from interface com.tssap.util.ui.glpc.IGridLayoutPaneContainer
getUserGridNumOfColumns, initContainer, isUserGridEqualColSize
 
Methods inherited from interface com.tssap.util.ui.IEditable
isEditable, setEditable
 

Method Detail

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.