org.olat.core.gui.control.generic.tabbable
Class ActivateableTabbableDefaultController

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.core.gui.control.generic.tabbable.TabbableDefaultController
              extended by org.olat.core.gui.control.generic.tabbable.ActivateableTabbableDefaultController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable, Activateable, TabbableController
Direct Known Subclasses:
BCCourseNodeEditController, CalEditController, ChecklistEditController, COEditController, CPEditController, DENEditController, DialogCourseNodeEditController, ENEditController, FeedNodeEditController, FOCourseNodeEditController, IQEditController, LLEditController, MSCourseNodeEditController, NodeEditController, ProjectBrokerCourseEditorController, ScormEditController, SPEditController, STCourseNodeEditController, TACourseNodeEditController, TUEditController, WikiEditController

public abstract class ActivateableTabbableDefaultController
extends TabbableDefaultController
implements Activateable

Description:
TODO: patrick Class Description for ActivateableTabbableDefaultController

Initial Date: Aug 8, 2005

Author:
patrick

Constructor Summary
ActivateableTabbableDefaultController(UserRequest ureq, WindowControl wControl)
           
 
Method Summary
 void activate(UserRequest ureq, java.lang.String viewIdentifier)
          FIXME:pb:discussion FJ should we return boolean if activation was successful?
abstract  java.lang.String[] getPaneKeys()
           
abstract  TabbedPane getTabbedPane()
           
 
Methods inherited from class org.olat.core.gui.control.generic.tabbable.TabbableDefaultController
getInitialComponent
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.olat.core.gui.control.Controller
addControllerListener, dispatchEvent, dispose, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed
 
Methods inherited from interface org.olat.core.gui.control.generic.tabbable.TabbableController
addTabs
 

Constructor Detail

ActivateableTabbableDefaultController

public ActivateableTabbableDefaultController(UserRequest ureq,
                                             WindowControl wControl)
Method Detail

getPaneKeys

public abstract java.lang.String[] getPaneKeys()
Returns:
translation keys for the panes

getTabbedPane

public abstract TabbedPane getTabbedPane()
Returns:
tabbed pane

activate

public void activate(UserRequest ureq,
                     java.lang.String viewIdentifier)
Description copied from interface: Activateable
FIXME:pb:discussion FJ should we return boolean if activation was successful?

Specified by:
activate in interface Activateable
See Also:
Activateable.activate(org.olat.core.gui.UserRequest, java.lang.String)