org.olat.ims.qti.editor
Class SectionController
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.core.gui.control.generic.tabbable.TabbableDefaultController
org.olat.ims.qti.editor.SectionController
- All Implemented Interfaces:
- Controller, ControllerEventListener, Disposable, TabbableController
public class SectionController
- extends TabbableDefaultController
- implements ControllerEventListener
Initial Date: Oct 21, 2004
- Author:
- mike
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SectionController
public SectionController(Section section,
QTIEditorPackage qtiPackage,
UserRequest ureq,
WindowControl wControl,
boolean restrictedEdit)
- Parameters:
section - qtiPackage - locale - wControl -
event
public void event(UserRequest ureq,
Component source,
Event event)
- Description copied from class:
DefaultController
- abstract event method for subclasses. the event received from the component
we are listening to are always rerouted to this method here, except when
the component has been disposed, in which case the events are simply
ignored.
- See Also:
DefaultController.event(org.olat.core.gui.UserRequest,
org.olat.core.gui.components.Component, org.olat.core.gui.control.Event)
addTabs
public void addTabs(TabbedPane tabbedPane)
- Description copied from interface:
TabbableController
- Add tabs to the given tabbed pane
- Specified by:
addTabs in interface TabbableController
- Parameters:
tabbedPane - The tabbed pane- See Also:
org.olat.core.gui.control.generic.tabbable.TabbableController#addTabs(org.olat.core.gui.components.TabbedPane)