GEF v2.0

org.eclipse.gef.ui.palette
Class PaletteDrawerBorder

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

Deprecated. Warning, the look and feel of this border is subject to change without warning. It is intended to be use with the palette's default implementation or an implementation that preserves that look and feel.

public final class PaletteDrawerBorder
extends AbstractBorder


Fields inherited from class org.eclipse.draw2d.AbstractBorder
tempRect
 
Constructor Summary
PaletteDrawerBorder()
          Deprecated.  
 
Method Summary
 Insets getInsets(IFigure figure)
          Deprecated. Returns the space used by the border for the figure provided as input.
 boolean isOpaque()
          Deprecated.  
 void paint(IFigure figure, Graphics g, Insets insets)
          Deprecated.  
 
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

PaletteDrawerBorder

public PaletteDrawerBorder()
Deprecated. 
Method Detail

getInsets

public Insets getInsets(IFigure figure)
Deprecated. 
Returns the space used by the border for the figure provided as input. In this border all sides always have equal width.
Overrides:
getInsets in class AbstractBorder
Parameters:
figure - Figure for which this is the border.
Returns:
Insets for this border.

isOpaque

public boolean isOpaque()
Deprecated. 
Overrides:
isOpaque in class AbstractBorder

paint

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

GEF v2.0