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() |
activategetInitialComponentaddControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getUserActivityLogger, getWindowControlForDebug, isDisposed, toStringdispatchEventaddControllerListener, dispatchEvent, dispose, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposedpublic 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)
TabbableControlleraddTabs 在接口中 TabbableControllertabbedPane - The tabbed panepublic java.lang.String[] getPaneKeys()
getPaneKeys 在类中 ActivateableTabbableDefaultControllerpublic TabbedPane getTabbedPane()
getTabbedPane 在类中 ActivateableTabbableDefaultController