GEF v2.0

org.eclipse.gef.ui.palette
Class PaletteEntryBorder

java.lang.Object
  |
  +--org.eclipse.draw2d.AbstractBorder
        |
        +--org.eclipse.gef.ui.palette.PaletteEntryBorder
All Implemented Interfaces:
Border

public final class PaletteEntryBorder
extends AbstractBorder


Fields inherited from class org.eclipse.draw2d.AbstractBorder
tempRect
 
Constructor Summary
PaletteEntryBorder()
           
 
Method Summary
 Insets getInsets(IFigure figure)
           
 boolean isOpaque()
           
 void paint(IFigure figure, Graphics graphics, Insets insets)
           
 
Methods inherited from class org.eclipse.draw2d.AbstractBorder
getPaintRectangle, getPreferredSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaletteEntryBorder

public PaletteEntryBorder()
Method Detail

getInsets

public Insets getInsets(IFigure figure)
Overrides:
getInsets in class AbstractBorder

isOpaque

public boolean isOpaque()
Overrides:
isOpaque in class AbstractBorder

paint

public void paint(IFigure figure,
                  Graphics graphics,
                  Insets insets)
Overrides:
paint in class AbstractBorder

GEF v2.0