Uses of Interface
uk.ac.kcl.cch.jb.pliny.parts.IButtonHolderPart

Packages that use IButtonHolderPart
uk.ac.kcl.cch.jb.pliny.containmentView.parts   
uk.ac.kcl.cch.jb.pliny.figures   
uk.ac.kcl.cch.jb.pliny.parts   
 

Uses of IButtonHolderPart in uk.ac.kcl.cch.jb.pliny.containmentView.parts
 

Constructors in uk.ac.kcl.cch.jb.pliny.containmentView.parts with parameters of type IButtonHolderPart
ContainmentItemFigure(String myName, boolean canOpen, boolean isOpen, org.eclipse.swt.graphics.Color background, org.eclipse.swt.graphics.Color foreground, IButtonHolderPart thePart, org.eclipse.swt.graphics.Image topLeftIcon, org.eclipse.draw2d.Clickable[] otherButtons)
           
 

Uses of IButtonHolderPart in uk.ac.kcl.cch.jb.pliny.figures
 

Fields in uk.ac.kcl.cch.jb.pliny.figures declared as IButtonHolderPart
protected  IButtonHolderPart TopPanel.myPart
           
 

Constructors in uk.ac.kcl.cch.jb.pliny.figures with parameters of type IButtonHolderPart
TopPanel(String myName, int surrPageNo, boolean canMinimize, boolean isOpen, org.eclipse.swt.graphics.Color background, org.eclipse.swt.graphics.Color foreground, IButtonHolderPart thePart, org.eclipse.swt.graphics.Image topLeftIcon, org.eclipse.draw2d.Clickable[] otherButtons)
          creates an instance of this object, and sets up the various pieces of information needed to display it.
 

Uses of IButtonHolderPart in uk.ac.kcl.cch.jb.pliny.parts
 

Classes in uk.ac.kcl.cch.jb.pliny.parts that implement IButtonHolderPart
 class LinkableObjectPart
          extends LinkableObjectBasePart to support the display of reference objects in unscaleable reference areas.
 class ScalableLinkableObjectPart
          extends LinkableObjectPart to handle the display of scalable reference objects derived from LinkableObject and displayed in scalable parent objects.