org.gudy.azureus2.ui.swt.pluginsimpl
Class BasicPluginViewImpl
java.lang.Object
  
org.gudy.azureus2.ui.swt.pluginsimpl.BasicPluginViewImpl
- All Implemented Interfaces: 
 - UIPropertyChangeListener, UISWTViewEventListener, UISWTViewCoreEventListener, UISWTViewCoreEventListenerEx
 
public class BasicPluginViewImpl
- extends Object
- implements UISWTViewCoreEventListenerEx, UIPropertyChangeListener
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BasicPluginViewImpl
public BasicPluginViewImpl(BasicPluginViewModel model)
isCloneable
public boolean isCloneable()
- Specified by:
 isCloneable in interface UISWTViewCoreEventListenerEx
 
 
getClone
public UISWTViewCoreEventListener getClone()
- Specified by:
 getClone in interface UISWTViewCoreEventListenerEx
 
 
getModel
public BasicPluginViewModel getModel()
 
 
eventOccurred
public boolean eventOccurred(UISWTViewEvent event)
- Description copied from interface: 
UISWTViewEventListener 
- Triggers when an even listed in UISWTViewEvent occurs
- Specified by:
 eventOccurred in interface UISWTViewEventListener
 
- Parameters:
 event - event that occurred
- Returns:
 - meaning dependent upon event type
 
 
 
propertyChanged
public void propertyChanged(UIPropertyChangeEvent ev)
- Specified by:
 propertyChanged in interface UIPropertyChangeListener