IRenderer
AbstractInternalWidget
, DefaultCellRenderer
, DefaultColumnFooterRenderer
, DefaultColumnGroupHeaderRenderer
, DefaultColumnHeaderRenderer
, DefaultEmptyCellRenderer
, GridCellRenderer
, GridFooterRenderer
, GridHeaderRenderer
public interface IInternalWidget extends IRenderer
NOTE: THIS WIDGET AND ITS API ARE STILL UNDER DEVELOPMENT. THIS IS A PRE-RELEASE ALPHA VERSION. USERS SHOULD EXPECT API CHANGES IN FUTURE VERSIONS.
TODO fill in.Modifier and Type | Field | Description |
---|---|---|
static int |
LeftMouseButtonDown |
Mouse down state.
|
static int |
MouseMove |
Hover State.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getHoverDetail() |
Returns the hover detail object.
|
boolean |
notify(int event,
org.eclipse.swt.graphics.Point point,
java.lang.Object value) |
Mechanism used to notify the light weight widgets that an event occurred
that it might be interested in.
|
void |
setHoverDetail(java.lang.String detail) |
Sets a string object that represents which part of the rendered image is currently under the
mouse pointer.
|
computeSize, paint, setBounds, setBounds, setDisplay, setExpanded, setFocus, setHover, setLocation, setLocation, setMouseDown, setSelected, setSize, setSize
static final int MouseMove
static final int LeftMouseButtonDown
boolean notify(int event, org.eclipse.swt.graphics.Point point, java.lang.Object value)
event
- Event type.point
- Location of event.value
- New value.java.lang.String getHoverDetail()
void setHoverDetail(java.lang.String detail)
detail
- identifying string.