com.tssap.util.ui.pane
Interface ITitledPane

All Superinterfaces:
IBasicPane
All Known Subinterfaces:
ICompoundPane, IGridLayoutPane, ISashPane, ISimplePane

public interface ITitledPane
extends IBasicPane


Method Summary
 java.lang.String getTitle()
          Get the title of the pane.
 void setTitle(java.lang.String title)
          Set the title.
 
Methods inherited from interface com.tssap.util.ui.pane.IBasicPane
addDisposeListener, getComposite, getParent, getWidgetFactory, isPaneModifiable, setLayoutData
 

Method Detail

getTitle

public java.lang.String getTitle()
Get the title of the pane.
Returns:
String value

setTitle

public void setTitle(java.lang.String title)
Set the title.
Parameters:
title - new value


Copyright © 2005 SAP AG. All Rights Reserved.