Class DwtStickyToolTip

Object
   |
   +--DwtControl
         |
         +--DwtComposite
               |
               +--DwtBaseDialog
                     |
                     +--DwtStickyToolTip

class DwtStickyToolTip
extends DwtBaseDialog

Defined in DwtStickyToolTip.js


 
Fields inherited from class DwtBaseDialog
_title, _shell, _zIndex, _mode, _loc, _ffHackDisabled, _tabIndex
   
Fields inherited from class DwtControl
parent, _data, _eventMgr, _disposed, _className, _posStyle, _hoverOverListener, _hoverOutListener
 
Constructor Summary
DwtStickyToolTip (shell, className, posStyle)
           
 
Method Summary
 void _createHtml()
           A subclass will probably override this method
 Object _getContentHtml()
          
 Object _getEndBorder()
          
 Object _getStartBorder()
          
 void _handleClose(event)
          
 void _positionDialog(loc)
          
 void popup(x, y)
           Makes the dialog visible, and places it.
 void setContent(content)
           Sets the dialog content (below the title, above the buttons).
 void setTitle(title)
          
 
Methods inherited from class DwtBaseDialog
toString, initializeDragging, _disableFFhack, focus, isPoppedUp, popdown, setView, reset, cleanup, _getContentDiv, addTabListener, addEnterListener, handleKeys, setTabOrder, addKeyListeners, removeKeyListeners, _setModalEffect, _undoModality, _getInputFields, _dragStart, _dragEnd, _duringDrag, _doesContainElement
   
Methods inherited from class DwtComposite
dispose, getChildren, getNumChildren, removeChildren, clear, addChild, removeChild, _update
   
Methods inherited from class DwtControl
addControlListener, removeControlListener, addDisposeListener, removeDisposeListener, addListener, notifyListeners, isListenerRegistered, removeListener, removeAllListeners, getDocument, getData, setData, isDisposed, isInitialized, getPropagationForEvent, getReturnValueForEvent, reparent, reparentHtmlElement, setHandler, clearHandler, getBounds, setBounds, getClassName, setClassName, getCursor, setCursor, getDragSource, setDragSource, getDropTarget, setDropTarget, getEnabled, setEnabled, getHtmlElement, setHtmlElementId, getX, getXW, getY, getYH, getLocation, setLocation, getScrollStyle, setScrollStyle, getW, getH, getSize, setSize, getToolTipContent, setToolTipContent, getVisible, setVisible, setVisibility, getZIndex, setZIndex, zShow, setDisplay, preventSelection, preventContextMenu, _checkState, _isInputEl, _setEventHdlrs, _setMouseEventHdlrs, _setKeyPressEventHdlr, _dndDoHover, _getDnDIcon, _setDnDIconState, _destroyDnDIcon, _isValidDragObject, _dragEnter, _dragOver, _dragHover, _dragLeave, _drop, _initCtrl, clearContent, _badDropEffect, _handleHoverOver, _handleHoverOut
 

Constructor Detail

DwtStickyToolTip

DwtStickyToolTip(shell, className, posStyle)

Method Detail

_createHtml

void _createHtml()

_getContentHtml

Object _getContentHtml()

_getEndBorder

Object _getEndBorder()

_getStartBorder

Object _getStartBorder()

_handleClose

void _handleClose(event)

_positionDialog

void _positionDialog(loc)

popup

void popup(x, y)

setContent

void setContent(content)

setTitle

void setTitle(title)


Documentation generated by JSDoc on Thu Apr 27 13:54:36 2006