org.jowidgets.examples.common.workbench.demo1
Class ApplicationDemo2

java.lang.Object
  extended by org.jowidgets.examples.common.workbench.base.AbstractDemoApplication
      extended by org.jowidgets.examples.common.workbench.demo1.ApplicationDemo2
All Implemented Interfaces:
org.jowidgets.workbench.api.ICloseCallback, org.jowidgets.workbench.api.IDisposeCallback, org.jowidgets.workbench.api.ILifecycleCallback, org.jowidgets.workbench.api.IWorkbenchApplication, org.jowidgets.workbench.api.IWorkbenchApplicationDescriptor, org.jowidgets.workbench.api.IWorkbenchPart

public class ApplicationDemo2
extends AbstractDemoApplication


Constructor Summary
ApplicationDemo2()
           
 
Method Summary
 org.jowidgets.common.image.IImageConstant getIcon()
           
 String getLabel()
           
 String getTooltip()
           
 void onClose(org.jowidgets.common.types.IVetoable vetoable)
           
 void onContextInitialize(org.jowidgets.workbench.api.IWorkbenchApplicationContext context)
           
 
Methods inherited from class org.jowidgets.examples.common.workbench.base.AbstractDemoApplication
createView, getId, onActiveStateChanged, onDispose, onVisibleStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationDemo2

public ApplicationDemo2()
Method Detail

onContextInitialize

public void onContextInitialize(org.jowidgets.workbench.api.IWorkbenchApplicationContext context)

getLabel

public String getLabel()

getTooltip

public String getTooltip()
Specified by:
getTooltip in interface org.jowidgets.workbench.api.IWorkbenchPart
Overrides:
getTooltip in class AbstractDemoApplication

getIcon

public org.jowidgets.common.image.IImageConstant getIcon()
Specified by:
getIcon in interface org.jowidgets.workbench.api.IWorkbenchPart
Overrides:
getIcon in class AbstractDemoApplication

onClose

public void onClose(org.jowidgets.common.types.IVetoable vetoable)
Specified by:
onClose in interface org.jowidgets.workbench.api.ICloseCallback
Overrides:
onClose in class AbstractDemoApplication


Copyright © 2012. All Rights Reserved.