public abstract class AbstractInternalWidget extends AbstractRenderer implements IInternalWidget
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.
Base implementation of IRenderer and IInternalWidget. Provides management of a few values.AbstractRenderer
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
hoverDetail |
LeftMouseButtonDown, MouseMove
Constructor and Description |
---|
AbstractInternalWidget() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHoverDetail()
Returns the hover detail object.
|
void |
setHoverDetail(java.lang.String hoverDetail)
Sets a string object that represents which part of the rendered image is currently under the
mouse pointer.
|
getBounds, getDisplay, getSize, isExpanded, isFocus, isHover, isMouseDown, isSelected, setBounds, setBounds, setDisplay, setExpanded, setFocus, setHover, setLocation, setLocation, setMouseDown, setSelected, setSize, setSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
notify
computeSize, paint, setBounds, setBounds, setDisplay, setExpanded, setFocus, setHover, setLocation, setLocation, setMouseDown, setSelected, setSize, setSize
public java.lang.String getHoverDetail()
IInternalWidget
getHoverDetail
in interface IInternalWidget
public void setHoverDetail(java.lang.String hoverDetail)
IInternalWidget
setHoverDetail
in interface IInternalWidget
hoverDetail
- the hoverDetail to set