uk.ac.kcl.cch.jb.pliny
Class PlinyHandle

java.lang.Object
  extended byuk.ac.kcl.cch.jb.pliny.PlinyHandle

public class PlinyHandle
extends Object

Other plugins who wish to work with Pliny components should use this class as a connection to Pliny.

Note: I'm not sure this object is "finished".


Constructor Summary
PlinyHandle(org.eclipse.core.runtime.Plugin plugin, org.eclipse.ui.part.WorkbenchPart part)
           
 
Method Summary
 org.eclipse.ui.part.WorkbenchPart getPart()
           
 org.eclipse.core.runtime.Plugin getPlugin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlinyHandle

public PlinyHandle(org.eclipse.core.runtime.Plugin plugin,
                   org.eclipse.ui.part.WorkbenchPart part)
Method Detail

getPlugin

public org.eclipse.core.runtime.Plugin getPlugin()

getPart

public org.eclipse.ui.part.WorkbenchPart getPart()