|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BufferedTableItem
Method Summary | |
---|---|
void |
dispose()
|
org.eclipse.swt.graphics.Color |
getBackground()
|
org.eclipse.swt.graphics.Image |
getBackgroundImage()
|
org.eclipse.swt.graphics.Rectangle |
getBounds()
|
org.eclipse.swt.graphics.Rectangle |
getBoundsRaw()
|
org.eclipse.swt.graphics.Color |
getForeground()
|
int |
getHeight()
|
org.eclipse.swt.graphics.Image |
getIcon()
|
int |
getMaxLines()
# of lines item can handle |
int |
getPosition()
|
String |
getText()
|
void |
invalidate()
|
boolean |
isInPaintItem()
|
boolean |
isMouseOver()
|
boolean |
isShown()
Is the cell currently shown on the screen? |
void |
locationChanged()
Column location (not position) changed. |
boolean |
needsPainting()
|
void |
redraw()
Set to redraw at the next OS paint |
void |
refresh()
|
void |
setCursor(int cursorID)
|
boolean |
setForeground(org.eclipse.swt.graphics.Color color)
|
boolean |
setForeground(int red,
int green,
int blue)
|
void |
setIcon(org.eclipse.swt.graphics.Image img)
|
void |
setRowForeground(org.eclipse.swt.graphics.Color color)
|
boolean |
setText(String text)
|
Method Detail |
---|
String getText()
boolean setText(String text)
org.eclipse.swt.graphics.Image getIcon()
void setIcon(org.eclipse.swt.graphics.Image img)
void setRowForeground(org.eclipse.swt.graphics.Color color)
boolean setForeground(org.eclipse.swt.graphics.Color color)
boolean setForeground(int red, int green, int blue)
org.eclipse.swt.graphics.Color getBackground()
org.eclipse.swt.graphics.Rectangle getBounds()
org.eclipse.swt.graphics.Rectangle getBoundsRaw()
void refresh()
void dispose()
boolean isShown()
boolean needsPainting()
void locationChanged()
int getPosition()
org.eclipse.swt.graphics.Image getBackgroundImage()
org.eclipse.swt.graphics.Color getForeground()
void invalidate()
void redraw()
int getMaxLines()
void setCursor(int cursorID)
cursorID
- boolean isMouseOver()
boolean isInPaintItem()
int getHeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |