org.eclipse.birt.chart.ui.swt.interfaces
Interface ISheet

All Superinterfaces:
ISheetListener

public interface ISheet
extends ISheetListener

Author:
Actuate Corporation

Method Summary
 void getComponent(Composite parent)
           
 INode getNode()
           
 java.lang.String getTitleText()
           
 void setIgnoreNotifications(boolean bIgnoreNotifications)
           
 void setIndex(int index)
           
 void setUIServiceProvider(IUIServiceProvider provider, java.lang.Object oContext)
           
 
Methods inherited from interface org.eclipse.birt.chart.ui.swt.interfaces.ISheetListener
after, before
 

Method Detail

setIndex

public void setIndex(int index)

setUIServiceProvider

public void setUIServiceProvider(IUIServiceProvider provider,
                                 java.lang.Object oContext)

setIgnoreNotifications

public void setIgnoreNotifications(boolean bIgnoreNotifications)

getNode

public INode getNode()

getTitleText

public java.lang.String getTitleText()

getComponent

public void getComponent(Composite parent)


Copyright © 2005 Actuate Corp. All rights reserved.