com.tssap.util.ui.viewer
Class SapViewer

java.lang.Object
  |
  +--com.tssap.util.ui.viewer.SapViewer
All Implemented Interfaces:
IContextMenuParticipant, ISapViewer
Direct Known Subclasses:
SapAbstractTreeViewer, SapTableViewer

public abstract class SapViewer
extends java.lang.Object
implements ISapViewer

Version:
1.0

Constructor Summary
SapViewer()
          Constructor for SapViewer.
 
Method Summary
 IContextMenu getContextMenu()
           
abstract  IViewerContext getCurrentViewerContext()
           
 void setContextMenu(IContextMenu contextMenu)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SapViewer

public SapViewer()
Constructor for SapViewer.
Method Detail

getContextMenu

public IContextMenu getContextMenu()
Specified by:
getContextMenu in interface IContextMenuParticipant
See Also:
IContextMenuParticipant.getContextMenu()

setContextMenu

public void setContextMenu(IContextMenu contextMenu)
Specified by:
setContextMenu in interface IContextMenuParticipant
See Also:
IContextMenuParticipant.setContextMenu(IContextMenu)

getCurrentViewerContext

public abstract IViewerContext getCurrentViewerContext()


Copyright © 2005 SAP AG. All Rights Reserved.