org.olat.core.gui.control.generic.dtabs
Interface DTab

All Superinterfaces:
CustomCSSProvider, Disposable
All Known Implementing Classes:
DTabImpl

public interface DTab
extends Disposable, CustomCSSProvider

Description:
the api user view

Initial Date: 19.07.2005

Author:
Felix Jost

Method Summary
 OLATResourceable getOLATResourceable()
           
 java.lang.String getTitle()
           
 WindowControl getWindowControl()
           
 void setController(Controller launchController)
           
 
Methods inherited from interface org.olat.core.gui.control.Disposable
dispose
 
Methods inherited from interface org.olat.core.gui.components.htmlheader.jscss.CustomCSSProvider
getCustomCSS
 

Method Detail

getWindowControl

WindowControl getWindowControl()
Returns:
the windowcontrol

getTitle

java.lang.String getTitle()
Returns:
the title

getOLATResourceable

OLATResourceable getOLATResourceable()
Returns:
the olat resourceable

setController

void setController(Controller launchController)
Parameters:
launchController -