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, setSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnotifycomputeSize, paint, setBounds, setBounds, setDisplay, setExpanded, setFocus, setHover, setLocation, setLocation, setMouseDown, setSelected, setSize, setSizepublic java.lang.String getHoverDetail()
IInternalWidgetgetHoverDetail in interface IInternalWidgetpublic void setHoverDetail(java.lang.String hoverDetail)
IInternalWidgetsetHoverDetail in interface IInternalWidgethoverDetail - the hoverDetail to set