public class WikiEditController extends ActivateableTabbableDefaultController implements ControllerEventListener
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
PANE_TAB_ACCESSIBILITY |
static java.lang.String |
PANE_TAB_WIKICONFIG |
static java.lang.String |
PANE_TAB_WIKIDISPLAYCONFIG |
构造器和说明 |
---|
WikiEditController(ModuleConfiguration config,
UserRequest ureq,
WindowControl wControl,
WikiCourseNode wikiCourseNode,
ICourse course,
UserCourseEnvironment euce)
Constructor for wiki page editor controller
|
限定符和类型 | 方法和说明 |
---|---|
void |
addTabs(TabbedPane tabbedPane)
Add tabs to the given tabbed pane
|
java.lang.String[] |
getPaneKeys() |
TabbedPane |
getTabbedPane() |
activate
getInitialComponent
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
dispatchEvent
addControllerListener, dispatchEvent, dispose, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed
public static final java.lang.String PANE_TAB_ACCESSIBILITY
public static final java.lang.String PANE_TAB_WIKICONFIG
public static final java.lang.String PANE_TAB_WIKIDISPLAYCONFIG
public WikiEditController(ModuleConfiguration config, UserRequest ureq, WindowControl wControl, WikiCourseNode wikiCourseNode, ICourse course, UserCourseEnvironment euce)
config
- The node module configurationureq
- The user requestwikiCourseNode
- The current wiki page course nodecourse
- public void addTabs(TabbedPane tabbedPane)
TabbableController
addTabs
在接口中 TabbableController
tabbedPane
- The tabbed panepublic java.lang.String[] getPaneKeys()
getPaneKeys
在类中 ActivateableTabbableDefaultController
public TabbedPane getTabbedPane()
getTabbedPane
在类中 ActivateableTabbableDefaultController