de.bps.course.nodes.den
Class DENEditController
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.core.gui.control.generic.tabbable.ActivateableTabbableDefaultController
de.bps.course.nodes.den.DENEditController
- All Implemented Interfaces:
- java.util.EventListener, Controller, ControllerEventListener, Disposable, Activateable, TabbableController
public class DENEditController
- extends ActivateableTabbableDefaultController
- implements javax.sound.midi.ControllerEventListener
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PANE_TAB_DENCONFIG
public static final java.lang.String PANE_TAB_DENCONFIG
- See Also:
- Constant Field Values
DENEditController
public DENEditController(ModuleConfiguration moduleConfiguration,
UserRequest ureq,
WindowControl wControl,
DENCourseNode courseNode,
OLATResourceable ores,
UserCourseEnvironment userCourseEnv)
getPaneKeys
public java.lang.String[] getPaneKeys()
- Specified by:
getPaneKeys in class ActivateableTabbableDefaultController
- Returns:
- translation keys for the panes
getTabbedPane
public TabbedPane getTabbedPane()
- Specified by:
getTabbedPane in class ActivateableTabbableDefaultController
- Returns:
- tabbed pane
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.
controlChange
public void controlChange(javax.sound.midi.ShortMessage 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
isConfigValid
public static boolean isConfigValid(ModuleConfiguration moduleConfig)