站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.editor.PopupManager.HorizontalBounds (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

Uses of Class
org.netbeans.editor.PopupManager.HorizontalBounds

Packages that use PopupManager.HorizontalBounds
org.netbeans.editor   
org.netbeans.editor.ext Completion Design View 
 

Uses of PopupManager.HorizontalBounds in org.netbeans.editor
 

Fields in org.netbeans.editor declared as PopupManager.HorizontalBounds
static PopupManager.HorizontalBounds PopupManager.ScrollBarBounds
          Place popup inside the whole scrollbar
static PopupManager.HorizontalBounds PopupManager.ViewPortBounds
          Place popup inside the scrollbar's viewport
 

Methods in org.netbeans.editor with parameters of type PopupManager.HorizontalBounds
protected static Rectangle PopupManager.computeBounds(JComponent popup, int viewWidth, int viewHeight, Rectangle cursorBounds, PopupManager.Placement placement, PopupManager.HorizontalBounds horizontalBounds)
          Computes a best-fit bounds of popup panel according to available space in the underlying view (visible part of the pane).
protected static Rectangle PopupManager.computeBounds(JComponent popup, JComponent view, Rectangle cursorBounds, PopupManager.Placement placement, PopupManager.HorizontalBounds horizontalBounds)
          Variation of the method for computing the bounds for the concrete view component.
 void PopupManager.install(JComponent popup, Rectangle cursorBounds, PopupManager.Placement placement, PopupManager.HorizontalBounds horizontalBounds)
           
 void PopupManager.install(JComponent popup, Rectangle cursorBounds, PopupManager.Placement placement, PopupManager.HorizontalBounds horizontalBounds, int horizontalAdjustment, int verticalAdjustment)
           
 

Uses of PopupManager.HorizontalBounds in org.netbeans.editor.ext
 

Methods in org.netbeans.editor.ext with parameters of type PopupManager.HorizontalBounds
 void ToolTipSupport.setToolTip(JComponent toolTip, PopupManager.HorizontalBounds horizontalBounds, PopupManager.Placement placement)
           
 void ToolTipSupport.setToolTip(JComponent toolTip, PopupManager.HorizontalBounds horizontalBounds, PopupManager.Placement placement, int horizontalAdjustment, int verticalAdjustment)
           
 


org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.