org.jowidgets.examples.common.workbench.demo2.component
Class ComponentDemo2
java.lang.Object
org.jowidgets.examples.common.workbench.base.AbstractDemoComponent
org.jowidgets.examples.common.workbench.demo2.component.ComponentDemo2
- All Implemented Interfaces:
- org.jowidgets.workbench.api.IComponent, org.jowidgets.workbench.api.IDisposeCallback
public class ComponentDemo2
- extends AbstractDemoComponent
- implements org.jowidgets.workbench.api.IComponent
|
Constructor Summary |
ComponentDemo2(org.jowidgets.workbench.toolkit.api.IComponentNodeModel componentNodeModel,
org.jowidgets.workbench.api.IComponentContext componentContext)
|
|
Method Summary |
org.jowidgets.workbench.api.IView |
createView(String viewId,
org.jowidgets.workbench.api.IViewContext context)
|
void |
onActivation()
|
void |
onDeactivation(org.jowidgets.common.types.IVetoable vetoable)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jowidgets.workbench.api.IComponent |
onFolderCreated |
| Methods inherited from interface org.jowidgets.workbench.api.IDisposeCallback |
onDispose |
ComponentDemo2
public ComponentDemo2(org.jowidgets.workbench.toolkit.api.IComponentNodeModel componentNodeModel,
org.jowidgets.workbench.api.IComponentContext componentContext)
createView
public org.jowidgets.workbench.api.IView createView(String viewId,
org.jowidgets.workbench.api.IViewContext context)
- Specified by:
createView in interface org.jowidgets.workbench.api.IComponent
onActivation
public void onActivation()
- Specified by:
onActivation in interface org.jowidgets.workbench.api.IComponent- Overrides:
onActivation in class AbstractDemoComponent
onDeactivation
public void onDeactivation(org.jowidgets.common.types.IVetoable vetoable)
- Specified by:
onDeactivation in interface org.jowidgets.workbench.api.IComponent- Overrides:
onDeactivation in class AbstractDemoComponent
Copyright © 2012. All Rights Reserved.