|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |