public class TabbedPaneController extends DefaultController<TabbedPaneModel,TabbedPaneView>
EventAdapter.Linker
NOT_IMPLEMENTED_YET
Constructor and Description |
---|
TabbedPaneController(TabbedPaneView view)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
initEventAdapters()
Custom method used to initialize event Adapters.
|
protected void |
initEventHandlers()
Custom method used to initialize event handlers.
|
(package private) void |
initTabEventHandler(ToggleButton tabButton)
Inits the tab event handler.
|
callCommand, callCommand, linkCommand, linkCommand, linkService, linkService, linkUi, linkUi, linkWave, linkWave
activate, addAdapter, finalize, getHandler, initInternalEventAdapters, initInternalEventHandlers, model, node, view
public TabbedPaneController(TabbedPaneView view) throws CoreException
view
- the viewCoreException
- the core exceptionprotected void initEventAdapters() throws CoreException
initEventAdapters
in class DefaultController<TabbedPaneModel,TabbedPaneView>
CoreException
- if an error occurred while creating event adaptersprotected void initEventHandlers() throws CoreException
initEventHandlers
in class DefaultController<TabbedPaneModel,TabbedPaneView>
CoreException
- if an error occurred while creating event handlersvoid initTabEventHandler(ToggleButton tabButton)
tabButton
- the tab buttonCopyright © 2011–2016 JRebirth OSS. All rights reserved.