com.tssap.util.ui.viewer
Interface IViewerContext

All Superinterfaces:
IContext
All Known Subinterfaces:
ITableViewerContext, ITreeViewerContext
All Known Implementing Classes:
ViewerContext

public interface IViewerContext
extends IContext

Since:
01.07.2002

Method Summary
 java.lang.Object[] getSelectedElements()
           
 org.eclipse.jface.viewers.ISelection getSelection()
           
 org.eclipse.jface.viewers.IStructuredSelection getStructuredSelection()
           
 ISapViewer getViewer()
           
 
Methods inherited from interface com.tssap.util.ui.IContext
getContextObjects
 

Method Detail

getViewer

public ISapViewer getViewer()

getSelection

public org.eclipse.jface.viewers.ISelection getSelection()

getStructuredSelection

public org.eclipse.jface.viewers.IStructuredSelection getStructuredSelection()

getSelectedElements

public java.lang.Object[] getSelectedElements()


Copyright © 2005 SAP AG. All Rights Reserved.