de.bps.course.nodes.den
Class DENEditController

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
                  extended by 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


Field Summary
static java.lang.String PANE_TAB_DENCONFIG
           
 
Constructor Summary
DENEditController(ModuleConfiguration moduleConfiguration, UserRequest ureq, WindowControl wControl, DENCourseNode courseNode, OLATResourceable ores, UserCourseEnvironment userCourseEnv)
           
 
Method Summary
 void addTabs(TabbedPane tabbedPane)
          Add tabs to the given tabbed pane
 void controlChange(javax.sound.midi.ShortMessage event)
           
 void event(UserRequest ureq, Component source, Event event)
          abstract event method for subclasses.
 java.lang.String[] getPaneKeys()
           
 TabbedPane getTabbedPane()
           
static boolean isConfigValid(ModuleConfiguration moduleConfig)
           
 
Methods inherited from class org.olat.core.gui.control.generic.tabbable.ActivateableTabbableDefaultController
activate
 
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
 

Field Detail

PANE_TAB_DENCONFIG

public static final java.lang.String PANE_TAB_DENCONFIG
See Also:
Constant Field Values
Constructor Detail

DENEditController

public DENEditController(ModuleConfiguration moduleConfiguration,
                         UserRequest ureq,
                         WindowControl wControl,
                         DENCourseNode courseNode,
                         OLATResourceable ores,
                         UserCourseEnvironment userCourseEnv)
Method Detail

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)