Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.widgets
Interface IIconBarRenderer  view IIconBarRenderer download IIconBarRenderer.java

All Known Implementing Classes:
IconBar.DefaultRenderer

public interface IIconBarRenderer


Method Summary
 void destroy()
           
 boolean isValidItem(java.lang.Object a)
           
 void paintBuffer(boolean flush)
           
 void paintCell(int n, boolean flush)
           
 void paintCell(int c, int r, boolean flush)
           
 void setBackBuffer(org.eclipse.swt.graphics.Image buffer)
           
 void setEnabled(int i, boolean enabled)
           
 

Method Detail

isValidItem

public boolean isValidItem(java.lang.Object a)

setEnabled

public void setEnabled(int i,
                       boolean enabled)

paintBuffer

public void paintBuffer(boolean flush)

paintCell

public void paintCell(int n,
                      boolean flush)

paintCell

public void paintCell(int c,
                      int r,
                      boolean flush)

destroy

public void destroy()

setBackBuffer

public void setBackBuffer(org.eclipse.swt.graphics.Image buffer)